Friday, October 10, 2008

Add "My Computer" to Your Vista / XP Taskbar

At times we want to have the quickest access to the folders located in different drives or directly to a drive. We can do that by putting it onto the taskbar. We can even put My Computer onto the taskbar


To add a Folder or My Computer to the taskbar, just right-click on the taskbar and choose the Toolbars menu, and then click on New Toolbar.

Now find the folder that you want, in this case we will select the My Computer icon and then click on OK./Select.


Now you can see the My Computer folder right there on the taskbar. If you click the little arrows it will pop up and let you browse through all your drives.


You can add the Desktop to the toolbar as well.

Add Copy To / Move To to the Windows Explorer Right Click Menu

We often need to copy / move files between various locations. It would be helpful for us if we can just right click on the file and select Copy to or Move to. We can do that work with a little Ragistry Hacking. Before making any changes to the Windows Registry you must take a backup.
Make Copy To
Navigate to the following key
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers
Once you are at that key, right click and choose the New Key option:
Now you will double-click on the (Default) value and enter the following:
{C2FBB630-2971-11D1-A18C-00C04FD75D13}
Click OK and continue.

Make Move To
Navigate to the following key
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers
Once you are at that key, right click and choose the New Key option:
Now you will double-click on the (Default) value and enter the following:
{C2FBB631-2971-11D1-A18C-00C04FD75D13}
Close Registry Editor. Restart the PC and you are done.
Now when you right click on a file or folder, you should see the Copy To / Move To options on the right click shortcut menu.
This works both in Windows Xp and Vista

Delete IE7 Browsing History From the Command Line

At times we need to delete IE history, cookies, saved passwords etc. Its a lengthy process if we do it from desktop internet explorer icon or IE tools menu. What if we can clear everything or a selected one or two from command prompt or using batch file.
Here are the commands that relates to the different buttons. You can use these command directly from command prompt, run box or can use in combination in a batch file.
Temporary Internet Files
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
Cookies
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
History
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
Form Data
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
Passwords
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
Delete All
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
Delete All - "Also delete files and settings stored by add-ons"
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351
These commands should work in Internet Explorer 7 on XP or on Windows Vista.

Remove Shared Folders From My Computer - Registry Tweaks

To remove the shared folders in the My Computer view, delete the value {59031a47-3f72-44a7-89c5-5595fe6b30ee} in the following key

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ Windows\CurrentVersion\Explorer\My Computer\NameSpace\DelegateFolders

Tuesday, April 1, 2008

Hide the Keyboard Navigation Settings

Start/Run/Regedit - This restriction disables the "Hide keyboard navigation indicators until I use the ALT key" option in the Display Control Panel.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Value Name: NoChangeKeyboardNavigationIndicators Data Type: REG_DWORD (DWORD Value) Value Data: (0 = default, 1 = enable restriction) Create a new DWORD value, or modify the existing value, called 'NoChangeKeyboardNavigationIndicators' and edit the value according to the settings above.

Exit your registry, you may need to restart or log out of Windows for the change to take effect.

Remove "All Programs" Button from the Start Menu

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer

Value Name: NoStartMenuMorePrograms Data Type: REG_DWORD (DWORD Value) Value Data: (0 = default, 1 = disable button) Create a new DWORD value, or modify the existing value, called 'NoStartMenuMorePrograms' and edit the value according to the settings below. Exit your registry, you may need to restart or log out of Windows for the change to take effect.

Remove Username from the Start Menu

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer

Value Name: NoUserNameInStartMenu Data Type: REG_DWORD (DWORD Value) Value Data: (0 = display username, 1 = hide username) Create a new DWORD value, or modify the existing value, called 'NoUserNameInStartMenu' and edit the value according to the settings below. Exit your registry, you may need to restart or log out of Windows for the change to take effect.

Remove Pinned Programs List from the Start Menu

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer Value Name: NoStartMenuPinnedList Data Type: REG_DWORD (DWORD Value) Value Data: (0 = default, 1= enable restriction) Create a new DWORD value, or modify the existing value, called 'NoStartMenuPinnedList' and edit the value according to the settings below.

Note: This setting only applies to the Windows XP Start Menu, not the Classic Start Menu. Exit your registry, you may need to restart or log out of Windows for the change to take effect.

Remove Frequent Programs List from the Start Menu

Start/Run/Regedit
You may need to create the key if it does not already exist. Create a new DWORD value, or modify the existing value, called 'NoStartMenuMFUprogramsList' and edit the value according to the settings below.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer Value Name: NoStartMenuMFUprogramsList Data Type: REG_DWORD (DWORD Value) Value Data: (0 = default, 1 = enable restriction).

Note: This setting only applies to the Windows XP Start Menu, not the Classic Start Menu. Exit your registry, you may need to restart or log out of Windows for the change to take effect.

Disable Show Last User Name

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ Policies\System Value Name: dontdisplaylastusername Data Type: REG_DWORD (DWORD Value) Value Data: (1 = remove username) Create a new DWORD value, or modify the existing value, called 'dontdisplaylastusername' and edit the value according to the settings above. Exit your registry, you may need to restart or log out of Windows for the change to take effect.

Clear Cached Command Lines from the Run Menu

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU. Delete the value corresponding to the command you want to remove, or remove all the entries to clear the list completely.

Clear the NetMeeting Call History

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Conferencing\UI\CallMRU. Open your registry and delete the key above. Restart Netmeeting for the change to take effect.

Activate Clear Type on the Welcome Screen

Start/Run/Regedit
HKEY_USERS/.DEFAULT/Control Panel/Desktop. In the right pane, right click "FontSmoothingType", modify, change the value to 2.

Change the Login Window

Start/Run/Regedit Key
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\ CurrentVersion\Winlogon] Value Name: LogonType Data Type: REG_DWORD (DWORD Value) Value Data: (0 = Classic Mode, 1 = Welcome Screen) Create a new DWORD value, or modify the existing value, called 'LogonType' and edit the value according to the settings below. Reboot.

Enable Start Menu Scrolling

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced. Value Name: StartMenuScrollPrograms, Data Type: REG_SZ (String Value), Value Data: "Yes" or "No". Create a new String value, or modify the existing value, called 'StartMenuScrollPrograms' and edit the value according to the settings below.

Exit your registry, you may need to restart or log out of Windows for the change to take effect. Note: This can be used either on a user by user basis by adding it to HKEY_CURRENT_USER or on a computer wide basis by adding it to HKEY_LOCAL_MACHINE.

Preventing the Logon Screen Saver from Launching

Start/Run/Regedit
HKEY_USERS\.DEFAULT\Control Panel\Desktop. Value Name: ScreenSaveActive, Data Type: REG_SZ (String Value), Value Data: (0 = disabled, 1 =enabled). Change the value of 'ScreenSaveActive' to '0' to disable the screen saver. Restart Windows for the change to take effect. Note: Windows has a default screen saver called login.scr, which runs even if no screen saver has been selected.

Change the Transition Effect for Menus and Tooltips

Start/Run/Regedit
HKEY_CURRENT_USER\Control Panel\Desktop] Value Name: UserPreferencesMask Data Type: REG_BINARY (Binary Value) Double-click on the "UserPreferencesMask" value to open the Edit Binary Value screen. Press the right arrow to move over to the second set of digits. Press the delete key to remove the digits and type either '28' for the scroll effect or '3e' for the fade effect. Restart Windows for the change to take effect.

Add Your Own Tips

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ Explorer\Tips. Data Type: REG_SZ (String Value), Value Data: Tip Text. Create a new string valued named by incrementing the existing value names and set it to the required tip text.

Create a Useful Name for My Computer

Start/Run/Regedit
HKEY_CLASSES_ROOT\CLSID\ {20D04FE0-3AEA-1069-A2D8-08002B30309D}. Data Type: REG_EXPAND_SZ (Expanded String Value). Rename the value named "LocalizedString" to "LocalizedString.old". Create a new REG_EXPAND_SZ value named "LocalizedString", and set the value to "%USERNAME% on %COMPUTERNAME%". Exit the registry editor, click on your desktop and press F5 (for refresh). The "My Computer" icon should now be rename to "Username on Computername".

Remove Common Groups from the Start Menu

Start/Run/Regedit> HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Create a DWORD called NoCommonGroups and set the value to 1 to hide them, 0 to display them.

Sunday, March 30, 2008

Force the Use of the Classic Start Menu

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer. Value Name: NoSimpleStartMenu, Data Type: REG_DWORD (DWORD Value), Value Data: (1 = force classic menu, 0 = default). Create a new DWORD value, or modify the existing value, called 'NoSimpleStartMenu' and edit the value according to the settings below. Exit your registry, you may need to restart or log out of Windows for the change to take effect.

Display the Attributes Column in Explorer

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\Advanced. Value Name: ShowAttribCol, Data Type: REG_DWORD (DWORD Value), Value Data: (0 = disable, 1 = enable). Create a new DWORD value called 'ShowAttribCol' and set the value to '1' to enable the attributes column.

