Reset Windows Password

Let's say you change the password very often on your Windows XP admin account from your home computer and you suddenly realize you don't remember the password. What do you do? No, you don't reinstall Windows XP and you don't format your hard-disk. You download Offline NT password & Registry editor, create a bootable floppy or CD, boot from the floppy / CD and start the utility. You can reset the password of any user that has a local account on your system.

This tip works for NT operating system: Windows NT4, 2000, XP and 2003.

Automatic Window Refresh

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Update. Value Name: UpdateMode, Data Type: REG_DWORD (DWORD Value), Value Data: default = 1. Create a new DWORD value, or modify the existing value, named "UpdateMode" and set it to equal "0" for faster updates. Restart Windows for the change to take effect.

Restrict Applications Users Can Run

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. Value Name: RestrictRun Open your registry and find the key [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\Explorer] Create a new DWORD value and name it "RestrictRun" set the value to "1" to enable application restrictions or "0" to allow all applications to run.

Then create a new sub-key called [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\Explorer\RestrictRun] and define the applications that are allowed. Creating a new string value for each application, named as consecutive numbers, and setting the value to the filename to be allowed (e.g. "regedit.exe"). Restart Windows for the changes to take effect.

Note: If you are the person who applies Group Policy, do not apply this policy to yourself. If applied too broadly, this policy can prevent administrators from running Group Policy or the registry editors. As a result, once applied, you cannot change this policy except by reinstalling Windows.

Enable Path Command Line Completion

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Command Processor] Value Name: PathCompletionChar Data Type: REG_DWORD (DWORD Value) Value Data: Hex Control Character Create a new DWORD value, or modify the existing value, called 'PathCompletionChar' and set it to equal the hex value of the required control character.

For example to use the TAB key set the value to '9', to use Ctrl-D set the value to '4' and for Ctrl-F set the value to '6'. Now when you are using a command prompt and type the first part of a directory name then press the specified key, Windows will complete the remainder for you. Pressing the key multiple times will scroll through the available options.

Restrict Users from Running Specific Applications

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer.Value Name: DisallowRun
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\Explorer] Create a new DWORD value and name it "DisallowRun" set the value to "1" to enable application restrictions or "0" to allow all applications to run.

Then create a new sub-key called [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer\DisallowRun] and define the applications the are to be restricted. Creating a new string value for each application, named as consecutive numbers, and setting the value to the filename to be restriced (e.g. "regedit.exe"). Restart Windows for the changes to take effect.

Control Automatic Boot Disk Optimization

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\ BootOptimizeFunction. Value Name: Enable, Data Type: REG_SZ (String Value), Value Data: (Y = enabled, N = disabled). Create a new String value, or modify the existing value, called 'Enable' 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.

View Which Hot Fix Patches Have Been Installed

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\ CurrentVersion\Hotfix. Periodically Microsoft releases Hot Fix's to patch bugs in Windows and other products, this key contains information about which Hot fix's have been installed.

Change Default Search Options

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer. Data Type: REG_DWORD (DWORD Value), Value Data: (0 = unselected, 1 = selected). Modify the following values, setting them to "1" to select the parameter as a default or "0" as unselected. CaseSensitive, IncludeSubFolders, SearchHidden, SearchSlowFiles, SearchSystemDirs, Restart or logoff Windows for the change to take effect.

Control the Auto Complete Mode

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\AutoComplete. Value Name: Append Completion, Data Type: REG_SZ (String Value), Value Data: yes or no. Create a new string value, or modify the existing value, named "Append Completion" and set it to "yes" to append the suggested text as you are typing or "no" to only show a drop-down list. Restart Windows for the change to take effect. Note: This setting also changes the auto complete functionality of Internet Explorer.

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

New Command Missing in Windows Explorer

Start/Run/Regedit
HKEY_CLASSES_ROOT\Directory\Background\shellex\ ContextMenuHandlers\New. Value Name: (Default), Data Type: REG_SZ (String Value), Value Data: {D969A300-E7FF-11d0-A93B-00A0C90F2719} Open your registry and verify that the key listed below has the value listed, and if needed, edit the value to match the value listed.

Remove Properties from My Computer

This restriction removes the properties option from My Computer and hides the "System Properties" screen.

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

Prioritizing IRQs

Start/Run/Regedit
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\PriorityControl. Create a new DWORD value called IRQ8PRiority and set the data to 1, reboot.

Speed up Share Viewing

Start/Run/Regedit
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Explorer\RemoteComputer\NameSpace. Delete the key called {D6277990-4C6A-11CF-8D87-00AA0060F5BF} and reboot.

Startup a Program Just Once then delete from the Registry

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Runonce. Data Type: REG_SZ. Value: path to the program.

Startup Programs Without the Startup Folder

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run. Data Type: REG_SZ. Value: path to program.

Force Exit

Start/Run/Regedit
HKEY_CURRENT_USER\Control Panel\Desktop
In the right pane find, "AutoEndTasks" (Create if not present). Set the Value of 0 or delete it. No reboot needed.

Speed Up Menu Display

Start/Run/Regedit
HKEY_CURRENT_USER\Control Panel\Desktop In the right pane select, "MenuShowDelay". Right click, modify and set the value to 100. Reboot.

Enable/Disable Boot Defrag

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DfrgBootOptimizeFunction Right click, modify and change to value to Y to enable, N to disable.

Automatically Close Non-Responding Applications on Shutdown

Start/Run/Regedit
HKEY_USERS\.DEFAULT\Control Panel\Desktop, Value Name: AutoEndTasks, Data Type: REG_SZ (String Value), Value Data: (0 = disabled, 1 = enabled). Modify the value of 'AutoEndTasks' to equal '1' to automatically end tasks or '0' to prompt for action. Note: This change will affect all users but the value can also be changed on a user-by-user basis by modifying [HKEY_CURRENT_USER\Control Panel\Desktop] with the same values.

End Task Time Out

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control Add a new string value called, "WaitToKillServiceTimeout" and change the Value to 2000. Exit, reboot.

Change Default Search Options

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer. Data Type: REG_DWORD (DWORD Value), Value Data: (0 = unselected, 1 = selected). Modify the following values, setting them to "1" to select the parameter as a default or "0" as unselected. CaseSensitive, IncludeSubFolders, SearchHidden, SearchSlowFiles, SearchSystemDirs. Restart or logoff Windows for the change to take effect.

Stop Error Messages When Booting

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows. Value Name: NoPopupsOnBoot, Data Type: REG_DWORD (DWORD Value), Value Data: (1 = disable messages). Stops the annoying Windows pop-up messages notifying you a device is not functioning when you boot-up Windows. Create a REG_DWORD value of 'NoPopupsOnBoot' in the key below (if it doesn't already exist). Set the value to '1' to disable pop-up messages from appearing.

Unload DLL's

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer. Create a new sub-key named 'AlwaysUnloadDLL' and set the default value to equal '1' to disable Windows caching the DLL in memory. Restart Windows for the change to take effect.

Show Hidden Operating System Files

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced. Value Name: ShowSuperHidden, Data Type: REG_DWORD (DWORD Value), Value Data: ( 0 = Hide Files, 1 = Show Files). Create a new DWORD value, or modify the existing value, called 'ShowSuperHidden' 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.

Change Source Path

Start/Run/Regedit
Copy /i386 to your hard drive. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion. In the right pane, change SourcePath to reflect your settings.

Start Menu Windows XP Bergaya Windows Vista

Windows Vista sudah diluncurkan sejak beberapa tahun yang lalu tapi masih banyak orang yang masih lebih senang menggunakan Windows XP. Alasan utamanya mungkin karena spesifikasi hardware yang dibutuhkan untuk menjalankan Windows Vista lebih tinggi.

Kalau Anda tetap ingin menggunakan Windows XP tapi pengen “merasakan” tampilan dan fungsionalitas start menu seperti pada Windows Vista, Anda bisa menggunakan dua software gratis berikut ini:

Vista Start Menu



Download: Download VistaMizer 2.5.2.0

Change the Search Assistant in Internet Explorer

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ Search Value Name: SearchAssistant Data Type: REG_SZ (String Value) Value Data: Search URL Create a new String value, or modify the existing value, called 'SearchAssistant' 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. Note: To use the Google search assistant page enter "http://www.google.com/ie" as the URL.

Remove MSN Messenger from Outlook Express

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Outlook Express. Value Name: Hide Messenger, Data Type: REG_DWORD (DWORD Value), Value Data: (2 = remove messenger). Create a new DWORD value, or modify the existing value, called 'Hide Messenger' and set the value to 2.

Control the Auto Complete Mode

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\AutoComplete Value Name: Append Completion Data Type: REG_SZ (String Value) Value Data: yes or no Create a new string value, or modify the existing value, named "Append Completion" and set it to "yes" to append the suggested text as you are typing or "no" to only show a drop-down list. Restart Windows for the change to take effect.

Disable the "Log on using dial-up connection" Check Box

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon. Value Name: RasDisable, Data Type: REG_SZ (String Value), Value Data: (0 = restriction disabled, 1 = restriction enabled). Create a new String value, or modify the existing value, called 'RasDisable' 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.

Modify the Internet Auto-Dial Settings

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Internet Settings Value Name: EnableAutodial Data Type: REG_BINARY (Binary Value) Value Data: (00 00 00 00 = disabled, 01 00 00 00 = enabled) Create a new binary value named "EnableAutodial", and set the new value to equal "01 00 00 00" to enable autodial or "00 00 00 00" to disable it. Note: This restriction 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.

Change the Default Internet Explorer Search Page

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main. Value Name: Search Bar, Data Type: REG_SZ (String Value), Value Data: Search URL. Create a new String value, or modify the existing value, called 'Search Bar' 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 tweak can also be applied on a per-user basis under the [HKEY_CURRENT_USER] hive.

Disable Automatic Modem Connections at Startup

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole. Value Name: EnableRemoteConnect, Data Type: REG_SZ (String Value), Value Data: "Y" = enable automatic connections, "N" = disabled. Create a new String value, or modify the existing value, called 'EnableRemoteConnect' 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.

Prevent Account Changes in Outlook Express

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Outlook Express, Value Name: No Modify Accts, Data Type: REG_DWORD (DWORD Value), Value Data: (1 = enable restriction). Create new DWORD value called "No Modify Accts" and set it to "1" to enable the restriction or "0" to allow users to modify accounts. Restart Outlook Express for the change to take effect.

Control the Internet Explorer Script Debugger

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] Value Name: Disable Script Debugger Data Type: REG_SZ (String Value) Value Data: yes or no. Create a new string value, or modify the existing value, named "Disable Script Debugger" and set it to either "yes" to disable the debugger or "no" to enable it. Restart Internet Explorer for the change to take effect.

Control Internet Explorer Error Reporting

Start/Run/Regedit
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main. Value Name: IEWatsonDisabled, IEWatsonEnabled, Data Type: REG_DWORD (DWORD Value). Create a new DWORD value called "IEWatsonDisabled" and set it to "1". Create another DWORD value called "IEWatsonEnabled" and set it to "0". Restart Internet Explorer for the changes to take effect.

Change default Internet Explorer Download Directory

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer

In the right pane, double click on the Download Directory value. Enter the path to the folder you want as your download location.

Next, right click on the Internet Explorer subkey and select Permissions. Then click the Advanced button on the Security tab. In turn, Highlight Administrators, your user account and System. For each one, click the Edit button. In the Deny column, put the check mark in Set Value. Then click OK. Repeat for each of the remaining user accounts. Once done, click the Apply button on the Advanced Security Settings dialog.

This removes the "permissions" for anything or anyone to write to the Download Directory value. It also prevents changes to any of the other values listed directly under the Internet Explorer sub-key, so you may wind up preventing something else from being changed as well. Unfortunately, its not possible to remove permissions from individual values

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.

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

Auto Disconnect for Internet Explorer

Start/Run/Regedit
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters In the right pane, find Autodisconnect and change the time accordingly.

Disable the Custom Search Page in Internet Explorer

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main. Value Name: Use Custom Search URL, Data Type: REG_DWORD (DWORD Value), Value Data: (0 = disabled, 1 = enabled). Create a new DWORD value, or modify the existing value, called 'Use Custom Search URL' 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.

Configure Internet Downloads

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings. To increase the number of simultaneous connections that are allowed to 10, follow these steps: On the Edit menu, click Add Value , and then add the following registry values: "MaxConnectionsPer1_0Server"=Dword:0000000a "MaxConnectionsPerServer"=Dword:0000000a.

Speed Up Browsing Windows Explorer and IE

Start/Run/Regedit HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace In the left pane find: {D6277990-4C6A-11CF-8D87-00AA0060F5BF} Value and delete it.

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

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.

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.

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

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.

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

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.

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

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.

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.

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.

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.

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.

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

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.

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.

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.

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

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.

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

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.

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

