Showing posts with label Registry Tips. Show all posts
Showing posts with label Registry Tips. Show all posts

Wednesday, December 28, 2011

PROCESS TO REMOVE WINDOW GENUINENES FROM WINDOW XP MACHINE

1.Lauch Windows Task Manager.
2.End wgatray.exe process in Task Manager.
3.Restart Windows XP in Safe Mode.
4.Delete WgaTray.exe from c:\Windows\System32.
5.Delete WgaTray.exe from c:\Windows\System32\dllcache.
6.Lauch RegEdit.
7.Browse to the following location:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Windows NT\CurrentVersion\Winlogon\Notify
8.Delete the folder ‘WgaLogon’ and all its contents
9.Reboot Windows XP.

Monday, January 24, 2011

How to fix Windows activation problem

Step 1: Start the computer in safe mode
1. Start the computer.
2. After the computer runs the Power On Self Test (POST), press F8 repeatedly to open the Windows Advanced Options menu.
3. On the Windows Advanced Options menu, use the arrow keys to select Safe Mode, and then press ENTER.
4. Use the arrow keys to select the Windows operating system that you want to start, and then press ENTER.
5. When the computer is running in safe mode, log on by using an account that has administrator rights and permissions. Then, click Yes in the message that states that Windows is running in safe mode.

Step 2: Start Registry Editor
Click Start, click Run, type regedit, and then click OK.
Step 3: Remove the RESETS registry subkey
1. In Registry Editor, expand My Computer, and then expand HKEY_LOCAL_MACHINE.
2. Expand SOFTWARE, and then expand Microsoft.
3. Expand Windows NT, and then expand CurrentVersion.
4. Expand Winlogon, and then expand Notify.
5. Under Notify, right-click RESETS, and then click Delete.
6. Click Yes to confirm the removal of the RESETS subkey.
Note Do not exit Registry Editor. You must use Registry Editor in "Step 4: Modify the registry to deactivate Windows."
Step 4: Modify the registry to deactivate Windows
1. In Registry Editor, expand My Computer, and then expand HKEY_LOCAL_MACHINE.
2. Expand SOFTWARE, and then expand Microsoft.
3. Expand Windows NT, and then expand CurrentVersion.
4. Under CurrentVersion, click WPAEvents.
5. In the right pane (topic area) of Registry Editor, right-click OOBETimer, and then click Modify.
6. Click to put the pointer in the Value data box. Then, modify any character that appears in the Value data box.
7. Click OK.
Note This step deactivates Windows.
8. Exit Registry Editor.
Step 5: Rename the corrupted Windows activation file
1. Click Start, click Run, type cmd, and then click OK.
2. At the command prompt, type the following command, and then press ENTER:
ren %windir%\system32\WPA.dbl wpa.old
This command renames the WPA.dbl file to WPA.old.
Step 6: Determine the CD or DVD drive letter
1. Insert the Windows CD.
2. Click Start, and then click My Computer.
3. Note the CD drive letter or the DVD drive letter that appears under Drives with Removable Storage. You have to use this drive letter in the next step.
Step 7: Replace the corrupted Windows activation file
1. Click Start, click Run, type cmd, and then click OK.
2. At the command prompt, type the following command, and then press ENTER:
expand F:\i386\wpa.db_ %windir%\system32\wpa.dbl
In this command, replace F: with the letter of the drive that contains the Windows CD.
expand d:\i386\wpa.db_ %windir%\system32\wpa.dbl
This command extracts a copy of the Wpa.dbl file from the Windows CD. Then, it puts this file in the System32 folder of the Windows installation.
3. Examine the output that appears at the command prompt. If the command runs successfully, information that resembles the following appears:
Microsoft (R) File Expansion Utility Version 5.1.2600.0 Copyright (C) Microsoft Corp 1990-1999. All rights reserved. Expanding d:\i386\wpa.db_ to c:\windows\system32\wpa.dbl. d:\i386\wpa.db_: 2222 bytes expanded to 2126 bytes, -5% increase.
4. Type exit, and then press ENTER to exit the command prompt.
Step 8: Remove the files that are associated with the script
1. Click Start, and then click Search.
2. Under What do you want to search for, click All files and folders.
3. In the All or part of the file name box, type the following, and then click Search:
reset5.exe; reset5.dll; reset5.dat; reset5.dt*; srvany.exe
This action performs a search for all the following files:
* Reset5.exe
* Reset5.dll
* Reset5.dat
* Reset5.dt*
* Srvany.exe
Note If you use a different search tool such as Windows Desktop Search, use this tool to search for each of these individual files.
4. In the results pane of the Search Results dialog box, right-click each file, and then click Delete.
5. Click Yes to confirm the removal of the file.
6. When you have finished removing these files, exit the Search Results dialog box.
7. Restart the computer and let Windows restart in normal mode.
Step 9: Reactivate Windows
1. Click Start, point to All Programs, point to Accessories, point to System Tools, and then click Activate Windows.
2. If the Windows Product Activation Wizard prompts you to activate Windows, follow the instructions in the wizard to activate Windows.
3. Restart the computer, and then repeat step 1 of "Step 9: Reactivate Windows" to start the Windows Product Activation Wizard again. You take this step to verify that the wizard does not prompt you to activate Windows again.
4. If the Windows Product Activation Wizard displays a "Windows is already activated" message, click OK to exit the wizard.
or

