Showing posts with label hidden. Show all posts
Showing posts with label hidden. Show all posts

How To View Hidden Files And Folders In Windows 7

This 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”.

Posted in Labels: , | 0 comments

See Hidden File In DOS

At command prompt just type

Code:
dir /ah

If the list is too long u can use

Code:
dir /ah/p/w

Hide Your Drives

This 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

This 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.