Tuesday, August 20, 2013

How to make Folders Inaccessible by everyone ?

To make your folders inaccessible
1. Open cmd.
2. Change to the directory where your folder is located. cd <dir_name>
3. cacls <directory name> /e /p everyone:n
4. Now noone, including you can not open or delete that folder/directory.

To remove the restrictions, again follow from step 1 and 2.
5. cacls <directory name> /e /p everyone:f
Thats it. Now you can protect your folders from unauthorised access.

How to hide drives for your security & privacy ?
Hide your Drives for security & Privacy. This is a great trick you can play on your friends. To disable the display of local or networked drives from your computer follow the steps.

Go to Start-> Type regedit in the Run command window

Now it opens the Registry, do these things very carefully
Click on HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Now in the right pane of the Registry click right mouse button and select DWORD to create a new DWORD item and give name as NoDrives (it is case sensitive).
Now modify DWORD (NoDrives) value and set it to 3FFFFFF (Hexadecimal).

Now restart your computer, now when you click on My Computer no drives will be shown!

To display the drives in My Computer window
Repeat the 1 and 2 steps
Now delete the DWORD (NoDrives) shown in the Registry right pane.

Again restart your computer. You can see now all the drives displayed again.


How to track your documents

If you've ever tried to track changes made by different people on a Word document, you'll realize the potential of TitanPad (www.titanpad.com). TitanPad is an online document editor which several people can work on simultaneously.

Rather than the confusing strike throughs , squiggles and comments that you'll see on a tracked MS Word document on a TitanPad page changes are highlighted in different colors each person who makes changes gets a different color for easy identification. No one needs to sign up, just open the website and create a Pad of your own.

You can import text from a text file, Word document, RTF file or HTML file otherwise just start typing from scratch new document. This document will be given a new color. Each Pad will have a unique URL which you can share to invite others. Anyone who joins can write their name and they'll automatically get assigned a color.

Other cool features include an infinite undo (using the Ctrl + Z shortcut or a toolbar button), a time slider (that shows you the time and date of each revision) and a full screen mode.

Finally, once the document is ready now you can download (exported) either as a Word file, HTML file, PDF, plain text or an open document. Now if anyone uses your document it can be traced easily.

Remove Write Protection from USB Drives

Sometimes your pen drives (Flash Disk) or your friends pen drive may have right protected. To remove the right protection for pen drive, follow these steps:

Step1. Click Start > All Programs> Accessories> Command Prompt

It open Command prompt black screen.

Step2. Now type “diskpart” command in the command prompt and press ENTER key.

Example: C:\>diskpart

Step3. Now type “list disk” command in the command prompt and press ENTER key.

Example: C:\>list disk

Step4. Now type again as “select disk 1” command in the command prompt and press ENTER key.

Example: C:\>Select disk 1

Step5. Now type “Attributes disk clear readonly” as it is in the command prompt and press ENTER key.

Example: C:\> Attributes disk clear readonly



To make write protect your pen drive:

Repeat the above 1,2,3,4 steps and then

Step5. Now type “Attributes set readonly” as it is in the command prompt and press ENTER key.

Example: C:\> Attributes set readonly

Now your pen drive is right protected!