Use Activation Tools

Sunday, January 2, 2011

Change or Add user Restrictions in windows

If you want to make restrictions to what users can do or use on their computer, you can edit the Registry. You can add and delete Windows features in this Key shown below.Zero is Off and the value 1 is On. Example: to Save Windows settings add or modify the value name NoSaveSettings to 0, if set to1 Windows will not save settings. And NoDeletePrinter set to 1 will prevent the user from deleting a printer.

The same key shows up at:
HKEY_USERS\(yourprofilename)\Software\Microsoft\Windows\
CurrentVersion\Policies\Explorer so change it there also if you are using different profiles.
1.Open RegEdit

2.Go to
HKEY_CURRENT_USER\Software\Microsoft\CurrentVersion\Policies

3.Go to the Explorer Key (Additional keys that can be created under Policies are System, Explorer, Network and WinOldApp )

4.You can then add DWORD or binary values set to 1 in the appropriate keys for ON and 0 for off.

NoDeletePrinter - Disables Deletion of Printers
NoAddPrinter - Disables Addition of Printers
NoRun - Disables Run Command
NoSetFolders - Removes Folders from Settings on Start Menu
NoSetTaskbar - Removes Taskbar from Settings on Start Menu
NoFind - Removes the Find Command
NoDrives - Hides Drives in My Computers
NoNetHood - Hides the Network Neighborhood
NoDesktop - Hides all icons on the Desktop
NoClose - Disables Shutdown
NoSaveSettings - Don't save settings on exit
DisableRegistryTools - Disable Registry Editing Tools
NoRecentDocsMenu - Hides the Documents shortcut at the Start button
NoRecentDocsHistory- Clears history of Documents
NoFileMenu _ Hides the Files Menu in Explorer
NoActiveDesktop - No Active Desktop
NoActiveDesktopChanges- No changes allowed
NoInternetIcon - No Internet Explorer Icon on the Desktop
NoFavoritesMenu - Hides the Favorites menu
NoChangeStartMenu _ Disables changes to the Start Menu
NoFolderOptions _ Hides the Folder Options in the Explorer
ClearRecentDocsOnExit - Empty the recent Docs folder on reboot
NoLogoff - Hides the Log Off .... in the Start Menu.
And here are a few more you can play with
ShowInfoTip
NoTrayContextMenu
NoStartMenuSubFolders
NoWindowsUpdate
NoViewContextMenu
EnforceShellExtensionSecurity
LinkResolveIgnoreLinkInfo
NoDriveTypeAutoRun
NoStartBanner
NoSetActiveDesktop
EditLevel
NoNetConnectDisconnect
RestrictRun - Disables all exe programs except those listed in the RestrictRun subkey

This key has many other available keys, there is one to even hide the taskbar, one to hide the control panel and more. I'm not telling you how, as someone may want to play a trick on you. The policies key has a great deal of control over how and what program can run and how one can access what feature.
In the System key you can enter:
NoDispCPL - Disable Display Control Panel
NoDispBackgroundPage - Hide Background Page
NoDispScrSavPage - Hide Screen Saver Page
NoDispAppearancePage - Hide Appearance Page
NoDispSettingsPage - Hide Settings Page
NoSecCPL - Disable Password Control Panel
NoPwdPage - Hide Password Change Page
NoAdminPage - Hide Remote Administration Page
NoProfilePage - Hide User Profiles Page
NoDevMgrPage - Hide Device Manager Page
NoConfigPage - Hide Hardware Profiles Page
NoFileSysPage - Hide File System Button
NoVirtMemPage - Hide Virtual Memory Button
In the Network key you can enter:
NoNetSetup - Disable the Network Control Panel
NoNetSetupIDPage - Hide Identification Page
NoNetSetupSecurityPage - Hide Access Control Page
NoFileSharingControl - Disable File Sharing Controls
NoPrintSharing - Disable Print Sharing Controls
In the WinOldApp key you can enter:
Disabled - Disable MS-DOS Prompt
NoRealMode - Disables Single-Mode MS-DOS
To add or remove programs in the Registry
1.Open RegEdit
2.Go to the desired Key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
HKEY_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.

Friday, December 24, 2010

Useful List Of Registry Tips and Tricks



TIPS TECH TRICKS brings the Registry tips and tricks collection which is very helpful and easy to use but please try it at your risk because you might be in little trouble if made a little mistake.


1. Disable the Autorun Option in your CD Rom Drive:
Open your Registry and navigate to "HK_L_M\system\currentcontrolset\services\cdro m"
Change the value of 'Autorun', or create a new DWORD value if it doesn't already exist, and set the value as '0' for Autorun disabled.

2. Disable the Harddisk Lowdiskspace warning in Windows Xp
User Key: "HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
create a new DWORD 'NoLowDiskSpaceChecks' and change its value to '1'.

3. Disable the Windows Key

"HK_L_M\system\currentcontrolset\control\keybo ard layout"
Create a new Binary value, or modify the existing value called 'Scancode Map' as shown below.
Value: 00 00 00 00 00 00 00 00 03 00 00 00 00 00 5B E0 00 00 5C E0 00 00 00 00

4. View System BIOS Information

Open Registry and navigate to
"HK_L_M\hardware\description\system"

5. Change the Title 
of WindowsMedia Player
"HK_C_USER\software\policies\microsoft\windows medi aplayer\"
Create a new string value called ' TitleBar' and change text as your wish.

6. Disable Internet access in Network
Open Registry and make the following changes
"KH_C_User\software\microsoft\windows
\currentversi on\internetsettings\"
Change the value of "Proxyenabled" to 1 and change the value of "proxyserver" and set it to an iaddress. Change the value of the ip address and port to "10.0.0.1:5555"

7. Disable the ability to Right click on the desktop
"HK_C_User\software\microsoft\windows\currentv ersi on\policies\explorer\"
Create a DWORD "NoViewContextMenu" and change its value to "0" for disabling and "1" for enabling.

8. Hide all items on desktop
"HK_C_USER\software\microsoft\windows\currentv ersi on\policies\explorer\"
and
"HK_L_M\software\microsoft\windows\currentvers ion\ policies\explorer\"
create a new DWORD "NoDesktop" and change its value to "1"
You can show all the items in the desktop by chaning the value to "0"

9. Disable the "Change Password" button in windows
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\System"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersi on\Policies\System"
Create a new DWORD "DisableChangePassword" and change its value to "0" for disabling and "1" for enabling.

10. Disable the "cancel" button or pressing the "Esc" key while logging on to Windows"
"HKEY_USERS\.DEFAULT\Software\Microsoft\Window s\Cu rrentVersion\Run"
Create a new string value "NoLogon" and change its value to "RUNDLL32 shell32,SHExitWindowsEx 0"



Visit : http://makeonlinetricks.blogspot.com/  for more Tips


11. Remove "Log off" from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoLogOff" and change its value to "1" for disabling and "0" for enabling.

12. Clear the Recent playlist
 in Media Player
Navigate to "HKEY_CURRENT_USER\Software\Microsoft\MediaPla yer\ Player"
And clear the "RecentFileList" subkey.

13. Empty temporary Internet files on exit (in Internet Explorer)
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Internet Settings\Cache"
and
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \Cur rentVersion\Internet Settings\Cache"
Create a new DWORD "Persistent" and change the value to "0" for emptying and "1" to remove this option.

14. Clear the Internet Explorere typed
 addresses history
"HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs"
And delete the subkeys.

15. Remove recent documents from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoRecentDocsMenu" and change its value to "1".

16. Remove Network connections from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoNetworkConnections" and change its value to "1".