Change the Title of Windows Media Player

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Policies\Microsoft\ WindowsMediaPlayer. Value Name: TitleBar, Data Type: REG_SZ (String Value). Create a new string value called "TitleBar" and set it to the text you would like display in the title. Restart Media Player for the change the take effect.

Change the Message Shown on the Logon Box

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\ CurrentVersion\Winlogon. Value Name: LogonPrompt, Data Type: REG_SZ (String Value). Create a new string value named 'LogonPrompt' and enter the text you want to display. The default message is: 'Enter a user name and password that is valid for this system.' This feature can be used in conjunction with the Legal Notice Dialog Box Before Logon tweak.

Legal Notice Dialog Box Before Logon

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon Modify the value named 'LegalNoticeCaption' to represent the caption on the dialog box (e.g. 'WARNING!'). If this value doesn't already exist create it. Modify the value named 'LegalNoticeText' to represent the body of the dialog box (e.g. 'Do Not Attempt to Logon to this system unless you are an authorized user!') Exit your registry and restart Windows, and the next time you boot up you should be presented with the dialog box before logging on.

Customize the Windows Logon and Security Dialog Title

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\ CurrentVersion\Winlogon. Value Name: Welcome, Data Type: REG_SZ (String Value), Value Data: Text to display. Create a new String value, or modify the existing value, called 'Welcome' and edit the value according to the settings below. Exit your registry, you may need to restart or log out of Windows for the change to take effect.

Add Explore From Here to Every Folder

Start/Run/Regedit
HKEY_CLASSES_ROOT\Directory\shell\Explore. Value Name: (Default), Data Type: REG_SZ (String Value), Value Data: explorer.exe /e,/root,"%1" Change the value of '(Default)' to equal 'E&xplore From Here'. Create a new key under the [Explore] key called command, and edit the (Default) value to equal explorer.exe /e,/root,"%1".

Remove My Documents from the Desktop

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\ShellFolder Value Name: Attributes Data Type: REG_DWORD (DWORD Value) Value Data: (0xf0500174 = Hidden, 0xf0400174 = Default) Modify the value called "Attributes" and set it to either "0xf0500174" to hide or "0xf0400174" to display My Documents.

Click on a blank area of desktop and press F5 to refresh for the change to take effect. Note: This tweak can also by used on a system wide basis by entering the same values under the [HKEY_LOCAL_MACHINE] hive.

Change the Location of Special Folders

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders. Note the current location of the folder you want to move, and then using explorer move the folder to the new location. Edit the value in the key above for the folder you moved to reflect the new directory location. Log off or restart Windows for the changes to take effect.

Run Explorer Full Screen

Start/Run/Regedit
HKEY_CURRENT_USER\Console. In the right pane find FullScreen and modify the value to 1. Then go to: HKEY_CURRENT_USER\Software\Microsoft\InternetExplorer\Main. In the right pane find FullScreen and modify the value to yes. Exit/Reboot.

Get Rid of the "Links" Folder in Favorites

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar. Set the String value of "LinksFolderName" to equal a blank string. Open IE and delete the Links folder from the Favorites menu. The next time you start Internet Explorer the Links folder will not be recreated.

How to Change Name and Company Information After You Install Win XP

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion In the right pane, double-click RegisteredOrganization. Under "Value data", type the name that you want, and then click OK. To change the name of the registered owner, do the following: In the right pane, double-click RegisteredOwner. Under "Value data", type the name that you want, and then click OK/Exit.

Change the Text in Internet Explorers Title Bar

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main. In the right pane, change the value of the string, "WindowTitle".

Saturday, March 29, 2008

DRIVE Shows auto play???

if drives show autoplay then its a heap worm dat spread in ur drives so u can try this trick

when click f: drive i get a pop displaying

" choose the program you want to use to open the file"
----------
SOLUTION
goto RUN and type: control folders
[press enter]

then in 'folder options' > VIEW >

UNCHECK THE FOLLOWING:
*HIDE PROTECTED OPERATING SYSTEM FILES
CLICK THE RADIO BUTTON:
SHOW HIDEN FILES AND FOLDERS

APPLY AND OK...

THEN IN YOUR F:\ DRIVE.. YOU WILL FIND A FILE CALLED: AUTORUN.INF

JUST DELETE THAT FILE AND RESTART THE PC.


If this does not works use quickheal software to restore or heal bak ur system coooool

LoCk Ur DriVeS

We don’t usually prefer to lock our drives, but sometimes it becomes nessecary. Say for instance you might have stored your office documents in D:\ and you don’t want your kids to access it, in such case this technique can be useful for you. Please don’t try this tweak with your root drive (usually C:\ is the root drive) since root drives are not intended to be locked ,there migh complication occur.
N plz remeber the Registry path u follow below:

Start & Run and type Regedit to open Registry editor
Browse HKEY_CURRENT_USER\Software\Microsoft\Win
dows\Curre ntVersion\Policies\Explorer
Create a new DWORD value NoViewOnDrive and set its value as

2^ (Alpha Number of Drive Letter-1) where Alpha number are simple number corresponding to drive letter from A to Z as 1 - 26
eg:(for c: 3,for d: 4,e: 5.f: 6)like dat
For example: to lock C:\, Alpha number of C is 3 so 2^ (3-1) = 4 (decimal value) similarly for d:\ it is 4 so 2^(4-1)=8
To lock more drives, calculate the value of each drive and then set sum of those numbers as value

To unlock your drive just delete the key from the registry.

locking ur computer

Creating a desktop shortcut for locking your compu
If you use your computer in an area where others may have access to it, and there are things on your system you would rather have kept confidential, locking your desktop when you leave the computer is an essential task. Here's a recipe for a desktop shortcut that will lock your computer in two easy clicks:

Right click on an empty area of the desktop and choose 'new' then 'shortcut.' The create shortcut wizard will open; in the first text box, type '%windir%\System32\rundll32.exe user32.dll,LockWorkStation' and then give your shortcut an appropriate name on the next page, and hit 'finish.'

You will notice that the shortcut you created has a blank icon. To select a more appropriate one, right click on the shortcut and hit 'properties.' In the 'shortcut' tab, click the 'change icon' button.

In the 'look for icons in this file' box, type '%SystemRoot%\system32\SHELL32.dll' then click 'ok' to see a range of icons for your new shortcut. Choose an appropriate icon. Your desktop locking shortcut is now ready for use. Test it out.



it is useful if u have an account as it will prompt 4 a password.

use pc as an alarm


Now this is specially for the ones who are too lazy to get up even when the trust cellphone dies screeching its lungs out. Its pretty simple Creating the playlist create a playlist of your favourite songs in Winamp, WMP or any other player. Export the playlist as a M3U playlist. M3U is generally accepted by almost every player. Triggering the alarm point to start> programs >accessories > system tools >scheduled tasks Create a new task and choose program as windows media player or winamp (May work with others too but I haven't tried anything else) Choose "daily", Enter the time and choose "every day" at next screen. It would now ask for password (leave blank in case you don't have one) Right click on the newly created task and check the "run only if logged in" check box. In the properties. Append the path to the playlist you created in the "run" text box. It should now look like Code:
Code:
"D:\windows mediaplayer\wmplayer.exe"K:\Playlists\smoothies.m3uthe text inside quotes is my WMP's path. It may vary for you. The text after WMP's path is the one to the playlist. Click OK and you're done.

Thursday, March 13, 2008

Win XP Run Commands

ODBCAD32.EXE - ODBC Data Source Administrator
OSK.EXE - On Screen Keyboard
OSUNINST.EXE - Windows Uninstall Utility
PACKAGER.EXE - Object Packager
PERFMON.EXE - Performance Monitor
PROGMAN.EXE - Program Manager
RASPHONE.EXE - Remote Access Phonebook
REGEDIT.EXE - Registry Editor
REGEDT32.EXE - Registry Editor
RESET.EXE - Resets Session
RSTRUI.EXE - System Restore
RTCSHARE.EXE - RTC Application Sharing
SFC.EXE - System File Checker
SHRPUBW.EXE - Create Shared Folder
SHUTDOWN.EXE - System Shutdown
SIGVERIF.EXE - File Signature Verification
SNDREC32.EXE - Sound Recorder
SNDVOL32.EXE - Sound Volume
SPIDER.EXE - Spider Solitaire
SYNCAPP.EXE - Create A Briefcase
SYSEDIT.EXE - System Configuration Editor
SYSKEY.EXE - SAM Lock Tool
TASKMGR.EXE - Task Manager
TELNET.EXE - MS Telnet Client
TSSHUTDN.EXE - System Shutdown
TOURSTART.EXE - Windows Tour Launcher
UTILMAN.EXE - System Utility Manager
USERINIT.EXE - My Documents
VERIFIER.EXE - Driver Verifier Manager
WIAACMGR.EXE - Scanner and Camera Wizard
WINCHAT.EXE - Windows for Workgroups Chat
WINHELP.EXE - Windows Help Engine
WINHLP32.EXE - Help
WINMINE.EXE - Minesweeper
WINVER.EXE - Windows Version Information
WRITE.EXE - WordPad
WSCRIPT.EXE - Windows Script Host Settings

Win XP Run Commands

ACCWIZ.EXE - Accessibility Wizard
CALC.EXE - Calculator
CHARMAP.EXE - Character Map
CLEANMGR.EXE - Disk Space Cleanup Manager
CLICONFG.EXE - SQL Client Configuration Utility
CLIPBRD.EXE - Clipbook Viewer
CLSPACK.EXE - Class Package Export Tool
CMD.EXE - Command Line
CMSTP.EXE - Connection Manager Profile Installer
CONTROL.EXE - Control Panel
DCOMCNFG.EXE - Component Services
DDESHARE.EXE - DDE Share
DRWATSON.EXE - Doctor Watson v1.00b
DRWTSN32.EXE - Doctor Watson Settings
DVDPLAY.EXE - DVD Player
DXDIAG.EXE - DirectX Diagnostics
EUDCEDIT.EXE - Private Character Editor
EVENTVWR.EXE - Event Viewer
EXPLORER.EXE - Windows Explorer
FREECELL.EXE - Free Cell
FXSCLNT.EXE - Fax Console
FXSCOVER.EXE - Fax Cover Page Editor
FXSEND.EXE - MS Fax Send Note Utility
IEXPRESS.EXE - IExpress 2.0
LOGOFF.EXE - System Logoff
MAGNIFY.EXE - Microsoft Magnifier
MMC.EXE - Microsoft Management Console
MOBSYNC.EXE - Microsoft Synchronization Manager
MPLAY32.EXE - Windows Media Player version 5.1
MSHEARTS.EXE - Hearts
MSPAINT.EXE - Paint
MSTSC.EXE - Remote Desktop Connection
NARRATOR.EXE - Microsoft Narrator
NETSETUP.EXE - Network Setup Wizard
NOTEPAD.EXE - Notepad
NSLOOKUP.EXE - NSLookup Application
NTSD.EXE - Symbolic Debugger for Windows 2000

Win XP Run Commands

Run line commands can be very useful some times, its better to know them

here are all the commands that i know u might find them usefull too

Commands are same for Windows xp pro and home

Run Line Commands
These are GUI applications that can be opened from the run line.
These applications are not located in the C:\windows\system32\ directory, the
keys for these applications are located in the registry under:
HKLM\software\microsoft\windows\currentv
ersion\app paths
BCKGZM.EXE - Backgammon
CHKRZM.EXE - Checkers
CONF.EXE - NetMeeting
DIALER.EXE - Phone Dialer
HELPCTR.EXE - Help and Support
HRTZZM.EXE - Internet Hearts
HYPERTRM.EXE - HyperTerminal
ICWCONN1.EXE - Internet Connection Wizard
IEXPLORE.EXE - Internet Explorer
INETWIZ.EXE - Setup Your Internet Connection
INSTALL.EXE - User's Folder
MIGWIZ.EXE - File and Settings Transfer Wizard
MOVIEMK.EXE - Windows Movie Maker
MPLAYER2.EXE - Windows Media Player Version 6.4.09.1120
MSCONFIG.EXE - System Configuration Utility
MSIMN.EXE - Outlook Express
MSINFO32.EXE - System Information
MSMSGS.EXE - Windows Messenger
MSN6.EXE - MSN Explorer
PBRUSH.EXE - Paint
PINBALL.EXE - Pinball
RVSEZM.EXE - Reversi
SHVLZM.EXE - Spades
TABLE30.EXE - User's Folder
WAB.EXE - Windows Address Book
WABMIG.EXE - Address Book Import Tool
WINNT32.EXE - User's Folder
WMPLAYER.EXE - Windows Media Player









chat with command prompt

If you want personal chat with a friend
you don't need to download any yahoo messenger
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this as "Messenger.bat". Open the .bat file and in Command
Prompt you should see:
MESSENGER
User:
After "User" type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.Before you press "Enter" it should look like this:
MESSENGER
User:27.196.391.193
Message: Hi
Now all you need to do is press "Enter", and start chatting!

yor name in xp or vista properties

Change the registered user and company name in Windows XP / Vista

Network administrators have had countless times that they need to change the registered user and company name for a Windows installation. Unfortunately, this process is rather difficult and needs to be done through the registry. Fortunately, by following the steps below you will be able to edit the registered user and company name for either a Windows XP computer or a Windows Vista computer.

To begin, first verify the registration details of your Windows computer. For Windows XP and Windows Vista click on Start and right-click on My Computer (just Computer).
In order to change your registered user name, you will need to edit this information in your registry.

folder option missing

sumtime u mite fear of having virus..n yor folder option is missing..

It is w32.Brontok.A virus.
Scan ur machine with Quick Heal Antivirus.It'll remove the virus but to get back Folder Options you have to re-install OS.

DRIVE Shows auto play??

choose the program you want to use to open the file"
----------
SOLUTION
goto RUN and type: control folders
[press enter]

then in 'folder options' > VIEW >

UNCHECK THE FOLLOWING:
*HIDE PROTECTED OPERATING SYSTEM FILES
CLICK THE RADIO BUTTON:
SHOW HIDEN FILES AND FOLDERS

APPLY AND OK...

THEN IN YOUR F:\ DRIVE.. YOU WILL FIND A FILE CALLED: AUTORUN.INF

JUST DELETE THAT FILE AND RESTART THE PC.

LoCk Ur DriVeS

We don’t usually prefer to lock our drives, but sometimes it becomes nessecary. Say for instance you might have stored your office documents in D:\ and you don’t want your kids to access it, in such case this technique can be useful for you. Please don’t try this tweak with your root drive (usually C:\ is the root drive) since root drives are not intended to be locked ,there migh complication occur.
N plz remeber the Registry path u follow below:

Start & Run and type Regedit to open Registry editor
Browse HKEY_CURRENT_USER\Software\Microsoft\Win
dows\Curre ntVersion\Policies\Explorer
Create a new DWORD value NoViewOnDrive and set its value as

2^ (Alpha Number of Drive Letter-1) where Alpha number are simple number corresponding to drive letter from A to Z as 1 - 26
eg:(for c: 3,for d: 4,e: 5.f: 6)like dat
For example: to lock C:\, Alpha number of C is 3 so 2^ (3-1) = 4 (decimal value) similarly for d:\ it is 4 so 2^(4-1)=8
To lock more drives, calculate the value of each drive and then set sum of those numbers as value

To unlock your drive just delete the key from the registry.

locking ur computer

Creating a desktop shortcut for locking your compu
If you use your computer in an area where others may have access to it, and there are things on your system you would rather have kept confidential, locking your desktop when you leave the computer is an essential task. Here's a recipe for a desktop shortcut that will lock your computer in two easy clicks:

Right click on an empty area of the desktop and choose 'new' then 'shortcut.' The create shortcut wizard will open; in the first text box, type '%windir%\System32\rundll32.exe user32.dll,LockWorkStation' and then give your shortcut an appropriate name on the next page, and hit 'finish.'

You will notice that the shortcut you created has a blank icon. To select a more appropriate one, right click on the shortcut and hit 'properties.' In the 'shortcut' tab, click the 'change icon' button.

In the 'look for icons in this file' box, type '%SystemRoot%\system32\SHELL32.dll' then click 'ok' to see a range of icons for your new shortcut. Choose an appropriate icon. Your desktop locking shortcut is now ready for use. Test it out.



it is useful if u have an account as it will prompt 4 a password.

use pc as an alarm

Now this is specially for the ones who are too lazy to get up even when the trust cellphone dies screeching its lungs out. Its pretty simple Creating the playlist create a playlist of your favourite songs in Winamp, WMP or any other player. Export the playlist as a M3U playlist. M3U is generally accepted by almost every player. Triggering the alarm point to start> programs >accessories > system tools >scheduled tasks Create a new task and choose program as windows media player or winamp (May work with others too but I haven't tried anything else) Choose "daily", Enter the time and choose "every day" at next screen. It would now ask for password (leave blank in case you don't have one) Right click on the newly created task and check the "run only if logged in" check box. In the properties. Append the path to the playlist you created in the "run" text box. It should now look like Code:
Code:
"D:\windows mediaplayer\wmplayer.exe"K:\Playlists\sm
oothies.m3uthe text inside quotes is my WMP's path. It may vary for you. The text after WMP's path is the one to the playlist. Click OK and you're done.

how to block specific websites in window

Go to the Internet Option, then select the Security tab...
There U will get 4 options,
> Internet
> Local Internet
> Trusted Sites
> Restricted Sites

Now click on the Restricted Sites, and then click on the Sites tab under it !!!
There U will get a space to enter the WebSite ...
The website that U want to block, just type there and then click on the ADD option to block it...

folder lock with password

Folder lock without software
1
If you have a log in password for your account, this can be used to protect folders from other users. Your hard drive must be f

ormatted using NTFS (which it probably is unless you're dual booting with another operating system). Here's what to do...


Right-click the folder that you want to make private and choose "Properties"

(or Alt+Double-click). Go to the "Sharing" tab and check the "Make this folder private" box.

Click Apply . If you do not have a password on your account, a box will pop up asking if you want to assign a password. This must be done if you want to make the folder private, so click Yes . You will need to use your password to log on to your computer from then on.
Type in a password then confirm it. Click the "Create Password" button then close the Password window.
Click OK in the Properties dialog box.
Now anyone else logged on to your computer can't access that file without knowing your password.

Hidden Programs in Windows XP

Hidden Programs in Windows XP
1- Private Character Editor
This program is for designing icons and Characters(Alphapet)
Click :start
Then :run
type :EUDCEDIT
........................................
.........................................................................................................
2- iExpress
This Program is for conerting your files to EXCUTABLE files
Click : start
Then : run
type : iexpress
.................................................................................................................................................
3-Disk Cleanup
This program used for cleaning harddisk to offer space
Click : start
Then : run
type : cleanmgr

.................................................................................................................................................
4-Dr Watson
This program Is for repairing problems in Windows
Click : start
Then : run
type : drwtsn32
.................................................................................................................................................
5-Windows Media Player 5.1
Opens the old media player
Click : start
Then : run
type : mplay32
.................................................................................................................................................
Program CODE

1)Character Map = charmap

2)DirectX diagnosis = dxdiag

3)Object Packager = packager

4)System Monitor = perfmon

5)Program Manager = progman

6)Remote Access phone book = rasphone

7)Registry Editor = regedt32

8)File siganture verification tool = sigverif

9)Volume Control = sndvol32

10)System Configuration Editor = sysedit

11)Syskey = syskey

12)Microsoft Telnet Client = telnet

make your PC shutdown at a time u wish

********** METHOD # 1 ***************

1. Right click on your desktop and choose "New=>shortcuts".
2. In the box that says "Type the location of the shortcut",
type in "shutdown -s -t 3600" without the quotation marks and click next. Note: 3600 are the amount of seconds before your computer shuts down. So , 60secs*60mins=3600secs.
3. Make up a name for the shortcut and you're done.
You can change the icon by right clicking=>properities=>change icon=>browse

TO ABORT:
To make an abort key to stop the shutdown timer just create another shortcut and make
the "location of the shortcut" to " shutdown -a" without the quotes.


********* METHOD # 2 **************{EASIER THAN THE PREVIOUS ONE}


Here is another trick to shutdown at a specific time, for example you wish to shutdown at 11:35am. Type this in

start=>Run

Type Code: at 11:35 shutdown -s

TO ABORT:
Code:shutdown -a

Stop Windows Messenger from Auto-Starting

f you're not a big fan of Windows Messenger, you can simply delete the following Registry Key:
HKEY_CURRENT_USER\Software\Microsoft\Win
dows\CurrentVersion\Run\MSMSGS

After doing so, Windows Messenger will no longer start when you logon. However, if you run any
program that requests the use of Windows Messenger (such as Outlook Express), the registry key
will be re-created, and Windows Messenger will load on Startup again.

xp Restrict a User's Logon Hours

To change when a user can logon, do the following:
1) Open Help and Support and type logon hours in the search box.
2) Go to Full text matches and click on Net user. See the examples for settings a user's
logon hours.
Some examples would be:
net user johnsw /time:M-F,08:00-17:00
net user johnsw /time:M-F,8am-5pm
net user marysl /time:M,4am-5pm;T,1pm-3pm;W-F,8:00-17:00
net user johnsw /time:all (This means that the user can always log on)
3) Open a Command Prompt window.
4) Enter the appropriate net user command for the user(s) you wish to restrict access for.

CHKDSK countdown time

When you schedule CHKDSK to run at the next boot, the system will prompt you to
press a key to cancel the operation while CHKDSK is running. The system will display a countdown during that cancel period.
The default value is 10 seconds. To Change this open up Regedit and locate:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl
Set\Control\Session Manager\AutoChkTimeOut
You can change the value to anything from zero to 259,200 seconds (3 days).
With a timeout of zero, there is no countdown and you cannot cancel the operation.

shut down ur pc in 3 secs

Shutdown your computer in 3 Seconds...............

Simply Do the following :

press cltr+altr+del
task manager will come
now see the "SHUT DOWN" option??
hold cltr and keep holding it
click on "shut down" tab on the task manager
u will c "turn off"option dere....
keep holding cltr click on "turn off"
keep holding cltr until the pc shus down

megaupload hack

Now there is a simple trick to get rid of “All the slots Assigned to your Country are in use, Try again later” message.