Disable Auto-Expanding Trees in Windows Explorer

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced Change the value of "FriendlyTree" to 0.

Disable Auto-Run of Windows Messenger

Start/Run/Regedit
HKEY_CURRENT_USER\SOFTWARE\ MICROSOFT\WINDOWS\CURRENTVERSION\RUN. Delete the Value named MSMSGS.

Disable Desktop Cleanup Wizard

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\Desktop\CleanupWiz. Value Name: NoRun, Data Type: REG_DWORD (DWORD Value), Value Data: (0 = enabled, 1= disable wizard). Create a new DWORD value, or modify the existing value, called 'NoRun' 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.

Disable/Stop Error Messages When Booting

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows. Value Name: NoPopupsOnBoot, Data Type: REG_DWORD (DWORD Value), Value Data: (1 = disable messages). Stops the annoying Windows pop-up messages notifying you a device is not functioning when you boot-up Windows. Create a REG_DWORD value of 'NoPopupsOnBoot' in the key below (if it doesn't already exist). Set the value to '1' to disable pop-up messages from appearing.

Disable/Turn Off System Beeps

Start/Run/Regedit
HKEY_CURRENT_USER\Control Panel\Sound In the right pane, right click "Beeps", modify, set the value to no. Exit, reboot.

Disable Search Assistant

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState. In the right pane, look for or create a string value called: Use Search Asst set the value to: no

Disable the Thumbnail Cache

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\Advanced. Value Name: DisableThumbnailCache, Data Type: REG_DWORD (DWORD Value), Value Data: (0 = enabled, 1 = disable cache). Create a new DWORD value, or modify the existing value, called 'DisableThumbnailCache' 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.

Disable Low Disk Space Message

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. Create or modify: NoLowDiskSpaceChecks REG_DWORD and set the value to 1. Logoff/Reboot.

Disable All Caps on Files and Folders

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\Advanced] Value Name: DontPrettyPath Data Type: REG_DWORD (DWORD Value) Value Data: (0 = adjust caps, 1 = show caps) Create a new DWORD value, or modify the existing value, called "DontPrettyPath" and set it to equal "1" to display the file using their original capitalization or "0" to adjust the caps. Restart Windows for the change to take effect.

Disable Crash Control Auto Reboot

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl In the right pane, "AutoReboot" set the Value to 1. To disable set the value back to 0.

Disable Run Commands Specified in the Registry

Start/Run/Regedit
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer. Value Name: DisableLocalMachineRun, DisableLocalMachineRunOnce, DisableCurrentUserRun, DisableCurrentUserRunOnce. Data Type: REG_DWORD (DWORD Value), Value Data: (0 = enable run, 1 = disable run). Create a new DWORD value for each of the optional values above depending on which Run function to stop and set the value to "1" to disable. Restart Windows for change to take effect.

Disable Error Reporting

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting. Value: DoReport, 1 = Send Reports, 0 = Don't Send.

Disable the Windows Key

Start/Run/Regedit
Create a new Binary value, or modify the existing value, called 'Scancode Map' and edit the value according to the settings below. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ Keyboard Layout. Value Name: Scancode Map, Data Type: REG_BINARY (Binary Value), Value Data: 00 00 00 00 00 00 00 00 03 00 00 00 00 00 5B E0 00 00 5C E0 00 00 00 00.

Disable/Enable Boot Defrag

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction
Select Enable from the list on the right. Right on it and select Modify. Change the value to Y to enable and N to disable.
Reboot your computer.

Disable Media Player Update Message

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\PlayerUpgrade. Value Name: AskMeAgain, Data Type: REG_SZ (String Value), Value Data: "yes" or "no". Create a new String value, or modify the existing value, called 'AskMeAgain' 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.

Disable Balloon Tips

Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced. Modify or create, "EnableBalloonTips" and set the Value to 0. To restore set the Value to 1.

Disable Status Messages During Boot, Logon, Logoff, Shutdown

Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System Right click in the right pane and select New, DWord value. Name the new value DisableStatusMessages. Double click the new value and set it to 1. Status messages will no longer show during boot/shutdown/logon/logoff.

Disable Tool Tips

Disable Tool Tips
Start/Run/Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced. Modify or create, "ShowInfoTip" and set the Value to 0. To restore set the Value to 1. This edit excludes the Start Button.

Tip Menghapus Virus di FlasDisk