17. Remove My documents from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoSMMyDocs" and change its value to "1".

18. Remove My pictures from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer "
Create a new DWORD "NoSMMyPictures" ad change its value to "1".

19. Remove My music fro start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoStartMenuMyMusic" and change its value to "1".

20. Reboot windows after crash
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\C ontr ol\CrashControl"
Create a new DWORD "AutoReboot" and change its value to "1".Restart the machine for the effect to take place.

Visit : http://makeonlinetricks.blogspot.com/  for more Tips

21. Disable the use of MSDos
User Key: "HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\WinOldApp"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\WinOldApp"
Create a new DWORD "Disabled" and set its value to "1". Change it to "0" for enabling.

22. Enable Directory completion in MSDos prompt
User Key: "HKEY_CURRENT_USER\Software\Microsoft\Command Processor
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor"
Create a new DWORD "PathCompletionChar " and set it to equal the hex value of the required control character.

23. Quick edit the command prompt
 
User Key: "HKEY_CURRENT_USER\Console"
and
System Key: "HKEY_USERS\.DEFAULT\Console"
Create a new DWORD "QuickEdit" and set its value to "1" for enabling and "0" for disabling.

24. Disable Registry editing
"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\ Curr entVersion\Policies\System"
Create a new DWORD "DisableRegistryTools" and change its value to "0" for allowing Regeditand "1" for disabling it.

25. Disable task scheduler
" HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\RunServices"
Delete the value from "SchedulingAgent". Usually its value is set to "'mstask.exe".

26. Remove My computer from desktop and start menu
User Key: "HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\NonEnum"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\NonEnum"
Create "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" and change its value to "1" for removing. Change its value to "0" for showing.

27. Show Windows version on desktop
User Key: "HKEY_CURRENT_USER\Control Panel\Desktop"
Create a new DWORD " PaintDesktopVersion" and change its value to "1" for showing and "0" for removing.

28. Remove My documenst from desktop
Windows 95, 98 and Me
"HKEY_CURRENT_USER\Software\Classes\CLSID\{450 D8FB A-AD25-11D0-98A8-0800361B1103}\ShellFolder"
Windows NT, 2000 and XP
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Explorer\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\ShellFolder"
Modify the value called "Attributes" as "0xf0500174" to hide or "0xf0400174" to show.

29. Disable Scan disk after improper shutdown
" HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\FileSystem"
create a new DWORD "DisableScandiskOnBoot" and change its value to "01" for disablng and "00" for enabling.

30. Automatically end Hung programs.
" HKEY_CURRENT_USER\Control Panel\Desktop"
and
"System Key: [HKEY_USERS\.DEFAULT\Control Panel\Desktop"
Modify the value of "AutoEndTasks" to "1".





Visit : http://makeonlinetricks.blogspot.com/  for more Tips

Ten Useful Registry Edits


            Windows has many possible configuration settings and most of these can be changed by editing the Registry. This article describes ten popular Registry edits. They use the Registry Editor, regedit.exe. These edits have all been tested and should cause no trouble but the user assumes all responsibility for any results. Remember to always back up before editing the Registry. Apply only one edit at a time. First see if the results of a given edit are satisfactory before applying another edit. Generally, a system reboot is necessary before system-wide changes take place. Changes for a particular user require a logoff.

Configure timing of System Restore

Normally, Windows XP System Restore creates a restore point every 24 hours and saves the restore points for 90 days. These default settings can be changed with a Registry tweak. Open regedit.exe and go to the key:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\SystemRestoreThe value named "RPGlobalInterval" determines how often System Restore runs. Note that the data value is in seconds and is normally 86400 (in decimal). The value named "RPLifeInterval" determines how long restore points are retained. The data value is normally 7776000 (seconds). Modify the settings to your choice. (Windows XP only)

Close down hung applications more quickly

Sometimes an application will hang or freeze up. Although the Windows Task Manager can be used to close a hung application, the default setting is to wait at least 20 seconds, which can be irritating. The time delay can be configured by going to the Registry keyHKEY_CURRENT_USER\Control Panel\DesktopFind the string value HungAppTimeout and modify the data to something like 3000 instead of the default 20000. (These values are time in milliseconds.) Applies to a specific user. (Windows XP)

Shut down applications and services more quickly

Related to the previous tip are modifications that can be made to two other Registry settings to speed up the closing of applications and services. Go to the same Registry key as previouslyHKEY_CURRENT_USER\Control Panel\DesktopFind the string value WaitToKillAppTimeout and modify the setting from 20000 to something like 5000. This setting is per user. A second setting in a different Registry key involves Windows services and is for the whole system. Go to the Registry keyHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ControlFind the string value WaitToKillServiceTimeout and change it to something like 5000. (Windows XP)

Launch programs automatically at startup

Do you have one or more programs that you want to run every time you turn on your computer? There are several ways to do this but one way is with a Registry entry. Open regedit.exe and go to the keyHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunCreate a new string value (that will be type REG_SZ) named after the desired program with a value containing the full path to your program. For example, to have Notepad always run at startup the data value would be "C:\WINDOWS\notepad.exe". Applies to a specific user. (Windows XP, Vista)

Specify the default download directory for Internet Explorer

Do you want Internet Explorer to always download to a folder of your choice? You can specify the download location by going to the Registry keyHKEY_CURRENT_USER\Software\Microsoft\Internet ExplorerFind the string value named Download Directory and change the value to the full path of the folder where you want to keep downloads. If the value does not already exist. create a new string value and name it Download Directory. Applies to a specific user. (Windows XP, Vista)

Alphabetize Internet Explorer Favorites

An annoying aspect of Internet Explorer favorites is that new additions are tacked on leading to an unsorted list. A Registry edit will keep the list of favorites alphabetized. Using regedit.exe, navigate to the Registry keyHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\FavoritesRight-click the key and choose "Delete". Applies to a specific user. (Windows XP, Vista)

Disable Desktop Cleanup Wizard

Microsoft likes a clean desktop and every 60 days a so-called wizard will pop up offering to clean unused icons off the desktop. Many people find this annoying and the wizard can be disabled by going to the Registry keyHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWizModify or create a DWORD value named "NoRun" (without quotes). Assign a value of "1" (no quotes) to disable the cleanup wizard. A value of 0 (zero) will enable the wizard. Applies to a specific user. (Windows XP)

Disable Tool Tips

Tool Tips (also called InfoTips) are the little popup windows that appear when the mouse cursor hovers over certain icons or objects. Some people find them annoying and they can be turned off by going to the Registry keyHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AdvancedModify the value named "ShowInfoTip". Set the value to 0 to disable. A value of 1 will enable. Applies to a specific user. (Windows XP, Vista)

Speed up Internet Explorer

Internet Explorer can resolve sites faster if you increase the number of connections to a given site. Go to the Registry keyHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet SettingsYou will need to create two new DWORD values. Name one "MaxConnectionsPer1_0Server" and name the other "MaxConnectionsPerServer". Give each a decimal value of 10. Applies to a specific user. (Windows XP, Vista)

Disable User Account Control (UAC) in Vista

A lot of Windows Vista users find the security measure called UAC to be very annoying and like to disable it. Personally, I think it is worth putting up with the constant security alerts but here is the procedure to disable UAC. Go to the Registry keyHKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\SystemFind the DWORD named EnableLUA and set the value to 0. This is a system-wide change and requires a reboot. (Vista only)

Wednesday, December 22, 2010

Display a message on windows startup

Go to Start->Run, type regedit and press ENTER

go to the following key in the registry

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion
\policies\system


On the right side pane look for “legalnoticecaption“, double click on it and enter the desired Caption(This is the Heading of the Notice).

Next below this look for “legalnoticetext” and enter the desired Text. The l text can be up to a page in it’s size so that it can include a set of do’s and dont’s for your computer.

After this just restart the computer and in the next startup onwards you can see the notice information for your computer.
 

Monday, September 7, 2009

Some Useful Tips


Change the Date and Time Format

Start Menu -> control panel-> Regional and lauguage-> select formate option-> select English(united State) -> select cusomize this formate option -> select time formate-HH:mm:ss -select date formate ie dd/MM/yyyy in both short and long formate.
-----------------------------xxx ---------------------------
Some malware intentionally disable or hide Folder Options to prevent users from deleting files related to it.

Enable Hidden Folder Option with Registry Editor

