Windows Tips and Tricks Admin Blog

Saturday, January 24, 2009

How to make hidden files settings in Folder Options, working!

Follow these simple steps and things will work out for sure!

  • Go to Start->Run, type regedit and hit OK.
  • Now in the registry editor, go to this key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  • In the right pane, double click hidden and change the value to 1.
  • Navigate to the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL
  • Once there, you will find a REG_SZ (string) value in the right pane named CheckedValue and its data will be set to 2. Delete it!

(Note: If you don't find it there, then things are OK and you're done. Be careful about the TYPE! Its REG_SZ!!)

  • Now create a new DWORD value by right clicking on the right pane and then going to New->DWORD Value. Name the newly created DWORD value as CheckedValue and set its data as 1.
  • If things still don't work, download a modified registry file from here (Password: safwan) and run it. It will do the job.

Now you will be able to modify hidden files settings from folder options for sure!

Labels:

Tuesday, January 6, 2009

Cool high resolution wallpapers for Windows


Download all these wallpapers from here.

Labels:

Thursday, January 1, 2009

Lock drives through a registry hack

You can find a lot of softwares which will lock folders, individual files but very few of them can lock drives. Let us lock drives from registry now without taking help from any third party software!

  • Go to Start->Run and type regedit.
  • Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer. If the above key doesn't exist, right click on the key named Policies and from New, select Key. Rename the newly created key as Explorer.
  • Once the key has been created, create a new DWORD value in it named NoViewOnDrive.
  • Once this is done, set the data of this value to 2 ^ (ά-1) where ά is equal to the simple numbering of alphabets from A to Z i.e., from 1 - 26. For instance, to lock C:\ά is 3 so 2^ (3-1) = 4 (Decimal value, not HEX!)
  • In order to lock additional drives, you can simply calculate the value 2 ^ (ά-1) for each individual drive and then sum up the numeric values for all drives to be locked and set it as data in NoViewOnDrive registry value.
  • Changes will take effect after computer is restarted (or simply close explorer.exe from task manager and re-run it).
  • To unlock all drives, simply double click the value named NoViewOnDrivefrom and set its data to 0.
Here is a screenshot in which C:\ drive has been locked.


Labels: