DISABLING DRIVES IN MY COMPUTER
To turn off the display of local or networked drives when you click on My Computer:
1.Open RegEdit
2.Go toHKEY_CURRENT_USER\Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ Explorer
3.Add a New DWORD item and name it NoDrives
4.Give it a value of 3FFFFFF
5.Now when you click on My Computer, none of your drives will show.
----------------------------------------
CHANGE THE LOCATION OF WINDOWS INSTALLATION FILES
If you need to change the drive and or path where Windows looks for its installation files:
1.Open RegEdit
2.Go toHKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Setup
3.Edit the value next to SourcePath
------------------------------------------
CHANGE THE CAPTION ON TITLE BAR
Change the Caption on the Title Bar for OutLook Express or the Internet Explorer:For Outlook Express:
1. Open RegEdit
2. Go toHKEY_CURRENT_USER\Software\Microsoft\OutLook ExpressFor IE5 and up use:HKEY_CURRENT_USER\IDENTITIES \{9DDDACCO-38F2-11D6-93CA-812B1F3493B}\ SOFTWARE\ MICROSOFT\ OUTLOOK EXPRESS\5.0
3. Add a string value "WindowTitle" (no space)
4. Modify the value to what ever you like.
For no splash screen, add a dword value "NoSplash" set to 1The Key {9DDDACCO-38F2-11D6-93CA-812B1F3493B} can be any key you find here. Each user has his own Key number.The Key 5.0 is whatever version of IE you have
For Internet Explorer:
1. Open RegEdit
2. Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main
3. Add a string value "Window Title" (use a space)
4. Modify the value to what ever you like.
---------------------------------------------------
ADD/DELETE PROGRAMS TO RUN EVERY TIME WINDOWS STAR
You can start or stop programs from executing at boot up by adding or deleting them to/from the run Keys in the Registry. Windows loads programs to start in the following order; Program listed in the Local Machine hive, then the Current User hive, then theWin.ini Run= and Load = lines. then finally programs in your Start Up folder.
To add or remove programs in the Registry
1.Open RegEdit
2.Go to the desired KeyHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \CurrentVersion \RunHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \CurrentVersion \RunServicesHKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows \CurrentVersion \RunHKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows \CurrentVersion \RunServices
3. Add a new String Value and name it anything you like
4. For the value data, enter the path and executable for the program you want to run.
By adding the value to the HKEY_CURRENT_USER hive instead allows the program to start only when that user is logged on.
If you add the value to the RunOnce key the program will run once and be removed from the key by Windows.
MULTIPLE COLUMNS FOR START MENU
To make Windows use multiple Start Menu Columns instead of a single scrolling column, like Windows 9x had, Also if you are using Classic Mode in XP
1. Open RegEdit
2. Go to the keyHKEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Advanced
3. Create a string value "StartMenuScrollPrograms"
4. Right click the new string value and select modify
5. Set the value to "FALSE"
1. Open RegEdit
2. Go to the keyHKEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Advanced
3. Create a string value "StartMenuScrollPrograms"
4. Right click the new string value and select modify
5. Set the value to "FALSE"
DISABLING MY COMPUTER
In areas where you are trying to restrict what users can do on the computer, it might be beneficial to disable the ability to click on My Computer and have access to the drives, control panel etc.
To disable this:
1.Open RegEdit
2.Search for 20D04FE0-3AEA-1069-A2D8-08002B30309D
3.This should bring you to the HKEY_CLASSES_ROOT\CLSID section
4.Delete the entire section.
Now when you click on My Computer, nothing will happen.You might want to export this section to a Registry file before deleting it just in case you want to enable it again. Or you can rename it to 20D0HideMyComputer4FE0-3AEA-1069-A2D8-08002B30309D. You can also hide all the Desktop Icons, see Change/Add restrictions.
To disable this:
1.Open RegEdit
2.Search for 20D04FE0-3AEA-1069-A2D8-08002B30309D
3.This should bring you to the HKEY_CLASSES_ROOT\CLSID section
4.Delete the entire section.
Now when you click on My Computer, nothing will happen.You might want to export this section to a Registry file before deleting it just in case you want to enable it again. Or you can rename it to 20D0HideMyComputer4FE0-3AEA-1069-A2D8-08002B30309D. You can also hide all the Desktop Icons, see Change/Add restrictions.
CREATING A LOGON BANNER
If you want to create a Logon Banner: A message box to appear below your logon on.
1.Open RegEdit
2.Go ToHKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Winlogon
3.Create a new String value"LegalNoticeCaption "
4. Enter the Title of the window. What is displayed in the Title Bar.
5. Create a new string value "LegalNoticeText"
6. Enter the text for your message box that will appear even before the Logon window.
1.Open RegEdit
2.Go ToHKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Winlogon
3.Create a new String value"LegalNoticeCaption "
4. Enter the Title of the window. What is displayed in the Title Bar.
5. Create a new string value "LegalNoticeText"
6. Enter the text for your message box that will appear even before the Logon window.
ADDING EXPLORE FROM HERE TO ALL FILES
When you want to right click on any folder and want to open up an Explorer window of that folder.
1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\Folder\shell
3. Add a new Key "RootExplore " under the "Shell" Key
4. Set the (Default) value to "E&xplore From Here "
5. Right Click the "RootExplore " Key and add a new Key "Command"to the RootExplore
6. Set the (Default) value of Explorer.exe /e,/root,/idlist,%i
1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\Folder\shell
3. Add a new Key "RootExplore " under the "Shell" Key
4. Set the (Default) value to "E&xplore From Here "
5. Right Click the "RootExplore " Key and add a new Key "Command"to the RootExplore
6. Set the (Default) value of Explorer.exe /e,/root,/idlist,%i
ADDING AN APPLICATION TO RIGHT CLICK
Here is how to add any application to the Context Menu when you right click on any Folder. This way you do not have to always go to the Start Menu. When you right click on any folder, you can have access to that application, the same as using Sent To.
1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\Folder\shell
3. Add a new Key to the "Shell" Key and name it anything you like.
4. Give it a default value that will appear when you right click a folder, i.e. NewKey (use an "&" without the quotes, in front of any character and it will allow you to use the keyboard)
5. Click on the Key HKEY_CLASSES_ROOT\Folder\shell\NewKey
6. Add a New Key named Command
7. Set the (Default) value of the application you want to run
8. For example: c:\program files\internet explorer\iexplore.exe (Include the full path and parameters if you need them)
1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\Folder\shell
3. Add a new Key to the "Shell" Key and name it anything you like.
4. Give it a default value that will appear when you right click a folder, i.e. NewKey (use an "&" without the quotes, in front of any character and it will allow you to use the keyboard)
5. Click on the Key HKEY_CLASSES_ROOT\Folder\shell\NewKey
6. Add a New Key named Command
7. Set the (Default) value of the application you want to run
8. For example: c:\program files\internet explorer\iexplore.exe (Include the full path and parameters if you need them)
CUSTOMIZE SYSTEM TRAY
You can add your name or anything you like that consists of 8 characters or less. This will replace the AM or PM next to the system time. But you can corrupt some trial licenses of software that you may have downloaded.
1. Open RegEdit
2. Go to HKEY_CURRENT_USER\Control Panel\International
3. Add two new String values, "s1159" and "s2359"
4. Right click the new value name and modify.
Enter anything you like up to 8 characters.
If you enter two different values when modifying, you can have the system tray display the two different values in the AM and PM.
1. Open RegEdit
2. Go to HKEY_CURRENT_USER\Control Panel\International
3. Add two new String values, "s1159" and "s2359"
4. Right click the new value name and modify.
Enter anything you like up to 8 characters.
If you enter two different values when modifying, you can have the system tray display the two different values in the AM and PM.
LOCKOUT UNWANTED USERS
1. Open RegEdit
2. Go to HKEY_LOCAL_MACHINE\Network\Logon
3. Create a dword value "MustBeValidated"
4. Set the value to 1
This forced logon can be bypassed in Safe Mode on Windows 9x delete
2. Go to HKEY_LOCAL_MACHINE\Network\Logon
3. Create a dword value "MustBeValidated"
4. Set the value to 1
This forced logon can be bypassed in Safe Mode on Windows 9x delete
ADD OPEN WITH TO ALL FILES
You can add "Open With..." to the Right click context menu of all files.
This is great for when you have several programs you want to open the same file types with. I use three different text editors so I added it to the ".txt" key.
1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\*\Shell
3. Add a new Key named "OpenWith" by right clicking the "Shell" Key and selecting new
4. Set the (Default) to "Op&en With..."
5. Add a new Key named "Command" by right clicking the "OpenWith" Key and selecting new
6. Set the (Default) to "C:\Windows\rundll32.exe shell32.dll,OpenAs_RunDLL %1", C:\ being your Windows drive. You must enter the "OpenAs_RunDLL %1" exactly this way.
This is great for when you have several programs you want to open the same file types with. I use three different text editors so I added it to the ".txt" key.
1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\*\Shell
3. Add a new Key named "OpenWith" by right clicking the "Shell" Key and selecting new
4. Set the (Default) to "Op&en With..."
5. Add a new Key named "Command" by right clicking the "OpenWith" Key and selecting new
6. Set the (Default) to "C:\Windows\rundll32.exe shell32.dll,OpenAs_RunDLL %1", C:\ being your Windows drive. You must enter the "OpenAs_RunDLL %1" exactly this way.
Playing with right click options...
This is a trick for Addding Copy To And Move To Options in right click of a mouse..
Firstly we add the copy and move options to the right click menu of all FILES.
CLICK Start>Run, type regedit and click OK to open up the registry editor and make your way to this key:
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers
Right click the ContextMenuHandlers key and choose New>Key.Name the new key Copy To.Repeat the above and create another new key named Move To.
You should now have two new subkeys under the ContextMenuHandlers key:
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Co py To
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Mo ve To
Select the Copy To key and in the right hand pane, double click DefaultEnter this value as the value data:
{C2FBB630-2971-11d1-A18C-00C04FD75D13}
Next , select the Move To key and in the right hand pane set the default to:
{C2FBB631-2971-11d1-A18C-00C04FD75D13}
This now takes care of the Copy and Move options for the right click context menu of all your files.Now all that is left is to add the same options to the right click menu of all your folders.The procedure will be the same as for files but at a different key.
HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHan dlers
Right click ContextMenuHandlers and create a new key named Copy To.
Right click it again and create another new key named Move To.
left click on the right hand pane, add the same default values as you did for Files
For Copy To:
{C2FBB630-2971-11d1-A18C-00C04FD75D13}
For the Move To:{C2FBB631-2971-11d1-A18C-00C04FD75D13}
thats it..............now u r done.....
Firstly we add the copy and move options to the right click menu of all FILES.
CLICK Start>Run, type regedit and click OK to open up the registry editor and make your way to this key:
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers
Right click the ContextMenuHandlers key and choose New>Key.Name the new key Copy To.Repeat the above and create another new key named Move To.
You should now have two new subkeys under the ContextMenuHandlers key:
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Co py To
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Mo ve To
Select the Copy To key and in the right hand pane, double click DefaultEnter this value as the value data:
{C2FBB630-2971-11d1-A18C-00C04FD75D13}
Next , select the Move To key and in the right hand pane set the default to:
{C2FBB631-2971-11d1-A18C-00C04FD75D13}
This now takes care of the Copy and Move options for the right click context menu of all your files.Now all that is left is to add the same options to the right click menu of all your folders.The procedure will be the same as for files but at a different key.
HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHan dlers
Right click ContextMenuHandlers and create a new key named Copy To.
Right click it again and create another new key named Move To.
left click on the right hand pane, add the same default values as you did for Files
For Copy To:
{C2FBB630-2971-11d1-A18C-00C04FD75D13}
For the Move To:{C2FBB631-2971-11d1-A18C-00C04FD75D13}
thats it..............now u r done.....
Play with ur CD-ROM
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If
copy this script in notepad and save as run.vbs
u'll see a magic that ur cd-rom is running in and out
IF U WANT TO QUIT THIS IN & OUT OF DVD ROM, go in task manager/processes find wscript then click on end process thats all...
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If
copy this script in notepad and save as run.vbs
u'll see a magic that ur cd-rom is running in and out
IF U WANT TO QUIT THIS IN & OUT OF DVD ROM, go in task manager/processes find wscript then click on end process thats all...
Freak out ur friends by a surprise message
Step 1. Open up notepad
Step 2. Typelol=msgbox("Whatever you want message to say",20,"Whatever you want the window to be titled")
Ex:lol=msgbox("Warning your computer has been infected by a virus ",20,"Virus Alert")
Step 3. Save the text as Whateveryouwant.vbs
The number 20 represents the type of window style the message will be in. You can experiment with different styles you want
Step 2. Typelol=msgbox("Whatever you want message to say",20,"Whatever you want the window to be titled")
Ex:lol=msgbox("Warning your computer has been infected by a virus ",20,"Virus Alert")
Step 3. Save the text as Whateveryouwant.vbs
The number 20 represents the type of window style the message will be in. You can experiment with different styles you want
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
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
Crack win xp password
# Place your Windows XP CD in your cd-rom and start your computer (it's assumed here that your XP CD is bootable as it should be - and that you have your bios set to boot from CD)
# Keep your eye on the screen messages for booting to your cd Typically, it will be "Press any key to boot from cd"
# Once you get in, the first screen will indicate that Setup is inspecting your system and loading files.
# When you get to the Welcome to Setup screen, press ENTER to Setup Windows now
# The Licensing Agreement comes next - Press F8 to accept it.
# The next screen is the Setup screen which gives you the option to do a Repair.It should read something like "If one of the following Windows XP installations is damaged, Setup can try to repair it"Use the up and down arrow keys to select your XP installation (if you only have one, it should already be selected) and press R to begin the Repair process.
# Let the Repair run. Setup will now check your disks and then start copying files which can take several minutes.
# Shortly after the Copying Files stage, you will be required to reboot. (this will happen automatically and you will see a progress bar stating "Your computer will reboot in 15 seconds"
# During the reboot, do not make the mistake of "pressing any key" to boot from the CD again! Setup will resume automatically with the standard billboard screens and you will notice Installing Windows is highlighted.
# Keep your eye on the lower left hand side of the screen and when you see the Installing Devices progress bar, press SHIFT + F10. This is the security hole! A command console will now open up giving you the potential for wide access to your system.
# At the prompt, type NUSRMGR.CPL and press Enter. Voila! You have just gained graphical access to your User Accounts in the Control Panel.
# Now simply pick the account you need to change and remove or change your password as you prefer. If you want to log on without having to enter your new password, you can type control userpasswords2 at the prompt and choose to log on without being asked for password. After you've made your changes close the windows, exit the command box and continue on with the Repair (have your Product key handy).
# Once the Repair is done, you will be able to log on with your new password (or without a password if you chose not to use one or if you chose not to be asked for a password).
Your programs and personalized settings should remain intact.
# Keep your eye on the screen messages for booting to your cd Typically, it will be "Press any key to boot from cd"
# Once you get in, the first screen will indicate that Setup is inspecting your system and loading files.
# When you get to the Welcome to Setup screen, press ENTER to Setup Windows now
# The Licensing Agreement comes next - Press F8 to accept it.
# The next screen is the Setup screen which gives you the option to do a Repair.It should read something like "If one of the following Windows XP installations is damaged, Setup can try to repair it"Use the up and down arrow keys to select your XP installation (if you only have one, it should already be selected) and press R to begin the Repair process.
# Let the Repair run. Setup will now check your disks and then start copying files which can take several minutes.
# Shortly after the Copying Files stage, you will be required to reboot. (this will happen automatically and you will see a progress bar stating "Your computer will reboot in 15 seconds"
# During the reboot, do not make the mistake of "pressing any key" to boot from the CD again! Setup will resume automatically with the standard billboard screens and you will notice Installing Windows is highlighted.
# Keep your eye on the lower left hand side of the screen and when you see the Installing Devices progress bar, press SHIFT + F10. This is the security hole! A command console will now open up giving you the potential for wide access to your system.
# At the prompt, type NUSRMGR.CPL and press Enter. Voila! You have just gained graphical access to your User Accounts in the Control Panel.
# Now simply pick the account you need to change and remove or change your password as you prefer. If you want to log on without having to enter your new password, you can type control userpasswords2 at the prompt and choose to log on without being asked for password. After you've made your changes close the windows, exit the command box and continue on with the Repair (have your Product key handy).
# Once the Repair is done, you will be able to log on with your new password (or without a password if you chose not to use one or if you chose not to be asked for a password).
Your programs and personalized settings should remain intact.