To show/enable hidden Folfer Options please do the following:1. Click on the Start > Run2. Type "regedit" on the field and click on OK.3. Navigate to: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer4. In the right pane, delete the entry "NoFolderOption".
If "NoFolderOption" is visible:1. Right click on the right pane2. Click New > DWORD Value3. Name it "NoFolderOption" (without the quotes)4. Set the value to 0 (zero) or double click on the "NoFolderOption" type 0 at "Value data" field
You may reboot your computer to see the effect of this registry modification.

--------------------------------xxx ------------------------

Disable the Send Error Report to Microsoft

Open Control Panel
Click on System.
Click on Performance and Maintenance.
Then click on the Advanced tab
Click on the error reporting button on
the bottom of the windows.
Select Disable error reporting.
Click OK

----------------------------------------------------------------------
How to Disable or enable autoplay.

Type in run "gpedit.msc"(without "")- OK -> computer configuration->Administrative Template->System- Turn autoplay on/off
-------------------------------------------------------
Creating a Keyboard Shortcut

1. Right-click a shortcut on the desktop or in the start menu, and then click Properties .
2. On the Shortcut tab, click in the Shortcut Key box.
3. Press the key you want to use. Windows will add Ctrl+Alt to it. So if you choose U the combination will be Ctrl+Alt+U.
You can also choose one of the function keys you don't use otherwise, F7 as example. Just one button to click then.
----------------------------------------------------------------------

Faster Application Access

Have you ever wanted to have your program shortcuts withing a clicks reach without crowding the desktop? And do you have to many apps to pin them all to the start menu? If so, then this might be a solution for you aswell.

1) Create a new folder anywhere you like and name it "Progz", "Gamez" or "Music" according to your will and pleasure.

2) Place shortcuts of the stuff you need into this folder.

3) Right-click on the windows tastbar and select "toolbars" and "New toolbar". Then you simply refer to your "Progz" folder.

And there you have it... all your applications within a clicks reach.... and a clean desktop aswell. I have my menues minimized, so I only see the names of the categories or folders, and then locked the taskbar, making room for the active applications to be shown.

Adding new items to the toolbar is done simply by copying or creating shortcuts into the original folder, then your menu updates itself.

This can also be a good way of organizing applications into different categories... you just make seperate toolbars.
----------------------------------------------------------------------
Correcting System Hang at Startup

If your system hangs about 2 or 3 minutes at startup, where you can't access the Start button or the Taskbar, it may be due to one specific service (Background Intelligent Transfer) running in the background. Microsoft put out a patch for this but it didn't work for me. Here's what you do:

1. Click on Start/Run, type 'msconfig', then click 'OK'.
2. Go to the 'Services' tab, find the 'Background Intelligent Transfer' service, disable it, apply the changes & reboot.

This problem with the Background Intelligent Transfer Service should have been corrected in Windows update Q 314862, part of Service Pack 1.
-----------------------------------------------------------------------
A to Z Useful Windows Run Commands

Do you use the Run feature in Windows XP?
For most, this feature remains unused (or rarely used). Why is that? Well, First off nearly all of the Run Commands Correspond to a particular Control Panel Item or a Utility, Tool or Task that can be accessed through Windows. There are, however, tools and utilities that I bet you never knew you had that can be accessed through the Run feature. The main reason most people don't use the Run feature is because they don't know the Commands. So, to solve that problem, I decided to put together the following listing, which lists A to Z Run Commands and what they correspond too...

Accessibility Controls - access.cpl
Add Hardware Wizard - hdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Adobe Photoshop (if installed) - photoshop
Administrative Tools - control admintools
Automatic Updates - wuaucpl.cpl
Bluetooth Transfer Wizard - fsquirt
Calculator – calc
Certificate Manager - certmgr.msc
Character Map - charmap
Check Disk Utility - chkdsk
Clipboard Viewer - clipbrd
Command Prompt - cmd
Component Services - dcomcnfg
Computer Management - compmgmt.msc
Date and Time Properties - timedate.cpl
DDE Shares - ddeshare
Device Manager - devmgmt.msc
Direct X Control Panel (If Installed)* - directx.cpl
Direct X Troubleshooter - dxdiag
Disk Cleanup Utility - cleanmgr
Disk Defragment - dfrg.msc
Disk Management - diskmgmt.msc
Disk Partition Manager - diskpart
Display Properties - control desktop
Display Properties - desk.cpl
Display Properties (w/Appearance Tab Preselected) - control color
Dr. Watson System Troubleshooting Utility - drwtsn32
Driver Verifier Utility - verifier
Event Viewer - eventvwr.msc
File Signature Verification Tool - sigverif
Findfast - findfast.cpl
Folders Properties - control folders
Fonts - control fonts
Fonts Folder - fonts
Free Cell Card Game - freecell
Game Controllers - joy.cpl
Group Policy Editor (XP Prof) - gpedit.msc
-------------------------------------------------------------------
General Tips:
* Always wipe the CD from the center outward with stratight spoke- like strokes. Wiping CDs in circles will create more scratches.

