View The Super Hidden Files In Windows Vista & 7

October 27, 2011

 

To show Windows Vista "super hidden" files, that is, those files that are normally hidden from the user, you'll need to accesss the registry editor.

To turn on (or off) super hidden files: (make sure you backup the registry before making changes)

  • Click the Start Button, type "regedit" (Registry Editor) in the search box, and press Enter
  • Click Continue to get past the User Account Control hurdle
  • On the left panel, double-click to navigate to the key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  • On the right panel, double-click on Superhidden
  • In the Value Data box, change the value to "1"
  • Click OK
  • Exit the Registry Editor
  • Restart your machine for the changes to take effect
 

Enable Automated Windows Vista & 7 Defragmentation

October 27, 2011

 

Vista has automated some of its maintenance tasks, such as defragmenting your hard drive and backing up key system files and documents. To keep your hard drive defragged regularly:

  • Click on Start
  • Click on Computer
  • Right-click on the hard drive you want to schedule
  • Open its Properties menu
  • Click the Tools tab
  • Click Defragment Now
  • Check the "Run on a schedule" box
  • Use the Modify Schedule button and drop-down menus in the next screen to set your schedule
 

Some Registry Tweaks

October 27, 2011

 

Display legal notice on startup:Regedit{Registry Editor tricks
Wanna tell your friends about the do's and dont's in your computer when they login in your absence. Well you can do it pretty easily by displaying a legal notice at system start up.
REGEDIT
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"legalnoticecaption"="enter your notice caption"
"legalnoticetext"="enter your legal notice text"

Automatic Administrator Login:
Well here's the trick which you can use to prove that Windows XP is not at all secure as multi-user operating system. Hacking the system registry from any account having access to system registry puts you in to the administrator account.
REGEDIT 4


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="1"

No Shutdown:
Wanna play with your friends by removing the shutdown option from start menu in their computer.
Just hack it down !!!
Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
"NoClose"="DWORD:1"

Menu Delays:

Another minor and easy tweak to remove any delay from menus sliding out. For this you will need to use regedit (open regedit by going to Start -> Run..., then typing 'regedit' and pressing enter). The key you need to change is located in HKEY_CURRENT_USERControl PanelDesktop. The actual key is called MenuShowDelay - all you have to do is change the value to 0. Remember, you will have to re-boot your computer for this tweak to take effect.

GPEDIT.MSC And Autoplay

A great tweaking file that comes with XP is gpedit.msc. Go to Start -> Run... and then type in 'gpedit.msc' and press enter. This is effectively the Policies Editor, and it comes in handy often. For example, if you hate CD autoplay like I do and want to permanently disable it, you can use this tool to do so. Just run gpedit.msc, then go to Computer Configuration -> Administrative Templates -> System. In here you can see the value 'Turn Off Autoplay'. Right-click on it and then click 'Properties'.

Increasing options in add/remove programs:

Not a fan of MSN Messenger? don't want Windows Media Player on your system? Fair enough, but if you go to Add/Remove Programs in the Control Panel, by default none of Windows XP's 'built in' programs are visible. it's fairly easy to change, though... just open the file X:\Windows\inf\sysoc.inf (where X: is the drive letter where Windows XP is installed) in Notepad. You should see a section of the file something like this:

[Components]
NtComponents=ntoc.dll,NtOcSetupProc,,4
WBEM=ocgen.dll,OcEntry,wbemoc.inf,hide,7
Display=desk.cpl,DisplayOcSetupProc,,7
Fax=fxsocm.dll,FaxOcmSetupProc,fxsocm.inf,,7
NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7
iis=iis.dll,OcEntry,iis.inf,,7
com=comsetup.dll,OcEntry,comnt5.inf,hide,7
dtc=msdtcstp.dll,OcEntry,dtcnt5.inf,hide,7
IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7
TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2
msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6
ims=imsinsnt.dll,OcEntry,ims.inf,,7
fp_extensions=fp40ext.dll,FrontPage4Extensions,fp40ext.inf,,7
AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7
IEAccess=ocgen.dll,OcEntry,ieaccess.inf,,7

This is a list of all components installed at the moment. I've taken the example of MSN Messenger - the program entry called 'msmsgs', third-last line. You can see the word 'hide' highlighted - this is the string which tells Windows not to display the component in the Add/Remove Programs list. Fix this up by simply deleting the word 'hide' like so:

msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7

To this:

msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7

Now, after restarting, you should be able to see MSN Messenger in the Add/Remove Programs list. If you want to be able to quickly view and remove all components, simply open the sysoc.inf file and do a global find and replace for the word ",hide" and replace it with a single comma ",".

Automatically Kill Programs At Shutdown:

don't you hate it when, while trying to shut down, you get message boxes telling you that a program is still running? Making it so that Windows automatically kills applications running is a snap. Simply navigate to the HKEY_CURRENT_USERControl PanelDesktop directory in the Registry, then alter the key AutoEndTasks to the value 1.

Speeding Up Share Viewing:

This is a great tweak. Before I found it, I was always smashing my head against the table waiting to view shares on other computers. Basically, when you connect to another computer with Windows XP, it checks for any Scheduled tasks on that computer - a fairly useless task, but one that can add up to 30 seconds of waiting on the other end - not good! Fortunately, it's fairly easy to disable this process. First, navigate to HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace in the Registry. Below that, there should be a key called {D6277990-4C6A-11CF-8D87-00AA0060F5BF}. Just delete this, and after a restart, Windows will no longer check for scheduled tasks - mucho performance improvement!

 

Open Icons In Vista & 7 With Single Click Instead Of Double Click

October 27, 2011

 

Well... many people have been used to the single click format in the previous versions of Windows. So here I am to show you people how to customize the same in Windows Vista. To do so, you need to follow the simple steps given below:
  • Open My Computer.
  • Click on the Organize drop down menu located at the top left corner of the windows just below the Back & Forward buttons.
  • In the dropdown menu click on Folder & Search Options.
  • A new dialog box will appear in which you need to select Single Click To Open An Item(Point To Select).
  • Click on Apply & then on OK and you are done.
  • Enjoy the Single Click experience..........
 

PC Maintainance Tips

October 27, 2011

 

Maintaining a system is nothing but keeping your System Healthy, Fully Working with Fast.To keep your system Healthy follow the below given tips.....

1.Disk Defragmenter:This weekly once to run system faster.By this the system will easily identify the daily using files and also the system will arrange files in an order for this go to start menu All Programs->Accessories->System tools->Defragmentor. In this select different drives and Defrag each drive it will some time depending on your System.

2.Disk Cleanup:It is use full to how much disk space is used by unnecessary files that are in temp folder, temporary internet folder, recycle bin. And you can delete them for this go to start menu All Programs->Accessories->System tools-> Disk Cleanup
In this select different drives and cleanup each drive it will some time depending on your System.

3.Scan Disk:It takes average 2 min to complete do this at least once a month and better to do often.

4.Reg Clean:It is done with the help of a Software offered by Microsoft's web site and Other. It takes about a min to check the registry. Then it asks whether you want to clean out redundant or orphan file. This usually helps your system to get rid of files that have been left behind by uninstalled programs.

5. Windows updates:Through this your system will get all the latest fixes, patches and updates. It is better to do who are using only the Original versions of Operating Systems.

These are some of the tips to maintain your System
 

Recent Posts