How To View Hidden Files And Folders In Windows 7
Posted On Monday, February 2, 2009 at at 11:44 PM by RonakThis is the easiest one but for those who don’t know…
* Click on Start.
* Open Control Panel.
* Go to Folder Options.
* Click on view tab.
* Check “Hidden files and folders: Show all files and folders”.
* Uncheck “Hide protected operating system files (Recommended)”.
* Click “Apply” and then “OK”.
See Hidden File In DOS
Posted On Thursday, January 29, 2009 at at 5:25 AM by RonakAt command prompt just type
Code:
dir /ah
If the list is too long u can use
Code:
dir /ah/p/w
Hide Your Drives
Posted On Saturday, January 17, 2009 at at 3:07 AM by RonakThis is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer.
1.Go to start->run.Type regedit.Now go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Now in the right pane create a new DWORD item and name it NoDrives(it is case sensitive). Now modify it’s value and set it to 3FFFFFF (Hexadecimal) .Now restart your computer. So, now when you click on My Computer, no drives will be shown(all gone…). To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your computer.You can now see all the drives again.
Create a Hidden User Account
Posted On Friday, December 12, 2008 at at 5:17 AM by RonakThis tweak allows an account that is normally displayed on the Welcome screen to be hidden from view. To log on using the account it's necessary to use the Log On To Windows dialog box similar to the one in Windows 2000.
#[Start] [Run] [Regedit]
#Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\
Winlogon\SpecialAccounts\UserList
#Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.
#Data Type: REG_DWORD [Dword Value] // Value Name: Type Name of Account to be Hidden
#Setting for Value Data: [0 = Account is Hidden / 1 = Enabled]
#Exit Registry and Reboot...
While the account is hidden on the Welcome screen, note that the account profile will be visible in C:\Documents and Settings or wherever user profiles are stored as well as in Local Users and Groups.