Biasanya flash disk yang kena virus seperti virus Agnes, Dian Sastro tidak bisa dihapus dengan menggunakan tombol Delete atau kombinasi Shift + Delete di Windows.

Tapi ada cara tertentu untuk membasminya :
1. Buka Command Prompt
2. Ketik cd
3. Ketik flash disk berada misalkan flash disk di drive D berarti ketik "D:" (tanpa tanda kutip)
4. Ketik del *.* atau dengan format D: tekan Enter.

Apabila anda menggunakan Format D: berarti data terlebih dahulu di Backup. Semoga artikel ini berguna.

Guest Only Network Access

If you try and connect to an XP computer and are shown a logins screen with only the computername/Guest,You may need to change one of the Local Security Policies:
  • Got to Control Panel - Administrative Tools
  • Go to Local Policies - Security Options
  • Check teh Network access: Sharing and security model for local accounts
  • Set it to Classic - local users authenticate as themselves

Not Displaying Previous Network Share Shortcuts

By default, when you go to Network Places, it will scan and show shortcuts to previous network shares.To turn this off and remove any current shortcuts

  1. Open up the Windows Explorer
  2. Go to Tools / Folder Options / View
  3. The top section should be Files and Folders
  4. Uncheck Automatically search for network folders and printers
  5. Then go into Network Neighborhood Select all the previous netowork connections Delete them
  6. Next time you look at the Network Neighborhood, they should not repopulate

Hiding a XP Computer from Network Neighborhood

If you want to share files from a XP computer, yet want to remove it from showing up in the Network Neighborhood :

Run net config server /hidden:yes

Easy Way to Share Multiple Folders

If you need to share multiple folders, running the program SHRPUBW.EXE will bring up a simple dialog box to let you:
  1. Browse to the folder you want to share
  2. Enter in a Share name
  3. Ender in a Share description
  4. Set permissions. Several choices are available
  5. Restart the process from within the same program

Changing System Restore Settings

By default, WindowsXP uses a large amount of hard drive space for storing system restore points.If this is not necessary, you can change the settings.
  • Go to Start / Programs / Accessories / System Tools
  • Run System Restore
  • For each drive or partition, you can click on the Setting button to change how much hard drive space is devoted to each one.
  • There is even the option to turn it off for all drives.

Enabling NumLock on by Default

To have numlock turned on for each user:
  • Start Regedit
  • Go to HKEY_CURRENT_USER\Control Panel\Keyboard\InitialKeyboardIndicators
  • Change the value from 0 to 2
  • Turn Numlock on manually
  • Log off and back on again.
  • For all users, make the same change to HKEY_USERS\.DEFAULT\Control
  • Panel\Keyboard\InitialKeyboardIndicators

How to Use the Terminal Servers

This Technical note will describe how to install and use the software needed to use the Windows
2000 Terminal Servers. By logging into the Terminal Servers you can make use of several
engineering applications from home.
Installing the Terminal Server Client on Windows
Windows XP machines come with the Terminal Server Client already installed. If you are using an
older version of Windows, please follow these steps:
1. While connected to the internet point your Internet browser to:
http://www.microsoft.com/windowsxp/downloads/tools/rdclientdl.mspx
2. Find the file named msrdpcli.exe. Click on this file in order to download it.
3. In the File Download dialog box click on Run this program from its current location
and then click OK.
4. After the download has completed the Security Warning dialog box will appear – click Yes.
5. Next an InstallShield Wizard for Remote Desktop Connection (RDC) will appear -
click Next.
6. In the License Agreement box click on the choice that states I accept the terms in the
license agreement and then click Next.
7. In the Customer Information box enter your information and then click Next.
8. In the next dialog box click Install to install the RDC Client.
9. After the installation is complete the last installation wizard box will appear – click Finish.
10. You must restart your computer and reconnect to the internet in order to use the RDC
Client and before you can connect to a terminal server.
Setting up the Terminal Server Client
1. Go to:
Start > Programs > Accessories > Communications > Remote Desktop Connection
2. In the dialog box, enter CAEN-NTTS.ENGIN.UMICH.EDU and then click Connect:

Figure 1: By default the terminal session will open to the full size of your monitor. To minimize the size of the
terminal screen use the toolbar at the top of the screen as you would any other window.
3. Enter your uniqname and your CAEN Password in the login box. Make sure the Log on to
domain is ENGIN.
4. After entering your correct User name and Password, you will be granted a session to the
terminal server and may use any of the CAEN loaded applications.
Configuring the Terminal Server Client Options
1. Referring back to Figure 1 (the RDC box) – before clicking on Connect, click Options. The
following box will appear with several tabs that allow you to customize your remote desktop
session:
2. General allows for user specific information to be entered. Leave the User name, Password,
and Domain lines blank and do NOT check Save my password. It is NOT recommended
that you save this information for security reasons.
3. Display allows you to set the size of your remote desktop compared to your desktop.
4. Local Resources configures your personal and remote sessions to use sounds, keyboard
functions, and local devices together.
5. Programs allows for you to run a particular program on set-up.
6. It is recommended that you set your connection speed for optimum performance – this is
found under the Experience tab. A few other options are available on this tab such as
bitmap caching.
7. When you are finished configuring your client connection preferences, return to the General
tab and save this connection. Note: Make sure to note the location that you have saved the connection
for future use. You can use this icon to connect to a terminal session with your specified configurations.
Connecting to a Terminal Session Using UNIX/Linux
At the prompt (%), type rdesktop caen-ntts.engin.umich.edu
Connecting to the Terminal Server from Mac OS
Microsoft offers a free Remote Desktop Connection client for Mac OS. See the Other Products
section of the following web page:
http://www.microsoft.com/mac/
More Information
See Microsoft’s Online Knowledge base for more information and tips. Also see our extended
Terminal Server Technote at:
http://www.engin.umich.edu/caen/technotes/terminalserverconfig.pdf

Creating a Shutdown/Reboot Icon

WindowsXP has a program called SHUTDOWN.EXE which allows you to easily create icons to shutdown or restart your computer.

To create a shutdown shortcut on the desktop:

  1. Right click on an open area of the desktop
  2. Select New / Shortcut
  3. Enter in "shutdown -s -t 00" - no quotes
  4. Press the Next button
  5. For the name, enter in anything you like. I just use shutdown. Click on the Finish button.

For a reboot, enter "shutdown -r -t 00"

Shutdown [{-l-s-r-a}] [-f] [-m [\\ComputerName]] [-t xx] [-c "message"] [-d[u][p]:xx:yy]

Parameters

  • -l - Logs off the current user, this is also the defualt. -m ComputerName takes precedence.
  • -s - Shuts down the local computer.
  • -r - Reboots after shutdown.
  • -a - Aborts shutdown. Ignores other parameters, except -l and ComputerName. You can only use -a during the time-out period.
  • -f - Forces running applications to close.
  • -m [\\ComputerName] - Specifies the computer that you want to shut down.
  • -t xx - Sets the timer for system shutdown in xx seconds. The default is 20 seconds.
  • -c "message" - Specifies a message to be displayed in the Message area of the System Shutdown window. You can use a maximum of 127 characters. You must enclose the message in quotation marks.

Remembering Outlook / Outlook Express Password

On systems, Outlook or Outlook Express will not remember the e-mail password,

which would then need to be entered in each time.

To solve the problem:

  1. Open Registry Editor
  2. Go to HKEY_CURRENT_USER \ Software \ Microsoft
  3. Right Click Protected Storage System Provider
  4. Choose the Permissions option
  5. Click the Advanced box near the bottom right hand corner. This should open another box, Towards the bottom of this box there should be two tick boxes, make sure that both of them are ticked. Click Apply, another box will open Click Yes, then Click OK and OK again.
  6. Left Click the + next to Protected Storage System Provider and Delete any sub folder in this tree. (Right clicking and choose the delete option or press the delete key and choosing yes to delete)
  7. Shutdown and Restart Computer.

Renaming the Start Button

To rename the start button, you will need a hex editor.

My preference is UltraEdit

  1. Copy the \windows\explore.exe file to a new name (e.g. explorer_1.exe)
  2. With the hex editor, open that file and go to offset 412b6
  3. You will see the word start with blanks between each letter
  4. Edit it be any 5 characters or less
  5. Save the file
  6. Boot to DOS
  7. Copy the existing c:\windows\explorer.exe to explorer.org
  8. Copy explorer_1.exe to explorer.exe
  9. You will also need to replace the explorer.exe in the c:\windows\system32\dllcache file as well with the new one.