* Do not scratch the graphics layer as you cannot repair the disc.
HINT: Hold the disc up to a light with the graphics layer facing the
light source. If you can see light thru the scratches at any point
then the disc may be irreparable and or exhibit loading or playing
errors.

* Clean your Disc players lens regularly with a suitable product to ensure optimal viewing pleasure.

* Make sure to use a soft, lint-free cloth to clean both sides of the disc. Wipe in a straight line from the centre of the disc to the outer edge.

* If wiping with a cloth does not remove a fingerprint or smudge, use a specialized DVD disc polishing spray to clean the disc.

* Only handle the disc by its outer edge and the empty hole in the middle. This will help prevent fingerprints, smudges or scratches.

Statistics:

*Fingermarks/prints cause 43% of disc problems!
* General wear & tear causes 25% of disc problems!
* Player-related issues cause 15% of disc problems!
* User-related issues cause 12% of disc problems!
* PlayStation 2 machine scratches cause 3% of disc problems!
* Laser rot (a manufacturer error) causes 2% of disc problems!


another way of recovering data from scrached cd is to use a chemical called (isopropile) a chemical usualy used from cleaning circuit boards.

rub a piece of cloth weted with isoprpile in anticlock wise way.soon you yourself find your cd's sparkling.
----------------------------------------------------------------------
Slow System start up

my task bar doesnt get ready at once on start up ,it takes few minutes for notifications {icons in task bar at right side}.
please give me some soln. fast . May 11 (21 hours ago) Vivek
I think u should disable startup. Goto run>type msconfig and goto startup and then uncheck some programs..U can alsocustomize ur notification by right-clicking taskbar(right side). May 11 (20 hours ago) 9-zone
try ccleaner and disable unnessary start up entries

also clean ur system wid it

and following registry hack helps u to increase start up speed:

Click on the start button then press R it will take u to Run well go to run
n type Regedit
press enter
this will open Registery Editor
now look for the key

HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Contr ol\ContentIndex

now there find the Key Called
"Startup Delay"
Double Click On It
Now where its Base
Click Decimal
Now its Default Value Is 4800000
Change The Value To 40000
here u go u have done it
now close the Registery Editor and Restart Your Computer
---------------------------------------------------------------------
Speed up your browsing of Windows 2000 & XP machines

Here's a great tip to speed up your browsing of Windows XP machines. Its actually a fix to a bug installed as default in Windows 2000 that scans shared files for Scheduled Tasks. And it turns out that you can experience a delay as long as 30 seconds when you try to view shared files across a network because Windows 2000 is using the extra time to search the remote computer for any Scheduled Tasks. Note that though the fix is originally intended for only those affected, Windows 2000 users will experience that the actual browsing speed of both the Internet & Windows Explorers improve significantly after applying it since it doesn't search for Scheduled Tasks anymore. Here's how :

Open up the Registry and go to :

HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace

Under that branch, select the key :

{D6277990-4C6A-11CF-8D87-00AA0060F5BF}

and delete it.

This is key that instructs Windows to search for Scheduled Tasks. If you like you may want to export the exact branch so that you can restore the key if necessary.

This fix is so effective that it doesn't require a reboot and you can almost immediately determine yourself how much it speeds up your browsing processes.
--------------------------------------------------------------------
Search For Hidden Or System Files In Windows XP

The Search companion in Windows XP searches for hidden and system files differently than in earlier versions of Windows. This guide describes how to search for hidden or system files in Windows XP.

Search for Hidden or System Files By default, the Search companion does not search for hidden or system files. Because of this, you may be unable to find files, even though they exist on the drive.

To search for hidden or system files in Windows XP:
Click Start, click Search, click All files and folders, and then click More advanced options.

Click to select the Search system folders and Search hidden files and folders check boxes.

