What are the hidden files and folders

September 4th, 2008 Ajith Posted in Tips, Windows No Comments »

Lists of posts in - Windows Adminstration

  1. View system files (super hidden) in Explorer
  2. Get access to all folders in Windows like Linux
  3. What are the hidden files and folders

This is a small list of folders and files which were displayed by the method mentioned on the previous post in this series.
Recycler : Recycler is a twin of Recycle Bin. The Recycler folder contains a Recycle Bin for each user that logs on to the computer, sorted by their security identifier (SID).
System Volume Information : This contains the log files and backups of important System Files that are used for System Restore in Windows. (System Restore allows you to roll back all the settings and System Files to a previous time)
NTLDR : This is the Windows NT loader, boot loader. This is replaced by winload and Windows Boot Manager in Windows Vista
NTDETECT.COM : This file is used by Windows NT during startup to detect basic hardware. This is used for Systems having BIOS.
Autoexec.bat : is most often used to set environment variables such as keyboard, soundcard, printer, and temporary file locations. It is also used to initiate low level system utilities.
These are the main folders and files in XP.

Buy me a cup of hot coffee - help me keep posting all through the night

AddThis Social Bookmark Button

Get access to all folders in Windows like Linux

September 3rd, 2008 Ajith Posted in Tips, Windows No Comments »

Lists of posts in - Windows Adminstration

  1. View system files (super hidden) in Explorer
  2. Get access to all folders in Windows like Linux
  3. What are the hidden files and folders

On the last article we have discussed about seeing all the files that are part of Windows. Now lets see whether we can directly access these folders. As it turns out Windows by default will not grant you permission to the folder System Volume Information.

Denied access to C:\System Volume Information

Thats because the folder contains important System Restore Point informations. So what do you do when you can’t touch your own property. well it is there that the Windows file sharing comes into play. It may sound a little weird at first but it is true. Lets see how.

Step 1 : Go to Tools>>Folder Options and select View tab.

Folder options View Simple File Sharing

Here scroll down to the bottom, you can see a check box named Use Simple File Sharing (Recommended), UNCHECK the box, click APPLY and OK. Now you are done with the settings part. So just take the Properties (ALT+ENTER) or RIGHT CLICK>>PROPERTIES) of System volume Information you can see a new tab named Security here. You can see that there will be a user named SYSTEM there and it has full permission (refer picture).

System user account permission

You need to add your User account as a user here and give full permission to your self in order to gain access. Click Add button and type in your user name and click Check Names your user name will be filled along with the computer name automatically.

Add new user to security access permission

Click OK. now just click on user name of yours and check Full control. Click Apply, OK and you are done.

Allow full control

You can get access to files that return an “Access Denied” error by using this method. are some Files and Folders which need some more work to open I’ll discuss it in next post. Till then try this and figure out what all were hidden from you.

Buy me a cup of hot coffee - help me keep posting all through the night

AddThis Social Bookmark Button

View system files (super hidden) in Explorer

August 26th, 2008 Ajith Posted in Tips, Windows No Comments »

Lists of posts in - Windows Adminstration

  1. View system files (super hidden) in Explorer
  2. Get access to all folders in Windows like Linux
  3. What are the hidden files and folders

This is the first among a series of posts on administering Windows . It starts with how to see the files and folders that were hidden by Windows for some reason. The series is actually inspired from the one done by Samanathon on Starting your Day with a fresh Computer. He did a good job and I am a regular visitor of Saman’s Blog.

A Super Hidden or a Protected Syetem File is a file that is normally not shown in the Windows Explorer even if you have enabled Show Hidden files (Tools>>Folder Options>>View>>Show Hidden Files and Folders) in Windows Explorer). This is because if some of these files are deleted or changed Windows may encounter a fatal error. Some of such folders are :

  • C:\Windows\system32\dllcache
  • System Volume Information - this is in all the drives
  • Recycler - which is also in all the drives

Super Hidden Files in C drive

