Siva Kumar Eanuga

Just Started Blogging new tech things in this place will be posting more topic soon.

Siva Kumar Eanuga

Just Started Blogging new tech things in this place will be posting more topic soon.

Siva Kumar Eanuga

Just Started Blogging new tech things in this place will be posting more topic soon.

Siva Kumar Eanuga

Just Started Blogging new tech things in this place will be posting more topic soon.

Siva Kumar Eanuga

Just Started Blogging new tech things in this place will be posting more topic soon.

Thursday, February 13, 2014

How to insert table in blog post???

How to insert table in blog post easily, this was question I had from log time.
and it's not so easy to put the table in the blog post you guy's also know this. because for one who is not familiar with HTML codes, there may be lot of easy way's to do it but I found one easy and best way to post a table in blog post.

Steps to do it easily:
  • Open Microsoft excel
  • Create a table and copy

  • Now table is ready to be posted in blog post, but we have to convert it to HTML codes, to do this there is very good site called "TABLEIZER"
  • Click on TABLEIZER and paste the copied table in the box below "Paste your cells from Excel, Calc or other spreadsheet here:"
  • Now you can select the table options like font size, header color and font size.
  • Click on Tableize It! button and you can check the preview of the table.

  • Can Copy the HTML code from the box

  • Go to the blogger->Post-> HTML and past before <br/> tag
  • Check the Preview of the post and Publish

 hurry!!!! awesome formatted table displayed in blog!!!!
 

Tuesday, March 6, 2012

How to Hide and Secure Files or Folders from Command Prompt???

I think most of us might have one big question that How to Hide Files or Folders in the system and which should make the files not searchable and visible to any other users in the system Right? 

it's quite simple now to secure data now with the blow simple steps :)

The Trick is to hide files and folders from Command Prompt...

The most important thing is that, once hidden with this method, the files/folders cannot be viewed by any search options even if you click "Show All Hidden Files and Folders" also. 

Hiding the most wanted files and folders is very important nowadays and it's really a very big job too. In order to make this big task in an easy one, i'm going to deliver you a the trick now.

For Example: You have a folder named "Office Confidential Documents" and this folder is stored in Hard Drive D: and thinking that it should not be seen by any other user who use your PC.

For that you need to follow the following instructions

1.     Press windowkey+R: Run command box appears.

     

2.     Now type "cmd" and hit enter. A command prompt window displays.


3.     Now type "attrib +s +h D:\ Office Confidential Documents" and hit enter.

4.     The folder "Office Confidential Documents" will be hidden (Note: It cannot be viewed by any search options)

5.     Then How to see the hidden files and folders back?

Ans: To view this folder again, use the same command but replace '+' with '-' on both flags 's' and 'h'


Tuesday, November 22, 2011

File Encryption and Decryption

File Encrypt
Now you can do the file encryption and decryption very easily, to protect your data from unauthorized views.
  • Two steps to encrypt your files with a personal password
  • Decrypt the encrypted files easily
  • Any file types are supported
File Encryption is used to make files unreadable until the specific decryption method has been employed. 
The most common method of file encryption is to protect your private files, documents and information. 
When your file is encrypted, then the file would be definitely unreadable. By the way, the encrypted files can also be brought back to a readable state by decrypting.
File Encrypter in Acebyte Utilities is a simple and reliable tool to encrypt your files with adding your personal password. 
You can also decrypt your encrypted files by entering your password quickly.

How to Delete Undeletable Files

We all face this problem in windows that we cant delete some files in windows and they never get deleted. 
This is because of the files getting connect to the other windows explorer and they waste system resources. 
To this these types of undeletable files i have a trick. Lets see

1) Open Windows + R to open Run and type cmd to open the Command Prompt.
2) Now Windows + R to open Run and type taskmgr.exe or right click on taskbar to open taskmanager.
3) In the Task Manager window click on the Processes tab.
4) From the processes list highlight explorer.exe and then click the End Process button.
5) Don't close the Task Manager window, keep it open along with the Command Prompt.
6) Now return to Command Prompt and change the directory to the directory that contains the file which you want to delete.
7) In Command Prompt type: del (filename) (where the (filename) is the name of the file you want to delete).
  Press Enter to Delete the file. Thats all.

If you don't want all these steps to be done just install a application called UNLOCKER.EXE and delete the file by right clicking on it and selecting unlocker and then select delete.

How to create a batch file to open multiple programs at once?


Have you ever tried to open multiple programs at a same time?  We can create a batch file so that we can open three applications at a same time consistently. 
Generally we open three applications individually and its a  time consuming process as we have to search the windows shortcuts on desktop and then open the 
application say if you want to open Internet Explorer, Calculator, Ms-word three at a same time how? I have a trick to do that. here it is…….

First i am creating a batch file which will open Excel, Calculator and Firefox. I am using windows vista. XP will have some different paths say ms-excel.

start /d C:\Windows\System32\calc.exe
start /d "C:\Program Files\Mozilla Firefox" firefox.exe
start /d "C:\Program Files\Microsoft Office\Office12″ EXCEL.EXE

Now, The above command start opens a separate window to open the program. and /d tells start command the path of the program. notice that firefox and excel are in inverted quotes which is needed when there is a space in the path.

Now, lets try to open www.satish-tips.blogspot.com , and calculator and excel at a time. It should be like this when we put in notepad.

start /d C:\Windows\System32\calc.exe
start /d "C:\Program Files\Mozilla Firefox" firefox.exe
start /d "C:\Program Files\Microsoft Office\Office12″ EXCEL.EXE

Just add the site which you want to open under the firefox command what ever it may be it sholud contain http://www.——/com. Similarly if you want to open two websites at a time then the command should be like this

start /d "C:\Program Files\Mozilla Firefox" firefox.exe

Now, let us create a batch file so that we open a application program which opens more than three programs at a time.

1) Just open Notepad
2) copy the above commands in the notepad and make changes according to your needs and they should contain all the quotes and spaces as we have done it above.
3) Save the notepad file as .bat extension but not as .txt. to do this just type save as and give a file name say application.bat and save it.

Finally open the .bat file where u have saved it. This will really save lot of time. 

Without any software you can lock your Folder With Password


Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').
Any name will do.
Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named 'Locker' would be formed at the same location.
Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'.
If you want to unlock your files,double click the batch file again and you would be prompted for password.
Enter the password and enjoy access to the folder.

if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

How to Use Notepad as a log file with time and date


Microsoft Notepad is a word processing tool included with Windows and is installed by default under the Accessories program group. 
You can use it to create a log-type file that adds the current date and time each time the Notepad file is opened. 
This article describes how to create a log file with Notepad.
To create a log file in Notepad:
1.Click Start, point to Programs, point to Accessories, and then click Notepad.
2.Type .LOG on the first line, and then press ENTER to move to the next line.
3.On the File menu, click Save As, type a descriptive name for your file in the File name box, and then click OK. 

When you next open the file, note that the date and time have been appended to the end of the log, immediately preceding the place where new text can be added. 
You can use this functionality to automatically add the current date and time to each log entry.