* Go to Google Translate Tool
* Paste your Megaupload Link into Translate a web page box
* And Translate it from English to German.
* Hit the translate button and wait for the download page to load.
* And have fun !!

multiple login in yahoo

Multiple login in yahoo
!! Multiple login in yahoo !!

You can login with multiple ID's on the same yahoo messenger.

Follow these steps : ==>>

* Go to Start ==> Run ==>> Type regedit,hit enter

* Go to HKEY_CURRENT_USER ==>> Software ==>> Yahoo ==>> pager ==>>Test

* On the right pane ==>> right-click and choose new Dword value .

* Rename it as Plural.

* Double click and assign a decimal value of 1.

* Now close registry and restart yahoo messenger.

* For signing in with new id open another messenger .

☺ ☺ Enjoy ☺ ☺

MAKLE MOZILLA FIRFOX TEN TIMES FASTER

HIS IS A VERY SIMPLE TRICK.....NO SOFTWARE REQUIRED......NO DL REQUIRED



Unhidden

1. Type "about:config" into the address bar and hit enter. Scroll down and look for the following entries:

2. Alter the entries as follows:

Set "network.http.pipelining" to "true"
Set "network.http.proxy.pipelining" to "true"

set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.

3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it recieves.


NOTE:this trick only works for broadband users not for dialup

computer diary

computer diary

it was only a matter of time until someone create a software that would function as a virtual diary. I do know many people that keep a diary and all of them are using the usual notebook to write their daily entries. Another method for the virtual generation would be to use a software like iDaily Diary to keep a diary on your computer. Software diaries have some advantages over notebooks.

The main advantage that I can think of is that it is easier to protect the software diary with passwords, this can’t be done with a notebook. You could hide the notebook but if someone finds it the information are all there. Another advantage is that it is easier to add pictures and links to the software diary although you could as well ad stuff like this to the notebook too which would probably grow to big if you add lots of pictures and paper to it.

Using iDaily Diary is pretty easy. You set a password at first start and may read the tutorial that is presented afterwards. The interface looks similar to Word, the main difference is a calendar that is added at the bottom of the page. You can easily switch to entries using that calendar.

Writing entries is done like in any other text processing application. You can format text, use pictures, tables and links and all the other benefits that word processing programs offer. Diary pages can be exported to html if desired, this could be useful if you want to publish them on your personal website

add a wensite as ur desktop wallpaper

Do u know that in place of some silly still image you can have a fully functioning website as your wallpaper in the desktop background???

Well yes, you can!
all you gotta do is right click on the desktop
---> go to properties
---> then under desktop tab select Customize desktop
---> there under web tab click new
---> type in the complete url

Windows Xp Tips

Trick<>>

it sometimes takes ages to shutdown Windows XP and Windows Vista, most of the time when you are in a hurry. This can be caused by processes that are still open or not reacting. Windows tries to close those processes which can take a long time. If you don’t have the time or patience to wait for the shutdown you might want to try the excellent freeware Superfast Shutdown which does exactly what the name suggests.

The shutdown is almost immediate which means it is much faster than the shutdown with the usual registry tweaks that can be applied to reduce the timeout delay for processes. The freeware runs fine on Windows Vista and XP, you should just be aware that Superfast Shutdown ignores everything that is still open and running. This could mean that you loose data that has not been saved. Make sure you save everything important before you activate the shutdown option.

Installing the freeware adds two shortcuts to your desktop. The first is called superfast shutdown and the second superfast reboot. Both options are great if you think that the normal shutdown and reboot procedure takes to long. Again, make sure that everything important is saved before you click on the shortcut

Tuesday, March 11, 2008

Super Fast ShutDown

Trick<>>

it sometimes takes ages to shutdown Windows XP and Windows Vista, most of the time when you are in a hurry. This can be caused by processes that are still open or not reacting. Windows tries to close those processes which can take a long time. If you don’t have the time or patience to wait for the shutdown you might want to try the excellent freeware Superfast Shutdown which does exactly what the name suggests.

The shutdown is almost immediate which means it is much faster than the shutdown with the usual registry tweaks that can be applied to reduce the timeout delay for processes. The freeware runs fine on Windows Vista and XP, you should just be aware that Superfast Shutdown ignores everything that is still open and running. This could mean that you loose data that has not been saved. Make sure you save everything important before you activate the shutdown option.

Installing the freeware adds two shortcuts to your desktop. The first is called superfast shutdown and the second superfast reboot. Both options are great if you think that the normal shutdown and reboot procedure takes to long. Again, make sure that everything important is saved before you click on the shortcut