Note: If the partition is NTFS and you can't access the files from DOS:

  1. Start Regedit
  2. Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon.
  3. Change the value of Shell from Explorer.exe to explorer_1.exe

Adding TCP/IP Printers

To create a connection to a printer connected to your network:
  1. Start to add a new printer through the control panel.
  2. Select Local Printer / Next
  3. Instead of a LPT port, check Create a new port at the bottom on the window
  4. Scroll to Standard TCP/IP Port
  5. Keep going and enter the IP address of the printer.

NTLDR or NTDETECT.COM Not Found

If you get an error that NTLDR is not found during bootup,
If you have FAT32 partitions, it is much simpler than with NTFS. Just boot with a Win98 floppy and copy the NTLDR or NTDETECT.COM files from the i386 directory to the root of the C:\ drive.
For NTFS:

1. Insert and boot from your WindowsXP CD.
2. At the first R=Repair option, press the R key
3. Press the number that corresponds to the correct location for the installation of Windows
you want to repair.Typically this will be #1
4. Enter in the administrator password when requested
5. Enter in the following commands (X: is replaced by the actual drive letter that is assigned to
the CD ROM drive.
COPY X:\i386\NTLDR C\:
COPY X:\i386\NTDETECT.COM C:\
6. Take out the CD ROM and type exit

Corrupted or Missing \WINDOWS\SYSTEM32\CONFIG

If you get the error:Windows could not start because the following files is missing or corrupt\WINDOWS\SYSTEM32\CONFIG\SYSTEM or \WINDOWS\SYSTEM32\CONFIG\SOFTWARE
  1. Insert and boot from your WindowsXP CD.
  2. At the first R=Repair option, press the R key
  3. Press the number that corresponds to the correct location for the installation of Windows you want to repair.Typically this will be #1
  4. Enter in the administrator password when requested
  5. cd \windows\system32\config
  6. Depending on which section was corrupted: ren software software.bad or ren system system.bad
  7. Depending on which section was corrupted : 1. copy \windows\repair\system 2. copy \windows\repair\software
  8. Take out the CD ROM and type exit

HAL.DLL Missing or Corrupt

If you get an error regarding a missing or corrupt hal.dll file, it might simply be the BOOT.INI file on the root of the C: drive that is misconfigured
  1. Insert and boot from your WindowsXP CD.
  2. At the first R=Repair option, press the R key
  3. Press the number that corresponds to the correct location for the installation of Windows you want to repair. Typically this will be #1
  4. Type bootcfg /list to show the current entries in the BOOT.INI file
  5. Type bootcfg /rebuild to repair it
  6. Take out the CD ROM and type exit

NTOSKRNL Missing or Corrupt

If you get an error that NTOSKRNL not found:
  1. Insert and boot from your WindowsXP CD.
  2. At the first R=Repair option, press the R key
  3. Press the number that corresponds to the correct location for the installation of Windows you want to repair. Typically this will be #1
  4. Change to the drive that has the CD ROM.
  5. CD i386
  6. expand ntkrnlmp.ex_ C:\Windows\System32\ntoskrnl.exe
  7. If WindowsXP is installed in a different location, just make the necessary change to C:\Windows
  8. Take out the CD ROM and type exit

Repair Install Windows XP

If XP is corrupted to the point where none of the previous solutions get it to boot,you can do a Repair Install that might work as well as keep the current settings.
  1. Make sure you have your valid WindowsXP key
  2. Insert and boot from your WindowsXP CD
  3. At the second R=Repair option, press the R key
  4. This will start the repair
  5. Eventually you will be prompted for your XP key

Faster DOS Printing

If you are experiencing slow printing for DOS programs with Windows2000
  1. Go Start Run Regedit
  2. Click Hkey_Local_Machine
  3. Click on System
  4. Click CurrentControlSet
  5. Click Control
  6. Go to the bottom of this part of the list and click WOW
  7. Click LPT timeout and change it to a 3

Network Access After Norton Anti-Virus Install

Sometimes you can't access a WinXP computer after installing Norton Anti-Virus.There might be a variety of errors at the other computer depending on the operating system.On the XP computer, in the Event Viewer / System log, there will be the following error: The server's configuration parameter "irpstacksize" is too small for the server to use a local device.
  1. Start Regedit
  2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters
  3. Edit the IRPStackSize
  4. Give it a value of 15
  5. Reboot the computer

About Me

Followers

Powered by Blogger.
Home | Profile | Blogger | Template