So the first step involved is to make Windows show all the Super Hidden files. This can be done in two ways. One is directly through Windows Explorer Tools>>Folder Options and the other is through registry. So the former being easier and straight forward I’ll discuss it first.

1 . Through Windows Explorer

In Windows Explorer from Tools (Alt+T) menu take “View” tab in “Folder Options”.Make sure that you have selected Show Hidden Files and Folders and that you have unchecked Hide Protected operating system files options. Click Apply and then OK. This will enable you to see system files that had previously been hidden from your view.

Showing Super Hidden Files in Tools Menu

2 . Through Registry Editing

This is a little more complex.(It is recommended that you read the following posts before you go into the registry. Try this if you know Registry editing. Make a backup of the registry before you proceed.( The Introduction to Windows Registry , Know how to backup your registry )

Follow these steps..

1 . Run ( WIN+R ) regedit and open registry editor.

Super Hidden Dword in registry

Go to the Key HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Explorer\Advanced
.

2 . In there you will see a Registry DWORD named ShowSuperHidden Make the value 1 instead of 0.

Dword Edit

3 . Now all you need to do is to restart Windows Explorer. to do so you can goto Start>>Shut Down and Click Cancel while holding down SHIFT+CTRL+ALT. Now press ALT+CTRL+DEL this will bring Task Manager. Take File>>New Task and type explorer and press Enter.

Now if you go to any drive you can see the previously Hidden files there. Note that you will still need to enable Show Hidden files option in Folder Option.

Buy me a cup of hot coffee - help me keep posting all through the night

AddThis Social Bookmark Button

Change the default Drive Icons in Windows XP

July 8th, 2008 Ajith Posted in Windows No Comments »

You can change the default drive icons available in My Computer under Windows XP through the registry. Although it is done via registry the task is pretty simple and straight forward. (You can also use the Autorun method - please read that article if you prefer to do so)

Open registry editor ( WIN+R » regedit )

Navigate to the key
HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons

Registry allows you to change the icons associated with each drive

Here you can see some sub keys with name as drive letters in you system.

Each one of them will have another sub key DefaultIcon . The Default string under DriveIcon keyDefault string value here contains the path to the icon used for that drive. Double Click on this and set the path of the icon you want to use.

Default icons for drives in XP xhanged to Vista ones.

This will change the default icon of that drive. Repeat it for other drives also. I don’t know any easier way, but if you know just post a comment and I will publish it here and link back to your blog.

Buy me a cup of hot coffee - help me keep posting all through the night

AddThis Social Bookmark Button

How to view all drives, Disk Management under Windows

June 24th, 2008 Ajith Posted in Windows No Comments »

Lists of posts in - Managing your computer with MMC

  1. Microsoft Management Console - make administrative tasks easy
  2. How to view all drives, Disk Management under Windows

The Disk Management object under Microsoft Management console can be used to Change Drive letter association, find unrecognized partitions or Mount a logical drive into a folder as in Linux.

If you want to prevent access to a drive, read 2nd tip in “Points to note” given after this post or read how to Prevent access to select drives using Registry.

One of the key differences between Windows and Linux is the tree structure used in Linux for filesystem. In Linux everything is a hierarchical leaf or branch of the Root “\” directory. It was only recently that Linux started loading (mounting) drives other than the system drive automatically. (If you want to know more,  here is an article which will explain the Linux file hierarchy). To implement the Linux style tree structure in windows is pretty easy and is explained here.”

Open Disk Management object by typing “diskmgmt.msc” in START » RUN box or in Command Prompt. Here you can see all the Primary (Blue) and Logical (Green) partitions available on your system.

Disk Management Console object - screen shot.

You will be able to see the Linux partitions too. Select a drive and Right Click on it. Here you can see an option “Change drive Letter and Paths“. Under this option you can remove a drives letter change it or mount a volume into a folder.

Mounted Drives

Screen shot of my H and G drives mounted in a folder “C:\Drives”

Some points to note here are …

1. You cannot remove the drive letter association of your system drive.
2. If you do not assign a drive letter or mount the drive to a folder on another drive it will not be accessible by any means in Windows.
3. You can’t add more than one drive letter to a drive.
4. To mount a volume the folder must be on a different partition.

Consider reading The post on Microsoft Management Console if you want to know more.

Buy me a cup of hot coffee - help me keep posting all through the night

AddThis Social Bookmark Button

Microsoft Management Console - make administrative tasks easy

May 31st, 2008 Ajith Posted in Windows 1 Comment »

Lists of posts in - Managing your computer with MMC

  1. Microsoft Management Console - make administrative tasks easy
  2. How to view all drives, Disk Management under Windows

This is the start of a series of posts that will guide you through using Microsoft Management Console to manage your system. In this post most of the text has been excerpted from the MMC help file. The MMC allows you to control and manage the many available options from an easy to use interface. All the options are also available from the Windows Registry. But for many dealing with Registry is not an easy task. Also for simple administrative tasks involving MMC using the Registry will be an overkill for many. (You can find the posts on Registry here) The following i a brief into to MMC from the MMC help available in Windows XP.

The extension of console objects are always msc representing Microsoft Console. They can be found under %systemroot% \system32 ” folder. A backup copy of each could be found under “%systemroot%\system32 \dllcache ” folder

Introduction to MMC

Microsoft Management Console (MMC) can be used to create, save, and open administrative tools (called MMC consoles) that manage the hardware, software, and network components of your Windows system. MMC does not perform administrative functions, but hosts tools that do. The primary type of tool you can add to a console is called a snap-in. There are two general ways that you can use MMC: in user mode, working with existing MMC consoles to administer a system, or in author mode, creating new consoles or modifying existing MMC consoles.

The following administrative tools appear under Windows XP

Component Services

Used by system administrators to deploy and administer COM+ programs from a graphical user interface, or to automate administrative tasks using a scripting or programming language. Software developers can use Component Services to visually configure routine component and program behavior, such as security and participation in transactions, and to integrate components into COM+ programs. For more information, see Using Component Services.

Computer Management

Used to manage local or remote computers from a single, consolidated desktop utility. Computer Management combines several Windows XP administrative tools into a single console tree, providing easy access to a specific computer’s administrative properties. For more information, see Using Computer Management.

Data Sources (ODBC)

Open Database Connectivity (ODBC) is a programming interface that enables programs to access data in database management systems that use Structured Query Language (SQL) as a data access standard. For more information, see Using Data Sources (ODBC).

Event Viewer

Used to view and manage logs of system, program, and security events on your computer. Event Viewer gathers information about hardware and software problems, and monitors security events. For more information, see Using Event Viewer.

Local Security policy

Used to configure security settings for the local computer. These settings include the Password policy, Account Lockout policy, Audit policy, IP Security policy, user rights assignments, recovery agents for encrypted data, and other security options. Local Security Policy is only available on computers that are not domain controllers. If the computer is a member of a domain, these settings may be overridden by policies received from the domain.

Performance

Used to collect and view real-time data about memory, disk, processor, network, and other activity in a graph, histogram, or report form. For more information, see Using Performance.

Services

Used to manage the services on your computer, set recovery actions to take place if a service fails, and create custom names and descriptions for services so that you can easily identify them. For more information, see Using Services.

# To open MMC, click Start, and then click Run (WIN+R). In the Open box, type “mmc“.

# The consoles available in Windows XP are listed below. To access any just type their name (include the .msc) in Windows Run box (WIN+R)

certmgr.msc
ciadv.msc
compmgmt.msc
devmgmt.msc
dfrg.msc
diskmgmt.msc
eventvwr.msc
fsmgmt.msc
gpedit.msc
lusrmgr.msc
ntmsmgr.msc
ntmsoprq.msc
perfmon.msc
rsop.msc
secpol.msc
services.msc
wmimgmt.msc

The follow up posts in this series will deal with managing you computer with the MMC.

Buy me a cup of hot coffee - help me keep posting all through the night

AddThis Social Bookmark Button




My Google  Netvibes  My Yahoo!  Windows Live  Bloglines  Newsgator