NOTE: You do not need to configure your computer to show hidden files in the Folder Options dialog box in Windows Explorer to find files with either the hidden or system attributes, but you need to configure your computer not to hide protected operating system files to find files with both the hidden and system attributes. Search Companion shares the Hide protected operating system files option (which hides files with both the system and hidden attributes) with the Folder Options dialog box Windows Explorer.
-----------------------------------------------------------------------
Amazing thing but true , Notepad knew about 9/11/2001 !
The flight number which hit the WORLD TRADE CENTRE in New York was Q33N !

See it yourself :
1. Open Notepad
2. Type : Q33N
3. Now, go to Format menu
4. Choose Font.
5. Now, change the size to '72'
6. Now, change the font to 'Wingdings'
7. See what is displayed !

-----------------------------------------------------------------------

Thursday, July 2, 2009

How to Enable Or Disable Redistry Editor ?

Enable Registry Editor - First Method:
Click Start -> Run. Type this commands in Run box and press Ok.
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0
Then a prompt will come up with this question: Value DisableRegistryTools exists, overwrite (Y/N)? Type yes and hit Enter.

Enable Registry Editor - Second Method:
Click Start -> Run -> gpedit.msc -> User Configuration -> Administrative Templates -> System -> Prevent access to registry editing tools -> Right Click Properties -> Set it to Not Configured


Disable Registry Editor - First Method:
Click Start -> Run. Type this commands in Run box and press Ok.
REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 1
Then it will also come up with the question: Value DisableRegistryTools exists, overwrite (Y/N)? Type yes and hit Enter.

Disable Registry Editor - Second Method:
Click Start -> Run -> gpedit.msc -> User Configuration -> Administrative Templates -> System -> Prevent access to registry editing tools -> Right Click Properties -> Set it to Not Configured
Alasan Memilih Bergabung di Pulsagram Allowances Announcements APLIKASI HP APLIKASI PC Banking bisnis internet BISNIS ONLINE BOLA BSNL Business Cara Buat Akun Liberty Reserve (LR) Cara Daftar Di Neobux Cara kerja Copy Paste Cara mendapatkan uang dari duitbux Cara Mendapatkan Uang dari Facebook Melalui Like To Cash Cara Mudah Cari Dollar Via Donkeymails Cara mudah dapat uang melalui internet dengan Dollarsincome CEA CGHS Computer Guidelines Customer Care dapat dollar gratis Dollar Dari Clicksense Dollar Dari Neobux dollar gratis DOP News DOP Orders DOPT Orders DOWNLOAD Education Employees News Employment News Entertainments Events Exam / Result Exam / Syllabus FACEBOOK FAQ For System Administrators Forms GDS General Informations General Knowledge GOVT Orders Guidelines Hardwares Health Tips Holiday Home Honorarium / Incentives Income Tax INFO KITA Info Lowongan Kerja Internet Tips IPO JOB COPAS Jual KERJA COPY PASTE Kerja Sampingan Kode Bank Indonesia Latest Software Updates Leave Rules Lowongan kerja aman Lowongan kerja copy paste LOWONGAN KERJA ONLINE LTC MACP Mails MASTER BURUNG Membuat Account PayPal Menaikkan atau menurunkan berat badan dengan Herbalife Menghasilkan Uang dari PTC Lokal Wisbux Mobile Tips National Pension System (NPS) Network Trouble shooting News Obat Pemutih Gigi Membuat Gigi Putih Berseri Pay Commission Pension Persmin Pie Susu Bali Paling Enak dan Asli Yah Merek Kami... PLI and RPLI PointOfSale Postal Informations Postal Savings Schemes Printer Trouble shooting Printing Tips Project Arrow ptc terpercaya Questions / Answers Railway Recovery Tips Registry Tips Registry Tools Reimbursement rental mobil di surabaya RMS Rulings SanchayPost Savings Scheme SB Orders SBCO Security Guidelines Security Tips sewa mobil di surabaya Software Tips Softwares SQL Staffs and Welfare Tanya - Jawab Technology TEMPLATE Testimoni Tips and Tricks TN - தமிழ்நாடு Tools Training Transfer / Postings Trouble shooting UnCategorized Union News Useful Softwares Utilities Verifikasi PayPal tanpa Credit Card Virus Solutions Websites windows 7 Windows Server Windows Tips Windows Vista wootekh biolo slimming capsule wsc biolo world slimming capsule biolo