Translate

this site gives you a chance to chat with any one free no registration too many chatrooms

free chat no registration

‏إظهار الرسائل ذات التسميات Windows Tips. إظهار كافة الرسائل
‏إظهار الرسائل ذات التسميات Windows Tips. إظهار كافة الرسائل

السبت، 13 أغسطس 2011

How To Speeding Up the Dual-Boot Timeout

If you dual-boot your computer with Windows XP and another operating system, you see an operating system selection menu on startup. If you typically boot into Windows XP and not the other operating system, you can speed up the dual-boot timeout value so that you do not wait so long for the boot process to select your default operating system and continue with the boot process. The default timeout value is 30 seconds but you can change this setting to 10. This gives you enough time to select the alternate operating system if you want but also speeds up the boot process.

Follow these steps:
1. Locate the boot.ini file on your computer. It is a hidden file by default;
It is usually located in C:\boot.ini.
2. Open the file with Notepad (which is what opens it by default).
3. Change the Timeout value to 10.
4. Select File/Save and close Notepad.
5. good luck

Windows 7 Keyboard Shortcuts

Windows 7 introduces several new keyboard shortcuts that come in handy when managing open windows in the operating system. Most Windows 7 keyboard shortcuts mimic the behavior when dragging and dropping windows in the new operating system. Here is the list in case you like to use the keyboard instead of the mouse.

[Windows Up] - Maximize window
[Windows Down] - Minimize windows / Restore
[Windows Left] - Dock window to the left side
[Windows Right] - Dock window to the right side
[Windows Shift Up] - Maximize vertical size of window
[Windows Shift Down] - Restore vertical size
[Windows Shift Left] - Move window to left monitor
[Windows Shift Right] - Move window to right monitor


الجمعة، 22 يوليو 2011

10 Steps To Take After Installing Windows 7

Windows 7 is the most powerful and feature-packed version of the operating system we've seen so far, but you won't necessarily see that straight away.Dubious default settings mean most Windows 7 installations aren't properly optimised, and if you want your system to have the best performance, usability, security and battery life then you'll need to apply a few extra tweaks. Here's what you need to know.

1. Get Windows 7 anti-virus
It's a dangerous world out there, so the very first step you should take on any Windows 7 system is to get your self protected with an anti-virus tool. AVG Anti-Virus is a good free choice, but the betas of Panda Antivirus Pro 2011, F-Secure Internet Security and McAfee Total Protection are also worth a look
 FREE AV: The latest F-Secure beta provides free all-round PC protection for six months

2. Tweak the Windows 7 taskbar
Next you'll want to get your Windows 7 system feeling a little more like home. Are you a little confused by the way application buttons are combined on the new taskbar, for instance? Then get things back to normal by right-clicking the taskbar, selecting Properties and selecting "Combine when taskbar is full" from the "Taskbar buttons" list.

And while you're there, try checking the "Use small icons" box to save a little screen real estate.

3. Customise Explorer
Windows 7 adds many useful improvements, but the default Explorer settings are still as dubious as ever and you'll want to tweak them right away. Click Start, type Folder and choose Folder Options from the list to get started.

The new Explorer navigation pane shows disconcertingly few drives and folders when you start. This makes for faster loading, but also means reaching your destination often requires extra clicks.

If you prefer the Vista style of navigation then click the General tab, and check both "Show all folders" and "Automatically expand to current folder".

Windows 7 also hides drives that are empty, which means the contents of the Computer folder can change in unexpected ways. We find that distracting, but it's easy to change: just click the View tab and clear the "Hide empty drives..." box.

And it's generally a good idea to set up Explorer to display file extensions and hidden files, unless very inexperienced users have access to your PC. Click the View tab, select "Show hidden files, folders and drives", clear the "Hide extensions for known file types" and "Hide protected operating system files" boxes and click OK to finish the job.

4. Uncover secret wallpaper
Right-click the desktop, select Personalise and you'll be able to set your desktop background to some impressive new wallpapers, including a set for the United Kingdom (or wherever in the world you are).

But Microsoft has also provided more regional wallpapers for you to try. Click Desktop Background > Browse, navigate to \Windows\Globalization\MCT, choose a region you like - MCT-AU\Australia, say - and click OK to see the new images.

(You don't see the MCT folder? Windows must be configured to display hidden folders - see step 3, "Customise Explorer".)

CHANGE OF SCENERY: The South African folder has some spectacular wallpaper photos

5. Speed up Windows 7
By default Windows 7 puts you on its "balanced" power plan, which saves energy but might also cut performance.

If you're using a desktop and are interested in speed above all else then click Control Panel > Hardware and Sound > Power Options > Create a Power Plan, choose the High Performance option and give your plan a name. Click Next > Create, choose the "Change plan settings" link next to your custom power plan, and tweak it to suit your needs.

6. Improve Windows 7 battery life
If you're running Windows 7 on a laptop then saving energy is probably more important than speed, and you can get advice on how to do that with a little help from a hidden tool.

First close down any applications you have open (anti-virus tools, firewalls or anything with an icon in the system tray can be left alone).

Then click Start, type CMD, then right-click the link to cmd.exe and select Run as administrator.

Finally, type

powercfg -energy

and press [Enter]. Windows 7 will analyse your system for 60 seconds and produce a report detailing whatever it finds. View this for recommendations on extending your battery life.
LONGER LIFE: Extend your battery life with help from the Power Efficiency Diagnostics Report

7. Search more widely
The Windows 7 search tool can now hunt through websites as well as your hard drive to uncover the data you need, a real time-saver that you should try out right away.
You'll need the right search connector, but that's not a problem - there are plenty of them around. Windows Seven Forums has connectors that let you search Youtube, Flickr, Yahoo, eBay and many more. Just click any that you like, choose the Open option, and choose to Add the connector when you're prompted. You'll then find a search for that website in the Searches folder, and can browse it from within Explorer whenever you like.
And it's easy enough to create a basic connector that will search any site you like. Paste the following into Notepad, for instance, and save it as techradar.osdx using the UTF-8 encoding (or download the file here).
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:ms ose= "http://schemas.microsoft.com/opensearchext/2009/">
<ShortName>TechRadar</ShortName>
<Description>OpenSearch TechRadar with Federated Search</Description>
<Url type="application/rss+xml" template="http://api.search.live.com/rss.aspx?source=web&amp;query= site:techradar.com&amp;web.count=20"/>
<Url type="text/html" template="http://search.live.com/results.aspx?q=+site:techradar.com"/>
</OpenSearchDescription>
Open the file on a Windows 7 system, add it as a search connector when requested and you'll be able to search TechRadar from within Explorer.
To customise this connector, just change the contents of the ShortName and Description tags, then modify the two www.techradar.com URLs to whatever address you like.
SEARCH US: Search online resources like TechRadar from the Windows 7 search tool

8. Run old software
Windows 7 is all about building on the Vista core, rather than changing it, and should run much of your software without difficulty.

You may still run into occasional problems, though, so it's a good idea to prepare yourself by installing Microsoft's XP Mode right now. This is essentially a virtual version of XP that you can run from within your Windows 7 desktop, and should allow you to run most troublesome older software without difficulty.

We say "should" because it's not quite that straightforward. Your CPU must have hardware support for XP Mode to work, for instance. The tiny, free Securable can tell you this, or you can download the manufacturer's own tools: the AMD Virtualisation Compatibility Check or Intel's Processor Identification Utility. If you pass that test then find out more on the Microsoft Virtual PC page.

SYSTEM TEST: Windows 7 XP Mode only runs on CPUs that support hardware virtualisation

9. Prepare for disaster
Everything we've seen so far tells us Windows 7 is a big improvement on Vista, but it's early days, and there's still just a chance that things could go horribly wrong.

Prepare for potential disaster by creating a system repair disc or two (click Control Panel > System and Security > Backup and Restore > Create a system repair disc).

If your system won't boot for some reason then start from the system repair disc instead and it'll do its best to get your PC back into working order.

FIX IT: The System Repair disc provides a wide range of troubleshooting tools

10. Find out more
Windows 7 is properly configured, fast, secure, and you're ready for just about anything.
But what other free Windows 7 add ons and utilities are available? Where can you learn more about new Windows 7 features, discover walkthroughs on how to use them, or find new themes, wallpaper and more?
Blake Handler's regularly updated page on Free Windows 7 Software and Resources is a great place to start learning more about Windows 7.

Sourch : TechRadar.com

الخميس، 14 يوليو 2011

10 Windows Vista Easy Trick

1. List of Services that can be disabled.
There are several Windows services that can be turned off to improve performance. Unless it's services you need.
  • Desktop Window Manager Session Manager - Services are mengantur view your desktop. If you do not want to look super pretty typical Vista or use Aero Glass, you can turn off these services.
  • Diagnostic Policy Service - Noting the problems that arise in Windows, including how to solve. For novice users, these services are not needed.
  • Diagnostic Service Host - Same as above.
  • Offline Files - Services are required to mengantur use offline files.
  • Terminal Services.
  • Windows Error Reporting Service.
  • Windows Search.

2. Set the sidebar.
By default, the sidebar will fill the empty space on your computer screen. In the sidebar there are several types of gadgets with different functions. Now you can move the gadget to the desktop as an icon.
  • Right click on the gadget you want to move, then select detach from the Sidebar
  • Move the gadget in a place that you want on the desktop.
  • Next right click the sidebar, and select Close Sidebar.
Now you'll have a gadget on the desktop icon.
You can get the gadget online here.

3. Run on the Start menu displays the menu.
By default, the Run menu does not appear when you open the start menu. To display it:
  • Right click on the taskbar.
  • Select Properties.
  • Click on the Start Menu tab.
  • Click the Customize button.
  • Scroll down and check on the Run.
4. Displays the Run menu on the desktop.
You can display a shortcut on the desktop Run.
  • From the Start Menu, go to All Programs then to Accessories.
  • Drag the shortcut Run is there to the desktop.
5. Optimizing the display.
The principal advantage of Windows Vista when compared with the previous is that it looks beautiful. Unfortunately not all of the view that we need an alias too burdensome. Here's how to optimize the display.
  • Click the Start Menu.
  • Right-click My Computer.
  • Select Properties.
  • Click on Advanced System Settings.
  • On the Performance option, click the settings button.
  • Click Custom.
  • I only chose the following features for Vista. Stay beautiful yet optimal. Show preview and filters in folder.
  • Show shadows under mouse pointer.
  • Show thumbnails instead of icons.
  • Show window contents while dragging.
  • Smooth edges of screen fonts.
  • Use drop shadows for icon labels.
  • Use visual styles on windows and buttons.
6. Accessing a folder with the message Access Denied.
If you access a folder and the error message Access Denied, following an attempt to open it.
  • Right-click on the folder.
  • Select Properties.
  • Click the Security tab.
  • Click the Advanced button.
  • Click the Owner tab.
  • Click the Edit button.
  • In the Change Owner box, select your account name.
  • Check the Replace owner on subcontainers and objects.
  • Click Apply.
  • Click Yes to change all the permissions.
  • Then click OK.
7. Set the capacity of Hard Disk partition.
Windows Vista now has an ability to change the partition capacity.
  • Right click on Computer.
  • Select Manage.
  • Click on Disk Management.
  • Right-click on a partition.
  • Select Shrink (to cut) and Extend (to extend).
  • Remember always backup your data before doing this.
8. Network access without a password
Although you can log into the computer without using a password, but if you want to access the computer from the network then you are still prompted to enter a password. To disable this function:
  • Run gpedit.msc in the Run menu.
  • Go to Computer Configuration / Windows Settings / Security Settings / Local Policies / Security Options.
  • Double click on Accounts: Limit local account use of blank passwords to console login only
  • Turn off this function by selecting disable.
9. Opening a link with a browser other than Internet Explorer.
By default, each time you click a link then Vista will use IE to run it. If you want to use another browser such as Opera or Firefox:
  • Go to Control Panel \ Programs \ Default Programs.
  • Click on Set your default programs.
  • Select the browser you want.
  • Click on Choose defaults for this program.
  • Under Protocols, check HTTP.
  • Click Save.
  • You also can check. Htm and. Html.
If your browser does not appear here, please change your Windows registry.
  • Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ Shell \ Associations \ UrlAssociations \ http \ UserChoice
  • Change of such IE.HTTP to Firefox.Url, if you use Firefox.
10. Removes the arrow on the shortcut.
  • Open Regedit.exe, on the Run menu
  • Open HKEY_CLASSES_ROOT
  • Open lnkfile
  • Replace the existing value with IsShortcut
  • Restart the computer.
11. Changing the action of the power button on the Start Menu.
At the bottom of the Start Menu on the right there are 3 icons. The most left icon is the circle diameter is the power button. To change the actions taken after this push button is:
  • Go to Control Panel.
  • Select System Maintenance and then Power Options.
  • Under the power plan you choose, click on Change plans settings.
  • Click Change advanced power settings.
  • Click on + to Power buttons and lid.
  • Click on the + in the Start menu power button
  • For Setting, select Sleep, Hibernate or Shutdown.
  • Click Apply or OK.
12. Installing Vista without a Product Key.
You can install Vista without using the Product Key and evaluated at 30 days.
  • Boot from the Vista DVD and run the installation.
  • Set the Language, Time and Currency, and Keyboard.
  • Click Next.
  • Click Install Now.
  • Do not input Product Key.
  • Uncheck the Automatically Activate Windows When I'm online.
  • Click Next.
  • Click No to confirm you do not Want To enter a product key.
  • Select the version of Windows Vista you want to install.
  • Select the same version you buy.
  • Click Next.
  • Select accept the license and terms.
  • Click Next.
  • Please continue the installation process as usual.
13. Changing the size of the icon on the desktop.
By default, the size of icons on the desktop is relatively large, to resize it:
  • Right click on the Desktop.
  • Select View.
  • Set to Classic Icons.
14. Make over pageviews Programs and Features.
When you get to the page Programs and Features in Control Panel then you will see an interface similar to what is on WindowsXP. With Vista you can change the information contained on these pages. For example you can display Name, Publisher, Installed On, and Size.
  • If you right-click on this menu bar, you can add other information such as the Support Link, Used and Version.
  • Support Link will deliver you directly to address support of the program via the website.
  • You may be able to sort by Used so that you can see which programs you rarely use. This means you can remove the program if you do not need.
  • You can see if the program you install a new version by looking at the Version menu.
15. Display a super-hidden files.
While in Folder Options you can view hidden files, but there are super hidden files whose status is still not able to perform. To display it:
  • Run Regedit.Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced.
  • In the right pane, drag it until you get the value SuperHidden Change the value to 1.
  • Restart the computer.
16. Cleaning the rest of SP1 installer.
After upgrading to SP1, Vista will make a backup of all files in the upgrade. This file is useful if you want to uninstall SP1. If you do not encounter problems with SP1 then you can get rid of this backup file. Run vsp1cln.exe on the Run menu. If you are asked whether you want to remove the files, answer Y. aja

17. Fix files TCP / IP is damaged.
If you feel there's something wrong with the file TCP / IP, run the following command in the Run menu:
  • netsh interface ipv4 reset
  • netsh interface ipv6 reset
  • Then restart your computer.
18. Turning off Vista Burning CD function.
Since many third-party program to facilitate the process of fuel burning CD / DVD then you will not need a CD burning facility owned by Vista. To turn it off:

    Run Regedit.
    Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer.
    Create a new DWORD: NoCDBurning.
    Score 1.
    Restart the computer.

Hopefully this article can be useful for us all

الأحد، 10 يوليو 2011

Introduce Above 4GB Memory In Windows Vista 32 Bit

In theory, the processor x86 and x86-64 can recognize the physical memory to more than 4 GB. In fact, Windows Vista 32 bit only able to recognize physical memory to 4 GB. Yet amid the inexpensive price of the current physical memory chips, installing more than 4 GB of memory is not something impossible.

If you are currently using Windows Vista 32 bit and then you install more physical memory than 4 GB of physical memory then you will only be known a number of 2 to 3.8 GB. The solution, you have to switch to Windows Vista 64 bit for your physical memory can be read perfectly. Unfortunately at this time not all the programs and drivers can easily be installed on 64 bit systems.

His name is human, if there is difficulty would be trying to find a shortcut to overcome adversity. Likewise with a Chinese hacker who is able to overcome the limitations of Windows Vista 32-bit capabilities in recognizing the amount of physical memory. To do that is by slipping two files into the Windows Server 2008 Windows Vista 32 bit. As we know, Windows Server 2008 Enterprise or Datacenter x86 has the ability to recognize the physical memory to 64 GB and use the same kernel with Windows Vista.

Here's my swatch steps undertaken by the hacker are:
Try to find a computer with Windows Server 2008 operating system. Copy these two files into the flash disk:[% sytemdrive%] [Windows] [Windows32] [licensing] [pkeyconfig] [pkeyconfig.xrm-ms] and [% SystemDrive%] [Windows] [ServiceProfiles] [NetworkService] [AppData] [Roaming] [Microsoft] [SoftwareLicensing] [tokens.dat]. If you're having trouble getting a computer with operating system Windows Server 2008, you can directly download the files here.
  • Prior to the next step, find the same file in Windows Vista and then copy the file to a safe place as backup if something bad will happen.
  • Next go to the Services by either typing in the Search Services in the Start Menu. Then stop service Software Licensing.
  • Right-click the file in Windows Vista and take full control on both files in your account or an administrator.
  • After that, replace both files with the files we have prepared that come from Windows Server 2008.
  • Restart your computer.
  • Bingo!, how much your RAM will be recognized properly by Windows Vista 32 bit.
Replacing two files is not without risk. There are several problems that may arise as you can no longer access the Windows Experience Index. You also can not access Computer Management by clicking Manage when right-click Computer. When you are asked to activate Windows Vista again so you can activate with hers Windows Server 2008.

Limitation of RAM on Windows Vista 32 bit is not actually a hardware problem but it is a software limitation.

Good luck

السبت، 9 يوليو 2011

Improving Performance of Windows 7

Windows 7 is the latest product from microsoft windows. By default windows 7 offers many features that are not needed by the user's desktop computer (individual). If the features that are not too important is disabled or turned off, then it could further improve the performance of windows 7. What we discuss here is not upgrade the hardware, but configuring the software windows.Karena if it is to upgrade computer hardware costs, while on the other hand for those who do not have the cost of upgrades, can improve the performance of windows with slightly modify the default configuration.

Here are some tips to speed up / improve performance windows 7:

1. Disable / turn off unnecessary Windows services, such as:
-Turn off autoplay / autorun in windows 7
Uninstalling Tablet-PC components in Windows 7
-Turn off (disable) the automatic update in windows 7
-Speed ​​up menu display in windows 7 start menu
-Turn off (disable) telephony service in windows 7
-Turn off (disable) the fax service in windows 7
-Turn off (disable) error reporting windows 7..etc.
2. Adding virtual memory windows.
3. If the size of a large hard drive, preferably for disk space into multiple sections through the disk partition.
4. Do scandisk and defrag using the disk defragmenter regularly. By doing a scandisk and defrag on a regular basis can help windows mark the sectors and clusters are good and damaged in the hard disk space, and windows can help sort and classify data stored on hard drives like file system, files, applications, and data files to better suit with the needs of the system so that more accessible by windows.
5. Cleaning the windows junk files, such as deleting temporary files, windows prefetch files, clean up the corrupted registry files (error), delete the thumbnail cache explorer,
6. Scan viruses and adware, malware and spyware and do not forget to regularly update antivirus offline and online.
7. Install the application to taste..etc.
Good luck!

الأربعاء، 6 يوليو 2011

Tips & Tricks Speed ​​up Computer (Windows xp)

This time I wanted to share a little trick for computer we can run top of my voice (less athletes) essentially steady.please listened to here ..

Here are tips on how to speed up or running our beloved windows.

1. To reduce boot time and improve performance, do not use third-party defrag software, simply use the defragmenter that artificial devices (built-in) Windows, will not be much different. And also, you should use
Hard disk with the type of Ultra-133 or Serial ATA (SATA) with 8-MB buffer.

2. If RAM PC is less than 512 MB, it should be added the capacity of memory. It is relatively inexpensive and will help improve your system's performance dramatically.

3. Make sure the file system used by Windows XP is NTFS.
How to check:
a. Open Windows Explorer (My Computer)
b. Right click on drive C:
c. Click Properties.
If it turns out you are using the FAT32 file system, then to change it
is in the following manner:
- Backup important data first yes.
- Click Start> Run> type CMD
- After the Command Prompt window appears, type:
Code:
CONVERT C: / FS: NTFS
Note: The computer should not be interrupted when doing this conversion, and also in a state free of the virus. The file system used by the bootable drive (usually C:) will be either FAT32 or NTFS. I highly recommend NTFS
for superior security, durability and greater space efficiency.

4. Disable the File Indexing. File Indexing service extracts information from documents and other files that exist on the hard disk and creates a "searchable keyword index" (index search keywords.) You can imagine the process is very burdensome to the system.
How it works as follows:
A user looking for a word, phrase, or property inside a document, from the documents by the hundreds or thousands, and he did not know the name of the document sought. Windows XP with the built-in search functionality can still perform various types of searches without involving the Indexing Service. But somewhat more
long. Operating systems have to open each file when asked to help find what the user wants. Most people do not need this search feature. Which usually requires
is a large corporate environment where thousands of documents placed at least one server. But if the only kind of system builders, which most of his clients are small and medium-sized businesses, and if the client does not need these features, I recommend that (Disable) the service.

How to Disable:
a. Open Windows Explorer (My Computer)
b. Right click on drive C:
c. Choose Properties
d. Remove the check mark (checklist) "Allow Indexing Service to index this disk for fast file searching."
e. Click the Apply button, appears: Apply changes to "C: subfolders and files"
f. Click the OK button. If any warning or error message appears (such as "Access is denied"), click Ignore All button.

5. Update VGA and motherboard chipset drivers, including BIOS updates and configuration. Find info, info about the BIOS settings are correct on the Internet.

6. Empty the Windows Prefetch folder every three months or more.
Windows XP to record some of the data or applications that are often used for making the process seem load faster when called by the user. This is nice, but for a long time, the prefetch folder may become overloaded references to files and applications are no longer used. If that happens, Windows XP is wasting time and slowing system performance, while doing a load application or file. Nothing is important in that folder, and all its content is safe to delete. Folder is located at: C: ¥ WINDOWS ¥ ¥ Prefetch

7. Once a month run a disk cleanup.
How:
a. Open Windows Explorer (My Computer)
b. Right click on drive C:
c. Choose Properties
d. Click the Disk Cleanup and delete all temporary files.

8. In Device Manager, double click on IDE ATA / ATAPI Controllers device, and
make sure DMA is enabled (enabled) for each drive that is connected to the Primary or Secondary Controller and controller.
Do this by:
a. Double click on Primary IDE Channel. then click the Advanced Settings tab.
b. Make sure the Transfer Mode is set to "DMA if Available" for both Device 0
and Device 1.
c. Do the same on the Secondary IDE Channel.

9. Wiring Upgrade.
To increase hard drive technology, it takes wiring which would encourage better performance. Be sure to use the cable 80-wire Ultra-133 for all IDE devices and use a socket connector that fits with the Master / Slave / Motherboard. If Device his only one, must be connected at the far end connector of the ribbon cable (data cable), but not on the connectors in the middle of the ribbon cable, if not, there will be a signal problem. In ultra DMA hard drive, this signal problem could prevent hard drive to maximize its potential.

10. Remove all spyware from your computer. Use free programs such as artificial Lavasoft AdAware or SpyBot Search &
Destroy. Once the program is installed, be sure to check and download updates if any, before scanning the spyware on the computer. Anything either program finds can be safely removed. All the free programs that ask for spyware to run will no longer work. If the programs were still needed to live free again install it.

11. Dispose of all programs or unnecessary items from the regular (routine) Windows Startup by using the MSCONFIG utility.
How:
a. Click Start> Run> type MSCONFIG> click OK
b. Click the Startup tab> and then remove the checklist (check mark) of program that is not familiar with these items? Visit the WinTasks Process Library. That site includes system processes, applications and also known as spyware references and explanation. Or it could identify the name of the items directly by using google.

12. Discard all unused programs from the Add / Remove Programs in Control Panel.

13. Turn off some or all of the animations that are not needed and turn off (disable) active desktop. In fact, to optimize performance, turn off all animations. Windows Xp
offers many different settings in this section.
How:
a. Click the System icon in Control Panel
b. Click the Advanced tab
c. Click the Settings button in the Performance box.
d. Eliminate checklist (check mark) any options that do not want to run. Or it could be

14. If you can edit the Registry of Windows XP, do to improve the performance of XP. Could use a software tweak or manually edit the registry. On the internet is widely spread.

15. Visit Microsoft's Windows update site regularly and download all updates labeled Critical. Download any optional updates at your discretion. (Remember, if the Windows XP operating system software was pirated, do not try to update, can be given a "stamp" the same signs of pirated Microsoft that it will slow down the system when booting and running).

16. Update anti-virus in a week or even once daily. Make sure only one software is installed. Combining more than one antivirus will only invite disease for performance and computer reliability.

17. Make sure the font is installed less than 500 species are on the computer. The more fonts, more lambatlah system. Although Windows XP is more efficient in handling the fonts of the previous version, but excessive weakening of the font will have an impact on the system.

18. Do not partition the hard disk. (Optional only) NTFS File System Windows XP run more efficiently on one large partition. The data is no safer on a separate partition, and re-format does not need to reinstall the Operating System (OS). One of this partition function so that no restriction by the partition but it will be limited by the size of hard drive capacity itself. So no need to resize partitions to spend time and the risk of data loss.

19. Make a check against the system's RAM to ensure proper operation. I recommend using a free program MemTest86. Once downloaded, can make a bootable CD or diskette (your choice), which will
run 10 extensive tests on the PC's memory automatically after malakukan boot with a CD or floppy disk created. Allow all tests to run until at least the past 3 tests of 10 tests completed. If the program encounters an error, turn off and unplug the computer, unplug the RAM memory, replace with others and do the tests again. Remember, bad memory can not be repaired, and can only be replaced.

20. If there is a CD or DVD recorder, look for updated firmware from the manufacturer. In some cases, been shown to accelerate upgrade the recorder to a free.

Good luck!

الثلاثاء، 5 يوليو 2011

10 Tips, Tricks, and Secrets Windows 7 Part I

Windows 7 has new features to simplify the use of actual windows 7 itself. Of the many features you might not know how to run,operates or just where the location of the feature. Lots of tips from the windows 7maybe most users do not know.

1. Keyboard shortcuts

-Alt + P
Show / hide the Explorer preview pane

-Windows Logo + G
Displays the window in front gadgets tool-window that was coming.

-Windows Logo + + (plus key)
Zoom in

-Windows Logo + - (minus key)
Zoom out

-Up + Windows Logo
Maximise window

-Windows Logo + Down

Minimise window

-Windows Logo + Home
Minimise / maximize all windows except the window was open.

2. Displaying alternately Desktop Wallpaper
Windows 7 has a new feature on the desktop, now you are displaying dozens or even alternately hundreds of your wallpaper that can set the time jedanya. How easily is click Right-empty section on your desktop click Personalise> Desktop Background. Then press CTRL while selecting the wallpaper image you want to display and select a time lag appears wallpaper you start from every 10 seconds to 1 day, and there is also a shuffle option if you want display your desktop wallpaper at random and last click on Save Changes.


3. Copy or Burning the image file / virtual
Now windows 7 directly copy your iso image files to CD or DVD without the need to install other software. The trick just click the iso file it 2 times, then plih drive DVD / CD writer you are
already contains a CD / DVD blank and click Burn.

4. Data Protection
Windows 7 can protect data on your flash by encrypting the using a program called Microsoft's BitLocker technology, how to stay right click USB drives (flash) and then you click the Turn on BitLocker and you just follow instrucion given.


5. Turn off the automatic settings window
In Windows 7 can set its own window, for example if you press and hold window that is opened and the slide into the top of your desktop window is automatically maximize its own as well if you move it to the far left of the desktop then window is automatically sized half your desktop screen. If you are not comfortable adjustment of the automatic window you can turn it off with
do the following click start type regedit, and then browse HKEY_CURRENT_USER \ Control Panel \ Desktop, replace WindowArrangementActive to 0 after that stayed restart your windows 7.

6. Conserve battery power
I click the Start type "Power Options" without the quotes then click Power Options select then click Change Plan Settings for your current plan and plih Change Advanced Settings. Here
you can configure and optimize the use of your laptop battery

7. Laptop Battery Information
If you use a laptop, you can use the program to display information
about the power consumption of your battery. I click start type in "cmd" without the quotes, if the icon cmd has appeared select right click and Run as administrator then type "powercfg-energy" without the quotes and press Enter. Windows 7 will scan your computer system with the aim of looking for ways to conserve your battery power. Then windows 7 makes an HTML report file (Web based) after that windows will tell where this file is placed usually in place in folder \ Windows \ System32.

8. Calculator
Calculator program in Windows 7 many additional new features such as the conversion unit of length (cm, m, km), weight (grams, kilograms), volume (liter, gallon), and others. There are also features such as the calculation date for example:How many days between two dates if there is also a simple format for calculating taxes, and other.

9. New WordPad Format
If you create a document in Wordpad will automatically be saved with the format Rich Text Format (RTF). But now you can save the file or open the file in any format. docx (office 2007) and formats. odt (open office)

10. First aid troubleshooting
If in windows 7 is an error or problem, and you you do not know what causes it, maybe you can try, click Control Panel> Find and fix problems (or 'Troubleshooting'). Here are some guidelines for finding and restoring the existing errors on your windows 7. here can also see your windows settings, and also clean the existing system of files that are not needed.

10 Tips, Tricks, and Secrets Windows 7 Part II

Immediately, tips, tricks, and secret windows part II. Continued from tips and tricks Windows 7
previous

1. Computer Error gradually Record
Maybe you have friend or relative who knows the ins and outs of the computer or whiz in
computer case. Then there have a problems or errors on your computer but you do not know how to describe the errors that occur computer to your friends.Actually there is a way for these errors are analyzed and recorded gradually phase by windows 7 using programs Problem Steps Recorder. How, if your computer started experiencing problems or error when you run windows 7 you can click on the Start type PSR, then click Enter Record.Setelah Problem Steps Recorder that will record every click, the keyboard keys that you type, and take screenshots and finally make some type MHTML file the report by that automatically created a file that already in the zip (compress). You can send a zip file by e-mail to your friend is good at computers.

2. Everything can be right click

For example, if you right-click the Explorer icon on the taskbar, you can directly access folders your general such as Documents, Pictures, Windows Folder, and more And if you are not using Internet Explorer you may wish to remove your IE icon on the taskbar that is just right click and kemudin click "'Unpin this program from the taskbar".

3. Changing the strength UAC.
UAC aims to protect your windows 7 system but with the effect of reducing comfort you in using Windows 7. Strength UAC can change to your liking ie just click Start> Control Panel> User Account Control Change Settings.

4. Run As
If you're logged in user who is not an administrator and want to run the program require administrator permissions there an easy way you can do is right click the program icon who wants to run and press and hold down the shift key after that will show the Run option As. You can just select the administrator.

5. Create crash dump file

Windows 7 will not create a file report damage to software or hardware (memory.dmp) if you only have under 25 GB hard drive capacity. This will be a problem if you want know the damage your software or hardware through memory.dmp report file. But do not worried at least 25 GB features can be turned off by clicking Start, type "regedit" without the quotes and then browse HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ CrashControl then create a file New DWORD named Always Keep Memory Dump and set to 1.

6. Resource monitor
If you feel the Windows 7 works more slowly than usual there may be a program the errors, crashes, hangs or programs that consume a lot of memory or your CPU. you usually can see the program error / crash in the Task Manager, but the Windows 7 you can also see information program error / crash in the Resource monitor, how to click Start and type RESMON.Resource Enter.Di monitor (Resmon) can be spelled out version upgrades from the Task Manager. Because in Resmon you can analyze process of a program that is going on in windows 7. If the program in error analysis is the program that Windows 7 will tell how how how to repair.I click the right program at the thought makes the program crash / error click Analyze Process.

7. Running the program faster
If you've just run a program or application but then wanted to run again the same program, you do not have to run the program again from the start menu or shortcut on the desktop, you just push and hold down the shift key and click the program icon in the window.

8. Auto arrange your desktop.
Your icon is located apart on the desktop, usually if you want to tidy it up right click on desktop select View> Auto Arrange. But the truth is there is Auto Arrange your shortcut keys just push and hold the F5 key.

9. Disable hibernation
Because the hibernation mode in Windows 7 is turned on automatically, windows 7 will take a little of your hard drive capacity, but if you always turn off your computer and do not use a sleep mode, the hibernation mode will become useless. You can turn off mode hibernation by clicking Start, type regedit and then browse HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Power, and finally replace the value numbers 1 to 0 of HibernateEnabled and HiberFileSizePerfect.

10. Activate XP mode
If you have old software that can not be run on Windows 7, you can try XP Mode, which is a virtual copy of windows xp that can run on desktop windows 7. But this mode can run XP if your computer supports hardware virtualisation (AMD-V or Intel VT) is already integrated in the processor and of course must be enabled on your computer's BIOS.

good luck..!!

Registry Windows XP

Playing regristry practically easy-so, yes indeed easy. So, who do not know what the registry should learn first what the registry function. Who already know either a little or a lot or just do not know, here's a little tip you can do to your computer, not someone else's computer yes. Most of these tips have been tried and the results are good, can make add speed and computer security.For a thin bag or even do not have pockets, can apply this way. Rather than buy a security tool that cost was not a student really. This article was taken from my blog the other one and there is also a book that discusses the windows registry. Read until abis or Save Page As ...

IMPORTANT NOTE!:
  • Registry is a determinant of how the OS Windows XP, therefore the person who tinkers registry means to tamper with the workings of your Windows XP.
  • To avoid the trouble, before tinkering with the Registry, it's good to do a backup first.
  • Click the Start button> Run. Type regedit and press Enter after being in the Run window.
  • In Registry Editor, select File menu> Export.
  • After the Export Registry File appears, enter the file name into the File Name, such as backup-registry and so forth. press the Save button.
Accelerating Registry Update
Press the Start> Log Off> Log Off.
Changing Wallpaper
HKEY_CURRENT_USER / Control Panel / Desktop
Double click on the wallpaper and enter the path to the desired image in Value Data.
Renaming the Recycle Bin
HKEY_CLASSES_ROOT / CLSID / {645FF040-5081-101B-9F08-00AA002F954E}
Double click on the option (Default value) and give a new name as desired on the Value Data.
Rename the Recycle Bin raises
HKEY_CLASSES_ROOT / CLSID / {645FF040-5081-101B-9F08-00AA002F954E} / ShellFolder
Double-click on Attributes> Edit Binary Value. In the Value data, change that number to 0000 50 01 00 20.
Hiding Recycle Bin
HKEY_LOCAL_MACHINE / Software / Microsoft / Windows / CurrentVersion / Explorer / Desktop / namespace Delete subkey {645FF040-5081-101B-9F08-00AA002F954E}, then Restart the computer to see the results. To bring it back, make the re-combination of numbers {645FF040-5081-101B-9F08-00AA002F954E}.
Adding Content In the Recycle Bin Shortcut Menu
HKEY_CLASSES_ROOT / CLSID / {645FF040-5081-101B-9F08-00AA002F954E} / ShellFolder
Double-click Attributes and change the number in the Value Data with the following numbers:
0000 50 01 00 20> Rename
0000 60 01 00 20>> Delete
0000 70 01 00 20> Rename & Delete
0000 41 01 00 20> Copy
0000 42 01 00 20> Cut
0000 43 01 00 20> Copy & Cut
0000 44 01 00 20> Paste
0000 45 01 00 20> Copy & Paste
0000 46 01 00 20> Cut & Paste
0000 47 01 00 20> Cut, Copy & Paste
Adding Content In the Recycle Bin Shortcut Menu By Menu Options
HKEY_CLASSES_ROOT / CLSID / {645FF040-5081-101B-9F08-00AA002F954E} / Shell
Click the Edit menu> New> Key and name you want (For example: Go To Windows Explorer).
Under the new key, press the Edit menu> New> Key and create a new key named Command. Double-click option (Default), and in the Value Data, content with the path of Windows Explorer (C: \ WINDOWS \ Explorer.exe).
Restoring Folder Documents Lost In My Computer
HKEY_LOCAL_MACHINE / Software / Microsoft / Windows / CurrentVersion / Explorer / DocFolderPaths
Select Edit menu> New> String Value and name in accordance with the username that is used in Windows (eg: Chippers) Double click on the value and enter the path where your Documents are located (eg D: \ Documents)
Getting rid of Stored Files From My Computer
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Explorer / MyComputer / namespace / DelegateFolders Delete the subkey {59031a47-3f72-44a7-89c5-5595fe6b30ee} by pressing the Del key.
Hide the My Recent Documents
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
Click the Edit menu> New> DWORD Value and name NoRecentDocsMenu.
Then double click on DWORD Value, and give the numbers 1 to activate it.
Hiding Menu Find
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
Click the Edit menu> New> DWORD Value and name NoFind.
Then double click on the DWORD Value and give value 1 to activate it. Restart the computer.
Hiding Help And Support
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
Create a new DWORD Value - Menu Edit> New> DWORD Value, and name NoSMHelp.
Then double click on NoSMHelp and content with value 1 in Value Data. Restart the computer.
Hide the Run menu
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
Create a new DWORD Value and give name NoRun. Double click and enter the number 1 as the Value Data.
Hiding Menu Run From the Start Menu (2)
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer / Advanced
Find a value named Start_ShowRun, double click and enter the number 0 in the Value Data.
Restart with Fast!
In the key:
HKEY_LOCAL_MACHINE | Software | Microsoft | Windoes NT | Current Version | Winlogon
Add a string value EnableQuickReboot and fill with 1 defautnya
Hiding Log Off
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
Click the Edit menu> New> Binary Value and name NoLogOff.
Double click on NoLogOff and enter the number 01 00 00 00 in the Value Data.
Hiding Menu Turn Off Computer
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
Click the Edit menu> New> DWORD Value and name NoClose.
Double click NoClose and give value 1 in Value Data.
ClearType In Logon Screen
HKEY_USERS / .DEFAULT / Control Panel / Desktop
Double click FontSmoothingType and enter the number 2 in the Value Data.
Creating Different Views On Logon Window
HKEY_USERS / .DEFAULT / Software / Microsoft / Windows / CurrentVersion / ThemeManager
Double click Metallic ColorName and enter your text in Value Data.
Administrator in Welcome Screen Displays
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserLis t
Create a new DWORD Value and name it Administrator.
Double-click Administrator and enter the value 1 in Value Data.
Auto Login
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows NT / CurrentVersion / Winlogon
Double click and enter your username AltDefaultUserName selected account.
Double click AutoAdminLogon and insert value 1 in Value Data.
Create a new DWORD Value and give name DefaultPassword.
Double click and enter your account password DefaultPassword selected in the Value Data.
Hiding Printers & Faxes Icon from Start Menu
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer / Advanced
Find a value named Start_ShowPrinters and give the number 0 in Value Data.
Hiding the Control Panel from the Start Menu
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer / Advanced
Find a value named Start_ShowControlPanel and double click on the section.
Enter the number 0 in Value Data.
Hide menu My Pictures From the Start Menu
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer / Advanced
Double click on Start_ShowMyPics and enter the number 0 in the Value Data.
Reach the Administrative Tools Menu
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer / Advanced
Double click on StartMenuAdminTools and give the value 1 in Value Data.
Minimize Start Menu Icons
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer / Advanced
Double click on Start_LargeMFUIcons and insert value 1 in Value Data.
Eliminating Username On the Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Policies \ Explorer
Select Edit> New> DWORD Value and name NoUserNameInStartMenu.
Double click NoUserNameInStartMenu and insert value 1 in Value Data.
Prevent Start Menu Changes
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
Create a new DWORD Value and give name NoChangeStartMenu.
Double click NoChangeStartMenu and insert value 1 in Value Data.
Hide the My Recent Documents
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer / Advanced
Double click on Start_ShowRecentDocs and insert value 0 in Value Data.
Changing the Default Name On Desktop Shortcut Key
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer / CLSID
Double click on the default value in each subkey below:
My Network Places:
{208D2C60-3AEA-1069-A2D7-08002B30309D}
My Computer:
{20D04FE0-3AEA-1069-A2D8-08002B30309D}
My Documents:
{450D8FBA-AD25-11D0-98A8-0800361B1103}
Recycle Bin:
{645FF040-5081-101B-9F08-00AA002F954E}
Default IE Icon:
{871C5380-42A0-1069-A2EA-08002B30309D}
enter unique names instead of the default name.
Hiding Icons On Desktop
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer / Advanced
Double click on HideIcons and insert value 1 in Value Data.
Cleaning All Icons On Desktop
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
Create a new DWORD Value and give name NoDesktop.
Double click on NoDesktop and insert value 1 in Value Data.
Desktop Create More Stable
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer
Create a new DWORD Value and give name DesktopProcess.
Double click DesktopProcess and insert value 1 in Value Data.
Deleting a List of Courses In Home Run
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer / RunMRU
In the right pane, you will see a row of the software (indicated by the alphabet a, b, c, d, and so on). To remove it, simply by selecting one (or all) the name of an existing program and press the Del key. If a confirmation window pops up for data deletion, tap Yes.
Cleaning Recent Docs
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
Create a new DWORD Value and give name NoRecentDocsHistory.
Double click on NoRecentDocsHistory and insert value 1 in the Value Data.
Eliminating Tip Info On Folders On Desktop Icons
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer / Advanced
Double click on FolderContentsInfoTip with the number 0.
Lock the Taskbar
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer / Advanced
Double click on TaskBarSizeMove and insert value 0 in Value Data.
Deletes Past Items Icons On Taskbar
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer \ TrayNotify
Remove IconStreams and PastIconsStream, then open Task Manager, the Processes tab right-click on explorer.exe and select End Process. Click the menu File> New Task (Run) and type explorer and press OK again.
Hiding System Tray
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Policies \ Explorer
If the Explorer key not exist create a new DWORD Value and give name NoTrayItemsDisplay.
Double click NoTrayItemsDisplay and insert value 1 in Value Data.
To restore System Tray insert value 0 in Value Data.
Disabling Right-click the Desktop
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
Create a new DWORD Value and give name NoViewContextMenu.
Double click on NoViewContextMenu and insert value 1 in Value Data.
Change the Time Delay When Opening Menu
HKEY_CURRENT_USER / Control Panel / Desktop
Double click on the MenuShowDelay and change the number that originally 400 milliseconds into other figures. The smaller the faster.
Set the Size of Icons On Desktop And Start Menu
HKEY_CURRENT_USER / Control Panel / Desktop / WindowMetrics
Double-click the Shell Icon Size and change the number 32 to another number, say 10.
Changing Windows Color
HKEY_CURRENT_USER / Control Panel / Colors
Double-click the window and enter the RGB color combination (use Adobe PhotoShop to find the appropriate color combination).
Changing Text Colors in Windows
HKEY_CURRENT_USER / Control Panel / Colors
Double click WindowText and enter the RGB color combinations.
Removes the Screen Saver tab
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / System
HKEY_LOCAL_MACHINE / Software / Microsoft / Windows / CurrentVersion / Policies / System
Create a new DWORD Value and give name NoDispScrSavPage.
Double click NoDispScrSavPage and insert value 1 in Value Data.
Changing the Screen Saver Through the Registry
HKEY_CURRENT_USER / Control Panel / Desktop
Double click SCRNSAVE.EXE then enter the path where the file desired Screen Saver.
Example: C: \ WINDOWS \ ScreenSaver.scr
Disabling Default Screen Saver
HKEY_USERS / .DEFAULT / Control Panel / Desktop
Double click ScreenSaveActive and enter the number 0 in Value Data.
To return insert value 1 in Value Data.
Eliminating Child Alert Icon Shortcut Arrows On
HKEY_CLASSES_ROOT / Inkfile
HKEY_CLASSES_ROOT / piffile
Change the name IsShortcut be IsShortcuts.
Change Style Wallpaper
HKEY_CURRENT_USER / Control Panel / Desktop
Double click on WallpaperStyle and enter the following number in the Value Data:
1> Center
2> Stretch
3> Tile
Turning off Low Disk Space Warning
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies \ Explorer
Create a new DWORD Value and give name NoLowDiskSpaceChecks.
Double click NoLowDiskSpaceChecks and insert value 1 in Value Data.
Disabling Menu Properties My Computer
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
Create a new DWORD Value and give name NoPropertiesMyComputer.
Double click NoPropertiesMyComputer and insert value 1 in Value Data.
HKEY_LOCAL_MACHINE / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
Create a new DWORD Value and give name NoPropertiesMyComputer.
Double click NoPropertiesMyComputer and insert value 1 in Value Data.
If the Explorer key does not exist, create a new one by clicking on the Edit menu> New> Key and name it Explorer.
Sizing CoolSwitch
(Try Press Alt + Tab, it is called with CoolSwitch)
HKEY_CURRENT_USER / Control Panel / Desktop
HKEY_USERS / .DEFAULT / Control Panel / Desktop
Click CoolSwitchColumns and arrange CoolSwitch how long it will be displayed by entering the desired number in the Value Data.
Then click CoolSwitchRows and do similar things.
Disabling Function CoolSwitch
HKEY_CURRENT_USER / Control Panel / Desktop
HKEY_USERS / .DEFAULT / Control Panel / Desktop
Double click on CoolSwitch and enter the number 0.
Disabling Animation In Windows XP
HKEY_CURRENT_USER / Control Panel / Desktop / WindowMetrics
Double click on MinAnimate and enter the numbers 1 to disable, and 0 to enable it again.
Changing Keys Being Left Right Buttons On Mouse
HKEY_CURRENT_USER / Control Panel / Mouse
Double click on SwapMouseButtons and give the value 1 in Value Data.
Changing Line Rolls On Scroll Mouse
HKEY_CURRENT_USER / Control Panel / Desktop
Double click WheelScrollLines enter the desired number (in accordance with the line you want rolled) in Value Data.
Hiding the System Properties Control Panel
HKEY_CURRENT_USER / Control Panel / don 't load
Make a new String Value and give name sysdm.cpl.
Double click Yes sysdm.cpl and insert input in the Value Data.
Disabling Display Properties
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies
On the Policies subkey, create a new key with the way Edit> New> Key and name it System.
Then in the System subkey, create a new DWORD Value and give name NoDispCPL.
Double click NoDispCPL and insert value 1 in Value Data.
Set Speed ​​Keyboard Repeat Rate
HKEY_CURRENT_USER / Control Panel / Keyboard
Double click KeyboardSpeed ​​and enter the desired value. The higher the number, the faster it Repeat Rate.
Text Underline Down In Notepad
HKEY_CURRENT_USER / Software / Microsoft / Notepad
Double click lfUnderline and insert value 1 in Value Data.
In Notepad Word Wrap Mode
HKEY_CURRENT_USER / Software / Microsoft / Notepad
Double click fWrap and insert value 1 in Value Data.
Status Bar in Notepad
HKEY_CURRENT_USER / Software / Microsoft / Notepad
Double-click the StatusBar and insert value 1 in Value Data.
DVDs In Windows Media Player
HKEY_CURRENT_USER / Software / Microsoft / MediaPlayer / Player / Settings
Select Edit menu> New> String Value and name DVDUI.
Double click DVDUI and enter the text Yes in Value Data.
Adding Identity of Windows Media Player
HKEY_CURRENT_USER / Software / Policies / Microsoft
HKEY_LOCAL_MACHINE / SOFTWARE / Policies / Microsoft / Windows
Click Edit> New> Key and name the WindowsMediaPlayer.
Click Edit> New> String Value and name the titlebar.
Double-click the titlebar and enter your desired text in Value Data.
Changing Button Stop Button Play On Being a Windows Media Player
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / MediaPlayer / Objects / StopButton
Double click and enter text player.controls.play onclick () in Value Data.
Selecting the Default Audio CD Player
HKEY_CLASSES_ROOT / AudioCD / Shell / Play / Command
Double click (Default) and enter the path the software that you want as the default audio CD player. For example: C: \ Program Files \ Windows Media Player \ wmplayer.exe
Restoring Access to CD-ROM
After uninstalling a program CD burner, CD-ROM sometimes can no longer be accessed, the solution:
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Contro l \ Class \ {4D36E965-E325-11CE-BFC1-08002BE10318}
Delete the subkey LowerFilters and UpperFilters by pressing the Del key.
Minimize Size For Windows Explorer Thumbnails
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer
Select Edit menu> New> Binary Value and name ThumbnailSize.
Double click ThumbnailSize and insert number 20 in the Value Data.
Create Shortcut Menu in Windows Explorer Personals
HKEY_CLASSES_ROOT / Drive / Shell
Select Edit> New> Key and name the Winamp as an example.
Double-click option (Default) on the right side and enter the registry editor Winamp text.
Click the subkey Winamp and select Edit menu> New> Key and name it Command.
Double-click option (Default) and enter the path C: \ Program Files \ Winamp \ winamp.exe in Value Data.
Through Encryption Context Menu
HKEY_LOCAL_MACHINE / Software / Microsoft / Windows / CurrentVersion / Explorer / Advanced
Create a new DWORD Value and give name EncryptionContextMenu.
Double click EncryptionContextMenu and insert value 1 in Value Data.
Changing Icons In Drives
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ Curr entVersion \ Explorer
If no, select Edit> New> Key and name it according to the desired drive [for example: C for drive C:] In these values, create a new Key and name DefaultIcon again.
Double-click option (Default) and enter the path where the icons are located (eg: D: \ Documents \ C Drive icon.ico)
Hiding Drive
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
Select Edit> New> DWORD Value and name NoDrives.
Double-click the drive NoDrives and determine which one to be eliminated in the Value Data.
Example: if you want to remove drive E:, enter the number 16 in the Value Data.
Combination of numbers in the Value Data is as follows:
A:> 1
B:> 2
C:> 4
D:> 8
E:> 16
F:> 32
G:> 64
H:> 128
I:> 256
A:> 512
K:> 1024
L:> 2048
M:> 4096
All:> 67108863
Make Tip Of The Day Windows Explorer
To enable open Windows Explorer and then select the menu View> Explorer Bar> Tip of the Day.
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Explorer / Tips
In the right pane will be seen rows of tips stored in the value 0-49.
Two things you can do is replace that with a tip-tip double-click each value with the desired text.
Second is to add new tips starting with the sequence after the value 49 (eg 50 ff.).
Select Edit> New> String Value and name the shape of numbers that continue the last digit on the tip (eg 50 ff.).
Double-click the new value and enter the desired text in Value Data.
Hiding Advanced Settings In Windows Explorer Folder Options
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Explorer
Under key Explorer will find subkey named Advanced. Right click and select Rename. Advanced Rename become Advancedx.
Code Playing Game Cheating Hearts
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Applets
Click the Edit menu> New> Key and name the Hearts.
Click the Edit menu> New> String Value and give name and fill in the numbers ZB 42 in Value Data.
Open Hearts in the Start Menu> All Programs> Games. After entering the name of the player, press the following button combination:
Ctrl + Shift + Alt + F12 and all the cards will open.
Cleaning the Registry Trash
HKEY_CLASSES_ROOT / Application
HKEY_CURRENT_USER / Software
HKEY_LOCAL_MACHINE / SOFTWARE
Select one subkey that is the name of the software you want to delete, then press the Del key.
Trash Clean Uninstall
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Uninstall
Delete the subkey that has the same name as the package is uninstalled.
Removing Unwanted Programs List
From the Add / Remove Programs
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Uninstall
Delete the subkey that contains the unwanted program by pressing the Del key.
Running Programs At Startup
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Run
Select Edit menu> New> String Value with the name of Winamp for example.
Double click on the value and enter the path where the program is installed (C: \ Program Files \ Winamp \ winamp.exe).
Removing Startup Items in MSCONFIG
Click Start> Run> type msconfig, then click on the Startup tab, remove the check mark on the program you want removed from the startup list.
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ Curr entVersion \ Run
HKEY_CURRENT_USER \ SOFTWARE \ Microsoft \ Windows \ curre ntVersion \ Run
Delete the subkey that contains the programs that are not desired by pressing the Del key.
Speeding up Windows XP Shutdown Process
HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Control
WaitToKillServiceTimeout Double click and change the value to be lower than 2000.
Changing the AM and PM Be Morning And Evening
HKEY_CURRENT_USER / Control Panel / International
Double click and change the text s1159 AM by MORNING.
s2359 double click and change the text of Prime Minister with AFTERNOON.
Disabling Autorun Function
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
Double-click NoDriveTypeAutoRun, and insert number 95 in the Value Data.
Turning off Automatic Program Not Responding
HKEY_USERS / .DEFAULT / Control Panel / Desktop
Double click AutoEndTasks and insert value 1 in Value Data.
Bring Forth My Computer The Hidden Option
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Internet Settings/Zones/0
Flags Double click and then change it to Decimal and insert value 1 in Value Data.
Disabling Function New Window In Internet Explorer
HKEY_CURRENT_USER / Software / Policies / Microsoft / Internet Explorer / Restrictions
Create a new DWORD Value and give name NoOpeninNewWnd.
Double click NoOpeninNewWnd and insert 1 in Value Data.
Changing the Internet Explorer Toolbar Background
HKEY_CURRENT_USER / Software / Microsoft / Internet Explorer / Toolbar
Select Edit menu> New> String Value and name BackBitmap.
Double click BackBitmap and fill with the path where the bitmap image (. Bmp) that will become the toolbar background is in the Value Data.
For example: C: \ WINDOWS \ Wallpaper.bmp
Changing the Internet Explorer Version
To find the version of Internet Explorer owned: Help> About Internet Explorer on your Internet Explorer browser.
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer
Double Click Version and enter the desired number in the Value Data.
Check for Internet Explorer ProductID
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / Registration
See the key ProductID ProductID, the value will be recorded how many ProductID Internet Explorer is used.
Full Screen Mode in Internet Explorer
HKEY_CURRENT_USER / Software / Microsoft / Internet Explorer / Main
Double-click fullscreen and entering the text Yes in Value Data.
Changing Internet Explorer Title
HKEY_CURRENT_USER / Software / Microsoft / Internet Explorer / Main
Select Edit menu> New> String Value and name it Window Title.
Double-click the Window Title and enter your desired text in Value Data.
Clean URLs List In Internet Explorer
HKEY_CURRENT_USER / Software / Microsoft / Internet Explorer / TypedURLs
Delete the value url1, url2 and so on by pressing the Del key.
Hiding Buttons Go On Internet Explorer
HKEY_CURRENT_USER / Software / Microsoft / Internet Explorer / Main
Select Edit menu> New> String Value and name ShowGoButton.
Double click ShowGoButton and enter the number 0 in Value Data.
Renaming the Internet Explorer icon
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ CLSID \ {871C5380-42A0-1069-A2EA-08002B30309D} Double click on the value (Default) in addition to the right, enter the desired text in Value Data.
Adding a Domain. Gov. In Search Website
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / Main / UrlTemplate
Select Edit> New> String Value and name the numbers that a continuation of the numbers that already exist.
Double click on the value and type% s.gov in Value Data.
Tweaking Memory In Windows XP
HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Control / Session Manager / Memory Management
Double click on DisablePagingExecutive and insert value 1 in Value Data.
If enabled, Windows will not make the paging file to your hard disk. The operating system and programs become more responsive. Recommended for computers that have more than 128MB of memory.
Double click on LargeSystemCache and insert value 1 in Value Data.
When activated, the system will allocate the entire memory (except 4 MB for disk caching) to file caching. The computer will do the XP kernel caching in memory so that Windows XP can run faster.
Unload. Etc. To Accelerate Access Memory
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ Curr entVersion \ Explorer
Select Edit menu> New> Key and name the AlwaysUnloadDLL.
In the Default Value option enter the number 1.
Removing Pagefile When Shut Down
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Contro l \ Session Manager \ Memory Management Double click ClearPageFileAtShutdown and insert value 1 in Value Data.
Moving Pagefile
HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Control / Session Manager / Memory Management
Double-click PagingFiles then change the path to the new desired location.
For example: D: \ pagefile.sys 1024 1024
Restore the Search Function Into Old Views
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer / CabinetState
Select Edit menu> New> String Value and name UseSearchAsst.
Double click UseSearchAsst and insert value 1 in Value Data.
Hide the Device Manager
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies
Select Edit menu> New> Key and name it System.
In the System subkey create a new DWORD Value and give name NoDevMgrPage.
Double click NoDevMgrPage and insert value 1 in Value Data.
Optimizing your Computer Hard Disk When Idle Condition
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ Curr entVersion \ OptimalLayout
Create a new DWORD Value and give name EnableAutoLayout.
Double click EnableAutoLayout and insert value 1 in Value Data.
Eliminate the option Run As The Context Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Policies \ Explorer
Create a new DWORD Value and give name HideRunAsVerb.
Double click HideRunAsVerb and enter the number 0 in Value Data.
Disabling the Windows XP Tour
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Applets \ Tour
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Applets \ Tour
Create a new DWORD Value if it is not there and give name RunCount.
Double click RunCount and enter the number 0 in Value Data.
Saving Changes In Notepad Configuration
HKEY_CURRENT_USER \ Software \ Microsoft \ Notepad
Make each new DWORD Value and give name and fSaveWindowPositions fSavePageSettings.
Double click on fSavePageSettings and fSaveWindowPositions and enter the number 1 on each Value Data.
Detailed Information in Device Manager
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Contro l \ Session Manager \ Environment
Make a new String Value String Value or change existing named DEVMGR_SHOW_DETAILS.
Double click DEVMGR_SHOW_DETAILS and insert value 1 in Value Data.
Showing All Hidden Devices In Device Manager
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Contro l \ Session Manager \ Environment
Make a new String Value and give name DEVMGR_SHOW_NONPRESENT_DEVICES.
Double click DEVMGR_SHOW_NONPRESENT_DEVICES and insert value 1 in Value Data.
Disabling Task Manager
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Policies \ System
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Policies \ System
Create a new DWORD Value and name it DisableTaskMgr.
Double-click DisableTaskMgr and insert 1 in Value Data.
Using Smooth Scrolling in Internet Explorer
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main
If not exist, create a new DWORD Value and give name SmoothScroll.
Double click SmoothScroll and insert value 1 in Value Data.
Disabling Image Preview Using Windows Picture & Fax Viewer
HKEY_CLASSES_ROOT \ SystemFileAssociations \ image \ She llEx \ ContextMenuHandlers \ ShellImagePreview
Double click on the Default value and clear the value (remove {e84fda7c-1d6a-45f6-b725-cb260c236066})
Change Settings Thumbnails
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Explorer
If not exist, create a new DWORD Value and give name and ThumbnailQuality ThumbnailSize.
Double click ThumbnailSize and enter the desired value in accordance with the size in pixels.
Double click ThumbnailQuality and enter the desired value in accordance with the percentage of quality (50% - 100%).
Disabling Cache On Thumbnails
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer \ Advanced
Create a new DWORD Value and give name DisableThumbnailCache.
Double click DisableThumbnailCache and insert 1 in Value Data.
Changing Colors In Encrypted Files
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer
Create a New Binary Value and name AltEncryptionColor.
Double click AltEncryptionColor and enter the desired RGB color input.
Hints: RR GG BB 00 (Default 00 80 40 00)
Changing Colors In Compressed Files And Folders
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer
Create a Binary Value if not yet available and give name AltColor.
Double click AltColor and enter the desired RGB color input.
Hints: RR GG BB 00 (Default 00 00 ff 00)
Note: To activate this feature in the Folder Options check Show encrypted or compressed NTFS in color.
Alternative Colours In Compressed Files
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer \ Advanced
Create a new DWORD Value and give name ShowCompColor.
Double click ShowCompColor and insert 1 in Value Data.
Disabling Web Content In the Explorer and the Desktop
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Policies \ Explorer
Create a new DWORD Value and give name ClassicShell.
Double click ClassicShell and insert value 1 in Value Data.
Getting rid of My Computer from the Desktop and Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Policies \ NonEnum
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Policies \ NonEnum
Create a new DWORD Value if it is not there and give name {20D04FE0-3AEA-1069-A2D8-08002B30309D}.
Double click {20D04FE0-3AEA-1069-A2D8-08002B30309D} and insert 1 in Value Data.
Selecting a Desktop Icon First
HKEY_CLASSES_ROOT \ CLSID \ {450D8FBA-AD25-11D0-98A8-0800361B1103}
Create a new DWORD Value and give name SortOrderIndex.
Double click SortOrderIndex and enter the following values ​​in the Value Data as an option:
48> My Documents
54> My Computer
Show Windows version on Desktop
HKEY_CURRENT_USER \ Control Panel \ Desktop
Create a new DWORD Value if it is not there and give name PaintDesktopVersion.
Double click PaintDesktopVersion and insert 1 in Value Data.
Showing the Pop-up Descriptions On the Explorer and Desktop Items
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer \ Advanced
Create a new DWORD Value if it is not there and give name ShowInfoTip.
Double click ShowInfoTip and insert 1 in Value Data.
Turn off Desktop Cleanup Wizard
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer \ Desktop \ CleanupWiz
Create a new DWORD Value and give name NoRun.
Double click NoRun and insert value 1 in Value Data.
Hide the Internet Explorer icon
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoInternetIcon.
Double click NoInternetIcon and insert value 1 in Value Data.
Getting rid of My Documents from Desktop
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer \ CLSID \ {450D8FBA-AD25-11D0-98A8-0800361B1103} \ ShellFolder
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Explorer \ CLSID \ {450D8FBA-AD25-11D0-98A8-0800361B1103} \ ShellFolder
Change the value of Attributes to 0xf0500174 key. Press F5 to see the results.
Removing Direct Without Using Recycle Bin
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoRecycleFiles.
Double click NoRecycleFiles and insert value 1 in Value Data.
Disabling the Recycle Bin
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ Curr entVersion \ Explorer \ BitBucket
Create a new DWORD Value and give name NukeOnDelete.
Double click NukeOnDelete and insert value 1 in Value Data.
Enabling Advanced File Sharing And Security System
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Contro l \ LSA
Create a new DWORD Value and give name ForceGuest.
Double click ForceGuest and enter 0 in Value Data.
Disable NTFS Last Access Time Stamp
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Contro l \ FileSystem
Create a new DWORD Value if it is not there and give name NtfsDisableLastAccessUpdate.
Double click NtfsDisableLastAccessUpdate and insert value 1 in Value Data.
Disable 8.3 Name Creation (NTFS)
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Contro l \ FileSystem
Create a new DWORD Value and give name NtfsDisable8dot3NameCreation.
Double click NtfsDisable8dot3NameCreation and insert value 1 in Value Data.
Enabling 48-bit LBA Support for Large Capacity Hard Disk
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ the service ice \ ATAPI \ Parameters
Create a new DWORD Value and give name EnableBigLba.
Double click EnableBigLba and insert value 1 in Value Data.
Note: Only for users of Windows XP before SP1.
Disabling Function CD Burning
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoCDBurning.
Double click NoCDBurning and insert value 1 in Value Data.
Change the Logon Window
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
Create a new DWORD Value and give name LogonType.
Double click LogonType and enter the following value in the Value Data:
0> Classic Mode
1> Welcome Screen
Enabling Fast User Switching
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
Create a new DWORD Value and give name AllowMultipleTSSessions.
Double click AllowMultipleTSSessions and insert value 1 in Value Data.
Enable Monitor Power-off on Logon Window
HKEY_USERS \. DEFAULT \ Control Panel \ Desktop
Double click PowerOffActive and ScreenSaveActive and enter the number 1 on each Value Data.
Double click SCRNSAVE.EXE enter the text (None) in Value Data.
HKEY_USERS \. DEFAULT \ Control Panel \ PowerCfg
Double click CurrentPowerPolicy and enter the number 0 in Value Data.
Disabling Passport Balloon Reminder
HKEY_CURRENT_USER \ Software \ Microsoft \ MessengerServ ice
Create a New Binary Value and name PassportBalloon.
Double click and insert input PassportBalloon 0a 00 00 00 in the Value Data.
Change Logon Wallpaper In Windows
HKEY_USERS \. DEFAULT \ Control Panel \ Desktop
Change the Wallpaper key value and enter the path where the location of a bitmap file (. Bmp) is desired. (Example: D: / Documents / Wallpaper.bmp)
Limiting the Number of Auto Login
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
Create a new DWORD Value and give name AutoLogonCount.
Double click AutoLogonCount and enter the number in accordance with the desired limits the number of logins.
Dialog Box Before Logon
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
LegalNoticeCaption Double click and enter text input the desired title (example: WARNING).
Double click LegalNoticeText and enter the desired text input (example: Do Not Attempt to Logon to this system unless you are an authorized user).
Customize the Windows Logon and Security Dialog Title
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
Create a new String Value and give name Welcome.
Double click Welcome and enter the desired text input.
Forcing the use of Automatic Login
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
Create a new String Value and give name ForceAutoLogon.
Double click ForceAutoLogon and insert value 1 in Value Data.
Disabling Auto Login Through the Use of Shift Key
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
Create a new String Value and give name IgnoreShiftOverride.
Double click IgnoreShiftOverride and insert value 1 in Value Data.
Hiding From the Window Logon Usernames
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserLis t
Create a new DWORD Value and name in accordance with the desired username.
Double click on the value and insert value 0 in Value Data.
Enable Start Menu Scrolling
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer \ Advanced
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Explorer \ Advanced
Create a new String Value and give name StartMenuScrollPrograms.
Double click and insert input StartMenuScrollPrograms Yes in Value Data.
Eliminate the option undock Computer From Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoStartMenuEjectPC.
Double click NoStartMenuEjectPC and insert value 1 in Value Data.
Highlighting New Programs in the Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer \ Advanced
Create a new DWORD Value if it is not there and give name Start_NotifyNewApps.
Double click Start_NotifyNewApps and insert value 1 in Value Data.

Modify the Start Menu Folders
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer \ Advanced
Create a new DWORD Value if it is not available and give name, among others Start_ShowControlPanel, Start_ShowMyComputer, Start_ShowMyDocs, Start_ShowMyMusic, Start_ShowMyPics and Start_ShowNetConn.
Start_ShowControlPanel - Control Panel
Start_ShowMyComputer - My Computer
Start_ShowMyDocs - My Documents
Start_ShowMyMusic - My Music
Start_ShowMyPics - My Pictures
Start_ShowNetConn - Network Connections
Double click on each key and give the option value as follows:
0 = Hidden
1 = Open When clicked
2 = Expand Contents
Getting rid of Program Access And Defaults from Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoSMConfigurePrograms.
Double click NoSMConfigurePrograms and insert value 1 in Value Data.
Getting rid Disconnect Menu Item
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoDisconnect.
Double click NoDisconnect and insert value 1 in Value Data.
Deleting Traces On the Run Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer \ RunMRU
Remove some of the key you want by pressing the Del key.
Enable Favorites in the Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer \ Advanced
Create a new DWORD Value and give name StartMenuFavorites.
Double click StartMenuFavorites and insert value 1 in Value Data.
Getting rid of My Computer from the Desktop and Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Policies \ NonEnum
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Policies \ NonEnum
Create a new DWORD Value if it is not there and give name {20D04FE0-3AEA-1069-A2D8-08002B30309D}.
Double click {20D04FE0-3AEA-1069-A2D8-08002B30309D} and insert 1 in Value Data.
Selecting a Desktop Icon First
HKEY_CLASSES_ROOT \ CLSID \ {450D8FBA-AD25-11D0-98A8-0800361B1103}
Create a new DWORD Value and give name SortOrderIndex.
Double click SortOrderIndex and enter the following values ​​in the Value Data as an option:
48> My Documents
54> My Computer
Show Windows version on Desktop
HKEY_CURRENT_USER \ Control Panel \ Desktop
Create a new DWORD Value if it is not there and give name PaintDesktopVersion.
Double click PaintDesktopVersion and insert 1 in Value Data.
Showing the Pop-up Descriptions On the Explorer and Desktop Items
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer \ Advanced
Create a new DWORD Value if it is not there and give name ShowInfoTip.
Double click ShowInfoTip and insert 1 in Value Data.
Turn off Desktop Cleanup Wizard
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer \ Desktop \ CleanupWiz
Create a new DWORD Value and give name NoRun.
Double click NoRun and insert value 1 in Value Data.
Hide the Internet Explorer icon
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoInternetIcon.
Double click NoInternetIcon and insert value 1 in Value Data.
Getting rid of My Documents from Desktop
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Explorer \ CLSID \ {450D8FBA-AD25-11D0-98A8-0800361B1103} \ ShellFolder
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Explorer \ CLSID \ {450D8FBA-AD25-11D0-98A8-0800361B1103} \ ShellFolder
Change the value of Attributes to 0xf0500174 key. Press F5 to see the results.
Removing Direct Without Using Recycle Bin
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoRecycleFiles.
Double click NoRecycleFiles and insert value 1 in Value Data.
Disabling the Recycle Bin
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ Curr entVersion \ Explorer \ BitBucket
Create a new DWORD Value and give name NukeOnDelete.
Double click NukeOnDelete and insert value 1 in Value Data.
Enabling Advanced File Sharing And Security System
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Contro l \ LSA
Create a new DWORD Value and give name ForceGuest.
Double click ForceGuest and enter 0 in Value Data.
Disable NTFS Last Access Time Stamp
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Contro l \ FileSystem
Create a new DWORD Value if it is not there and give name NtfsDisableLastAccessUpdate.
Double click NtfsDisableLastAccessUpdate and insert value 1 in Value Data.
Disable 8.3 Name Creation (NTFS)
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Contro l \ FileSystem
Create a new DWORD Value and give name NtfsDisable8dot3NameCreation.
Double click NtfsDisable8dot3NameCreation and insert value 1 in Value Data.
Enabling 48-bit LBA Support for Large Capacity Hard Disk
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ the service ice \ ATAPI \ Parameters
Create a new DWORD Value and give name EnableBigLba.
Double click EnableBigLba and insert value 1 in Value Data.
Note: Only for users of Windows XP before SP1.
Disabling Function CD Burning
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ curre ntVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Curr entVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoCDBurning.
Double click NoCDBurning and insert value 1 in Value Data.
Change the Logon Window
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
Create a new DWORD Value and give name LogonType.
Double click LogonType and enter the following value in the Value Data:
0> Classic Mode
1> Welcome Screen
Enabling Fast User Switching
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
Create a new DWORD Value and give name AllowMultipleTSSessions.
Double click AllowMultipleTSSessions and insert value 1 in Value Data.
Enable Monitor Power-off on Logon Window
HKEY_USERS \. DEFAULT \ Control Panel \ Desktop
Double click PowerOffActive and ScreenSaveActive and enter the number 1 on each Value Data.
Double click SCRNSAVE.EXE enter the text (None) in Value Data.
HKEY_USERS \. DEFAULT \ Control Panel \ PowerCfg
Double click CurrentPowerPolicy and enter the number 0 in Value Data.
Disabling Passport Balloon Reminder
HKEY_CURRENT_USER \ Software \ Microsoft \ MessengerService
Create a New Binary Value and name PassportBalloon.
Double click and insert input PassportBalloon 0a 00 00 00 in the Value Data.
Change Logon Wallpaper In Windows
HKEY_USERS \. DEFAULT \ Control Panel \ Desktop
Change the Wallpaper key value and enter the path where the location of a bitmap file (. Bmp) is desired. (Example: D: / Documents / Wallpaper.bmp)
Limiting the Number of Auto Login
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
Create a new DWORD Value and give name AutoLogonCount.
Double click AutoLogonCount and enter the number in accordance with the desired limits the number of logins.
Dialog Box Before Logon
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
LegalNoticeCaption Double click and enter text input the desired title (example: WARNING).
Double click LegalNoticeText and enter the desired text input (example: Do Not Attempt to Logon to this system unless you are an authorized user).
Customize the Windows Logon and Security Dialog Title
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
Create a new String Value and give name Welcome.
Double click Welcome and enter the desired text input.
Forcing the use of Automatic Login
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
Create a new String Value and give name ForceAutoLogon.
Double click ForceAutoLogon and insert value 1 in Value Data.
Disabling Auto Login Through the Use of Shift Key
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
Create a new String Value and give name IgnoreShiftOverride.
Double click IgnoreShiftOverride and insert value 1 in Value Data.
Hiding From the Window Logon Usernames
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ Userlist
Create a new DWORD Value and name in accordance with the desired username.
Double click on the value and insert value 0 in Value Data.
Enable Start Menu Scrolling
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
Create a new String Value and give name StartMenuScrollPrograms.
Double click and insert input StartMenuScrollPrograms Yes in Value Data.
Eliminate the option undock Computer From Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoStartMenuEjectPC.
Double click NoStartMenuEjectPC and insert value 1 in Value Data.
Highlighting New Programs in the Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
Create a new DWORD Value if it is not there and give name Start_NotifyNewApps.
Double click Start_NotifyNewApps and insert value 1 in Value Data.
Modify the Start Menu Folders
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
Create a new DWORD Value if it is not available and give name, among others Start_ShowControlPanel, Start_ShowMyComputer, Start_ShowMyDocs, Start_ShowMyMusic, Start_ShowMyPics and Start_ShowNetConn.
Start_ShowControlPanel - Control Panel
Start_ShowMyComputer - My Computer
Start_ShowMyDocs - My Documents
Start_ShowMyMusic - My Music
Start_ShowMyPics - My Pictures
Start_ShowNetConn - Network Connections
Double click on each key and give the option value as follows:
0 = Hidden
1 = Open When clicked
2 = Expand Contents
Getting rid of Program Access And Defaults from Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoSMConfigurePrograms.
Double click NoSMConfigurePrograms and insert value 1 in Value Data.
Getting rid Disconnect Menu Item
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoDisconnect.
Double click NoDisconnect and insert value 1 in Value Data.
Deleting Traces On the Run Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ RunMRU
Remove some of the key you want by pressing the Del key.
Enable Favorites in the Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
Create a new DWORD Value and give name StartMenuFavorites.
Double click StartMenuFavorites and insert value 1 in Value Data.
Getting rid of pinned Programs From Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoStartMenuPinnedList.
Double click NoStartMenuPinnedList and insert value 1 in Value Data.
Getting rid of Keys All Programs From Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoStartMenuMorePrograms.
Double click NoStartMenuMorePrograms and insert value 1 in Value Data.
Determining the Time Response To Applications Not Responding
HKEY_CURRENT_USER \ Control Panel \ Desktop
HKEY_USERS \. DEFAULT \ Control Panel \ Desktop
Create a new String Value if it is not there and give name HungAppTimeout.
Double click and insert input HungAppTimeout time in milliseconds (1000 = 1 seconds).
Disabling Automatic Applications Not Responding
HKEY_CURRENT_USER \ Control Panel \ Desktop
HKEY_USERS \. DEFAULT \ Control Panel \ Desktop
Double click AutoEndTasks and insert value 1 in Value Data.
Enable Shutdown Event Tracker
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Reliability
Create a new DWORD Value if it is not there, and give name ShutdownReasonUI.
Double click ShutdownReasonUI and insert value 1 in Value Data.
Disabling Function Save On Configuration And Desktop Settings
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoSaveSettings.
Double click NoSaveSettings and insert value 1 in Value Data.
Disabling Function Creation Of LastKnownGood Configuration
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
Create a new String Value if it is not there, and give name ReportBootOk.
Double click ReportBootOk and enter the number 0 in Value Data.
Automatic Restart On the BSOD (Blue Screen Of Death)
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Contro l \ CrashControl
Change the value of AutoReboot and insert value 1 in Value Data.
Disabling Automatic Daylight Savings Adjustment
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ TimeZoneInformation
Create a new DWORD Value and give name DisableAutoDaylightTimeSet.
Double click DisableAutoDaylightTimeSet and insert value 1 in Value Data.
Disabling Update Device Driver Wizard
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value if it is not available, and give name NoDevMgrUpdate.
Double click NoDevMgrUpdate and insert value 1 in Value Data.
Hiding Computer Management Option
(Right click on My Computer Manage menu)
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoManageMyComputerVerb.
Double click NoManageMyComputerVerb and insert value 1 in Value Data.
Configuring Windows Automatic Update
HKEY_LOCAL_MACHINE \ Software \ Policies \ Microsoft \ Windows \ WindowsUpdate \ AU
Create a DWORD Value with the name as follows:
NoAutoUpdate
0 - Enable Automatic Updates (Default)
1 - Disable Automatic Updates
AUOptions
2 - Notify for download and notify for install
3 - Auto download and notify for install
4 - Auto download and schedule the install
ScheduledInstallTime
0 to 23 - Install time of day in 24-hour format
Disabling Windows Key
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Keyboard Layout
Create a Binary Value and name Scancode Map.
Double click Scancode Map and enter the following input at 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
Change Power Management Configuration
HKEY_CURRENT_USER \ Control Panel \ PowerCfg
HKEY_USERS \. DEFAULT \ Control Panel \ PowerCfg
Create a new String Value if it is not there, and give name CurrentPowerPolicy.
Double click CurrentPowerPolicy and insert the following input value in Value Data:
0 - Home / Office Desktop
1 - Portable / Laptop Computer
2 - Monitor On Presentations
3 - Network Computer (No Wake-On-LAN)
4 - Optimized For High Performance
5 - Optimized For Power Saving
Configuring the Registry Size Limit
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control
Create a new DWORD Value and give name RegistrySizeLimit.
Double click and insert input RegistrySizeLimit 0xffffffff in Value Data.
Determining Popup Error Messages To Be Displayed
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Windows
Double click ErrorMode and enter the desired value input as the following in the Value Data:
0 - All Errors Appear In Popups (Default)
1 - Disabled System Errors, Application Errors Still Using Popups
2 - Neither System Application Errors Or Use Popups
Options for Running Program On 16-bit VDM (Virtual DOS Machine)
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value if it is not there, and give name MemCheckBoxInRunDlg.
Double click MemCheckBoxInRunDlg and insert value 1 in Value Data.
Priority Options Virtual Machine Used
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ WOW
Double click and enter a value DefaultSeparateVDM Yes or No in the Value Data.
Sizing And Non-paged paged Pool Memory
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Session Manager \ Memory Management
Create a new DWORD Value if it is not there, and give the name of each PagedPoolSize and NonPagedPoolSize.
Double click PagedPoolSize and NonPagedPoolSize and enter the desired value input (in bytes) in Value Data.
Administrative Automatic Logon In Recovery Console
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Setup \ RecoveryConsole
Create a new DWORD Value if it is not there, and give name SecurityLevel.
Double click SecurityLevel and insert value 1 in Value Data.
Full Access Through the floppy disk In the Recovery Console
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Setup \ RecoveryConsole
Create a new DWORD Value if it is not there, and give name SetCommand.
Double click SetCommand and insert value 1 in Value Data.
Change NumLock Status
HKEY_USERS \. DEFAULT \ Control Panel \ Keyboard
Double click InitialKeyboardIndicators and insert the following input value in Value Data:
0 - NumLock is turned off after logon
1 - NumLock is turned on after logon
Enabling Remote Assistance
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Terminal Server
Create a new DWORD Value and give name of each AllowTSConnections, fDenyTSConnections, and fAllowToGetHelp.
Double click on each value and enter the value input as the following in the Value Data:
AllowTSConnections> 1
fDenyTSConnections> 0
fAllowToGetHelp> 1
Disabling Warnings On Startup
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Windows
Create a new DWORD Value and give name NoPopUpsOnBoot.
Double click NoPopUpsOnBoot and insert value 1 in Value Data.
Create a new DWORD Value and give name again Error Mode.
Double-click the Error Mode and enter the value input as follows:
0 = No Error Suppression
1 = Suppress System Errors
2 = Suppress All Errors
Change Icon Cache Size
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer
Create a String Value and name Max Cached Icons.
Double-click Max Cached Icons and enter the number 2000 (100 - 4096 = in bytes) in Value Data.
Configuring Windows Error Reporting
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ PCHealth \ ErrorReporting
Create a new DWORD Value and give name:
DoReport - Enable error reporting
ShowUI - Show the user interface
IncludeKernelFaults - Include kernel errors in the report
IncludeMicrosoftApps - Include Microsoft applications in the report
IncludeWindowsApps - Include the Windows components in the report
Double click on each value and insert value 1 (enable) or 0 (disable) in Value Data.
Stepping Mode In Windows Update Process
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Active Setup
Create a new String Value and give name SteppingMode.
Double click the Y inputs SteppingMode and enter the Value Data.
Changing Active Desktop Background In Safe Mode
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Desktop \ SafeMode \ General
Double-click the wallpaper and enter the path location of the desired wallpaper in Value Data.
Disabling Menu Properties In the Recycle Bin
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoPropertiesRecycleBin.
Double click NoPropertiesRecycleBin and insert value 1 in Value Data.
Restore function of Windows Folder On Startup
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
Create a new DWORD Value if it is not there, and give name PersistBrowsers.
Double click PersistBrowsers and insert value 1 in Value Data.
Getting rid of Shared Documents from My Computer
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoSharedDocuments.
Double click NoSharedDocuments and insert value 1 in Value Data.
Accelerating Access to Files. AVI
HKEY_CLASSES_ROOT \ CLSID \ {87D62D94-71B3-4b9a-9489-5FE6850DC73E}
Change the name keys {87D62D94-71B3-4b9a-9489-5FE6850DC73E} and put a minus sign (-) in front.
For example: - {87D62D94-71B3-4b9a-9489-5FE6850DC73E}
Adding a menu option Copy To and Move To Folder In Context Menu
HKEY_CLASSES_ROOT \ AllFilesystemObjects \ shellex \ ContextMenuHandlers
To create a subkey select Edit menu> New> Key.
Create a subkey and name it Copy To and then double click (Default value) and enter the input {C2FBB630-2971-11D1-A18C-00C04FD75D13} in the Value Data.
Create a subkey and name Move To and then double click (Default value) and enter the input {C2FBB631-2971-11D1-A18C-00C04FD75D13} in the Value Data.
Adding the option Send To The Context Menu
HKEY_CLASSES_ROOT \ AllFilesystemObjects \ shellex \ ContextMenuHandlers
To create a subkey select Edit menu> New> Key.
Create a subkey and name the Send To and then double click (Default value) and enter the input {7BA4C740-11CF-9E81-99D3-00AA004AE837} in the Value Data.
Showing Hidden Files And Folders
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
Double-click Hidden and insert value 1 in Value Data.
Showing Hidden Operating System Files
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
Create a new DWORD Value and give name ShowSuperHidden.
Double click ShowSuperHidden and insert value 1 in Value Data.
Changing Common Files And Programs Directory
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion
Double click ProgramFilesDir and CommonFilesDir and enter the new desired location path in the Value Data.
Launched Folder Window In A Different Process
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
Create a new DWORD Value if it is not there, and give name SeparateProcess.
Double click SeparateProcess and insert value 1 in Value Data.
Expand Folders in Explorer Automatically
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
Create a new DWORD Value if it is not there, and give name FriendlyTree.
Double click FriendlyTree and insert value 1 in Value Data.
Tips to Make Your Own At First Time Login Into Windows
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Tips
Create a String Value or a few based on the continuation of the tips that already exist (eg 50 and so on) and enter your tips in the form of text input as desired.
Change Location of Windows Installation Files
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Setup
Double-click SourcePath and enter the path to the desired new location.
Using Windows Update Without Registration Must Perform
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion
Create a new String Value if it is not there, and give name RegDone.
Double click RegDone and insert value 1 in Value Data.
Disabling QOS Bandwidth Reserved
HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ Win dows \ Psched
Create a new DWORD Value if it is not there, and give name NonBestEffortLimit.
Double click NonBestEffortLimit and enter the number 0 (hexadecimal) in Value Data.
Eliminates Hand Icon On Shared Resources
HKEY_CLASSES_ROOT \ Network \ SharingHandler
Double click (Default value) and clear the value in Value Data.
To restore the icon, enter ntshrui.dll in Value Data.
Enabling the Network Adapter Onboard Processor
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ TCPIP \ Parameters
Create a new DWORD Value and give name DisableTaskOffload.
Double click DisableTaskOffload and enter the number 0 in Value Data.
Forcing Use of Active Desktop
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name ForceActiveDesktopOn.
Double click ForceActiveDesktopOn and insert value 1 in Value Data.
Prohibition On Active Desktop
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ ActiveDesktop
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ ActiveDesktop
Create one or several DWORD Value with the name as follows:
NoChangingWallpaper - Disable the ability to change wallpapers.
NoComponents - Disable components.
NoAddingComponents - Disable the ability to add components.
NoDeletingComponents - Disable the ability to delete components.
NoEditingComponents - Disable the ability to edit components.
NoCloseDragDropBands - prevents adding, dragging, dropping and closing the Taskbar's toolbars.
NoMovingBands - retrict adjustments to the desktop toolbars
NoHTMLWallPaper - only allow bitmaps (BMP) as wallpaper
and enter the number 1 on each Value Data.
Prohibiting Change Active Desktop Settings
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoActiveDesktopChanges.
Double click NoActiveDesktopChanges and insert value 1 in Value Data.
Turn off Active Desktop options from Settings Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoSetActiveDesktop.
Double click NoSetActiveDesktop and insert value 1 in Value Data.
Disabling Active Desktop
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoActiveDesktop.
Double click NoActiveDesktop and insert value 1 in Value Data.
Prohibition Desktop Themes Controls
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System
Create a new DWORD Value or some with names as follows:
NoVisualStyleChoice - Disable the "Windows and buttons" style control
NoColorChoice - Disable the "Color scheme" control
NoSizeChoice - Disable the "Font size" control
To activate the ban, insert 1 in Value Data respective maing.
To activate the default style, create a String Value and name SetVisualStyle.
Double click SetVisualStyle and enter the path location of the file. Msstyles desired.
Hiding Tabs Theme Configuration
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value if it is not there, and give name NoThemesTab.
Double click NoThemesTab and insert value 1 in Value Data.
Hide the Keyboard Navigation Configuration
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoChangeKeyboardNavigationIndicators.
Double click NoChangeKeyboardNavigationIndicators and insert value 1 in Value Data.
Prohibition Animation Configuration Changes
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value if it is not available, and give name NoChangeAnimation.
Double click NoChangeAnimation and insert value 1 in Value Data.
Hiding the Display Configuration Tab
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoDispSettingsPage.
Double click NoDispSettingsPage and insert value 1 in Value Data.
Hiding the Display Background Tab
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoDispBackgroundPage.
Double click NoDispBackgroundPage and insert value 1 in Value Data.
Hiding the Display Appearance
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoDispAppearancePage.
Double click NoDispAppearancePage and insert value 1 in Value Data.
Disabling Function Printers Additions
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoAddPrinter.
Double click NoAddPrinter and insert value 1 in Value Data.
Disabling the Elimination Function Printers
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoDeletePrinter.
Double click NoDeletePrinter and insert value 1 in Value Data.
Prohibition On Desktop Security
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Windows
Create a new DWORD Value and give name SecureDesktop.
Double click SecureDesktop and insert value 1 in Value Data.
Getting rid Security Tab
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoSecurityTab.
Double click NoSecurityTab and insert value 1 in Value Data.
Getting rid Hardware Tab
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoHardwareTab.
Double click NoHardwareTab and insert value 1 in Value Data.
Disabling Menu Item New
HKEY_CLASSES_ROOT \ CLSID \ {D969A300-E7FF-11d0-A93B-00A0C90F2719}
Change the name keys {D969A300-E7FF-11d0-A93B-00A0C90F2719} and add the minus sign (-) in front.
For example: - {D969A300-E7FF-11d0-A93B-00A0C90F2719}
Turning off the Toolbar Customization function
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoToolbarCustomize.
Double click NoToolbarCustomize and insert value 1 in Value Data.
Getting rid of Options For Change Or Hiding Toolbars
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoBandCustomize.
Double click NoBandCustomize and insert value 1 in Value Data.
From the File menu to get rid of Explorer
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoFileMenu.
Double click NoFileMenu and insert value 1 in Value Data.
Hide the Network Icon Neighboohood
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoNetHood.
Double click NoNetHood and insert value 1 in Value Data.
Disabling the Folder Options Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoFolderOptions.
Double click NoFolderOptions and insert value 1 in Value Data.
Getting rid of Functions To Modify Files
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoFileAssociate.
Double click NoFileAssociate and insert value 1 in Value Data.
Strengthening the TCP / IP Stack To Prevent Denial Of Service Attacks
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ TCPIP \ Parameters
Create a new DWORD Value if it is not there and give name and valuenya respectively as follows:
EnableDeadGWDetect = 0
EnableICMPRedirect = 0
EnablePMTUDiscovery = 0
KeepAliveTime = 300.000
NoNameReleaseOnDemand = 1
PerformRouterDiscovery = 0
SynAttackProtect = 2
Disables DHCP Router Discovery
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ TCPIP \ Parameters
Create a new DWORD Value and give name PerformRouterDiscovery.
Double click PerformRouterDiscovery and insert value 1 in Value Data.
Disabling Web Printing
HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ Windows NT \ Printers
Create a new DWORD Value and give name DisableWebPrinting.
Double click DisableWebPrinting and insert value 1 in Value Data.
Disabling Function Recent Shares In Network Places
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoRecentDocsNetHood.
Double click NoRecentDocsNetHood and insert value 1 in Value Data.
To the Anonymous User Access Closes
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Contro l \ LSA
Create a new DWORD Value if it is not there, and give name RestrictAnonymous.
Double click RestrictAnonymous and insert value 1 in Value Data.
Hiding Computers From the List Browser
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ LanmanServer \ Parameters
Create a new DWORD Value and name it Hidden.
Double-click Hidden and insert value 1 in Value Data.
Hiding All In Network Neighborhood Network
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoEntireNetwork.
Double click NoEntireNetwork and insert value 1 in Value Data.
Hiding Content Workgrup From Network Neighborhood
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoWorkgroupContents.
Double click NoWorkgroupContents and insert value 1 in Value Data.
And hide the Folder Options Disconnect Network Drive
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoNetConnectDisconnect.
Double click NoNetConnectDisconnect and insert value 1 in Value Data.
Share Function Hiding Passwords With Character Asterisk
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name HideSharePwds.
Double click HideSharePwds and insert value 1 in Value Data.
Nearest Hiding In A Computer Network
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoComputersNearMe.
Double click NoComputersNearMe and insert value 1 in Value Data.
Automatic Hidden Shares
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ LanmanServer \ Parameters
Create a new DWORD Value if it is not available, and name each AutoShareServer and AutoShareWks.
Double click AutoShareServer and AutoShareWks and enter the number 0 on each Value Data.
Period Change of Use Password Expiration Warning
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
Create a new DWORD Value and give name PasswordExpiryWarning.
Double click PasswordExpiryWarning and insert input in the form of the number of days (Default = 14) desired in Value Data.
Block Messenger Service SPAM On
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ Messenger
Double click Start and enter the number 4 in the Value Data.
Disabling Function Recent Files In Media Player
HKEY_CURRENT_USER \ Software \ Microsoft \ MediaPlayer \ Preferences
Create a Binary Value if not yet exist, and give name AddToMRU.
Double click AddToMRU and enter the number 00 in the Value Data.
Empty the Temporary Internet Files On Exit When
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ Cache
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ Cache
Create a new DWORD Value and give name Persistent.
Persistent double-click and insert value 0 in Value Data.
Turn off User Tracking Function
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoInstrumentation.
Double click NoInstrumentation and insert value 1 in Value Data.
Getting rid of the Toolbar from the Taskbar
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoToolbarsOnTaskbar.
Double click NoToolbarsOnTaskbar and insert value 1 in Value Data.
Prohibition of Use of Options in the Start Menu Logoff Button
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name StartMenuLogoff.
Double click StartMenuLogoff and insert value 1 in Value Data.
Securing Access to Removable Drives
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
Create a String Value and name AllocateDASD.
Double click AllocateDASD and insert desired input as the following in the Value Data:
0 - Administrators only
1 - Administrators and power users
2 - Administrators and the interactive user
Changing the Default Administrator Ownership
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Contro l \ LSA
Create a new DWORD Value and give name NoDefaultAdminOwner.
Double click NoDefaultAdminOwner and insert value 1 in Value Data.
Windows Security Configuration Script Signature
HKEY_CURRENT_USER \ SOFTWARE \ Microsoft \ Windows Script Host \ Settings
Create a new DWORD Value and give name TrustPolicy.
Double click TrustPolicy and insert the following input at Value Data:
0 = All
1 = Prompt
2 = Only Trusted
Conversion Devices IEEE 1394 Disk Drive Dynamic Becoming
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ Dmadmin \ Parameters
Create a new DWORD Value if it is not available, and give name EnableDynamicConversionFor1394.
Double click EnableDynamicConversionFor1394 and insert value 1 in Value Data.
Enabling UDMA66 Mode Functions On Intel Chipset
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ Class \ {4D36E96A-E325-11CE-BFC1-08002BE10318} 000 Create a new DWORD Value and give name EnableUDMA66.
Double click EnableUDMA66 and insert value 1 in Value Data.
Enabling Function Low Disk Space Warning In
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ LanmanServer \ Parameters
Create a new DWORD Value and give name DiskSpaceThreshold.
Double click DiskSpaceThreshold and insert input in the form of percentages (0 - 99 - default 10) at Value Data.
Sensitivity Change Double Click On Mouse
HKEY_CURRENT_USER \ Control Panel \ Mouse
Make 2 String Value and name of each DoubleClickHeight and DoubleClickWidth.
Double click each value and enter the input as a size in pixels of a coverage area double click on the mouse (eg: each 4 at each value).
Prevent Double Click In Not Intentionally
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
Create a new String Value if it is not available and give name UseDoubleClickTimer.
Double click UseDoubleClickTimer and insert value 1 in Value Data.
Change Detection Function Wheel Mouse
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ i8042prt \ Parameters
Create a new DWORD Value and give name EnableWheelDetection.
Double click EnableWheelDetection and insert value 1 in Value Data.
Change the Keyboard Buffer Size
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ Kbdclass \ Parameters
Double click KeyboardDataQueueSize and enter insert input in the form of the desired buffer size (default 64 hex = 100 decimal) in Value Data.
Change the Mouse Buffer Size
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ Mouclass \ Parameters
Double click MouseDataQueueSize and insert input in the form of the desired buffer size (default 64 hex = 100 decimal) in Value Data.
Function Set To Snap On Mouse
HKEY_CURRENT_USER \ Control Panel \ Mouse
Create a new String Value if it is not available, and give name SnapToDefaultButton.
Double click SnapToDefaultButton and insert value 1 in Value Data.
Shows the Trail On the Mouse Pointer
HKEY_CURRENT_USER \ Control Panel \ Mouse
Create a new String Value if it is not there, and give name MouseTrails.
Double click MouseTrails and insert value 1 in Value Data.
Change the Printer Spooler Priority
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Print
Create a new DWORD Value and give name SpoolerPriority.
Double click SpoolerPriority and enter the desired number of inputs as the following in the Value Data:
0 = Normal Priority
1 = High Priority
0xFFFFFFFF = Idle Priority
Disabling Print Job Notifications in Event Viewer
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Contro l \ Print \ Providers
Double click EventLog and insert value 0 in Value Data.
Determining the Priority Scheduler
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Contro l \ Print
Double click SchedulerThreadPriority and insert desired input as the following in the Value Data:
0 = Normal
1 = Above Normal
FFFFFFFF = Less Than Normal
Beep On Errors Function Printers
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Contro l \ Print
Double click BeepEnabled and insert value 1 in Value Data.
Enable Print Job Notification Messages Function
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Print \ Providers
Double click NetPopup and insert value 1 in Value Data.
Define Objectives Printer Display Messages
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Print \ Providers
Double click NetPopupToComputer and insert desired input as the following in the Value Data:
0 = Local Computer
1 = Computer Users
Determining the Printer Browser Timeout Time
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Print
Create a new DWORD Value and give name NetPrinterDecayPeriod.
Double click NetPrinterDecayPeriod and insert desired input in the millisecond (0-4294967295 - default 3,600,000) at Value Data.
Determining Left In the Print Server Broadcast Timeout
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Print
Create a new DWORD Value and give name ServerThreadTimeout.
Double click ServerThreadTimeout and insert desired input in the millisecond (default is 600 000 = 10 minutes) at Value Data.
Indicates Function Cascade In Folder Printer
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
Create a new String Value and give name CascadePrinters.
Double click CascadePrinters and insert input text Yes in Value Data.
Second Level Cache Optimization Higher
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Session Manager \ Memory Management
Double click and insert input SecondLevelDataCache as a size in kilobytes (decimal) in Value Data.
Note: Only valid for this type of old processors.
Viewing Processor Information
HKEY_LOCAL_MACHINE \ HARDWARE \ DESCRIPTION \ System \ CentralProcessor
Note: Only to be seen and not for editing.
Change Text Windows Update In Internet Explorer
HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer
Create a new String Value and name it Windows Update Menu Text.
Double-click the Windows Update Menu Text and enter the desired text input in Value Data.
Label Eliminates Shortcut To The Internet Explorer Links
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer
Double click Show_FullURL and enter the number 0 in Value Data.
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main
Double click Show_FullURL and insert input text Yes in Value Data.
Lock the Toolbars Internet Explorer
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Toolbar
Create a new DWORD Value and give name Locked.
Locked Double click and insert value 1 in Value Data.
Using the Personalized Favorites Menu Functions
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main
Create a new String Value if it is not available, and give name FavIntelliMenus.
Double click FavIntelliMenus and insert input text Yes in Value Data.
Note: If this function is activated, a list of urls that are rarely used will be hidden on the Favorites menu.
Getting rid Some Internet Explorer Toolbar Buttons
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name SpecifyDefaultButtons.
Double click SpecifyDefaultButtons and insert value 1 in Value Data.
Then create a new DWORD value for each button you want removed with the names of each as follows:
Btn_Back
Btn_Forward
Btn_Stop
Btn_Refresh
Btn_Home
Btn_Search
Btn_Folders
Btn_Favorites
Btn_Media
Btn_History
Btn_Fullscreen
Btn_Tools
Btn_MailNews
Btn_Size
Btn_Print
Btn_Edit
Btn_Discussions
Btn_Cut
Btn_Copy
Btn_Paste
Btn_Encoding
Btn_PrintPreview
Double click each value and enter the number 2 in the Value Data.
Function Show Friendly HTTP Error Messages
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main
Double click Friendly http errors and insert input text Yes in Value Data.
Disabling Function Expanding Internet Explorer New Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoExpandedNewMenu.
Double click NoExpandedNewMenu and insert value 1 in Value Data.
Auto-Sizing Image Files In Internet Explorer
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main
Create a new String Value if it is not available and give the name Enable AutoImageResize.
Double click Enable AutoImageResize and insert input text Yes in Value Data.
Disabling Internet Access
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings
Create a new DWORD Value if it is not available, and name each ProxyEnable and ProxyServer.
Double click ProxyEnable and enter insert value 1 in Value Data.
Double click ProxyServer and insert input in the form of fake proxy address, for example: 127.0.0.1:1271
HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Inte rnet Explorer \ Control Panel
Create two new DWORD Value and give name of each Connwiz Admin Connection Settings and Lock.
Double click each value and insert value 1 in Value Data.
Change the Default Keep-Alive Time-Out In Internet Explorer
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings
Create a new DWORD Value and give name KeepAliveTimeout.
Double click KeepAliveTimeout and insert desired input in the millisecond (default 120 000) in Value Data.
Change Number of Simultaneous HTTP Sessions
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings
Create two new DWORD Value if it is not available, and give name and MaxConnectionsPer1_0Server MaxConnectionsPerServer.
Double click MaxConnectionsPerServer and insert desired input (default 2) in Value Data.
Double click MaxConnectionsPer1_0Server and insert desired input (default 4) in Value Data
Go to Site Connection Unicode (Foreign Language) With Internet Explorer
HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Windows \ CurrentVersion \ Internet Settings
Create a new DWORD Value and give name MBCSServername.
Double click MBCSServername and enter the number 0 in Value Data.
Configuring System-Wide Proxy Function
HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ Windows \ CurrentVersion \ Internet Settings
Create a new DWORD Value and give name ProxySettingsPerUser.
Double click ProxySettingsPerUser and insert desired input as the following in the Value Data:
0 = Whole Machine
1 = Per User
In Internet Explorer FTP Mode
HKEY_CURRENT_USER \ Software \ Microsoft \ Ftp
Double click the Use Web Based FTP and enter your text input Yes in Value Data.
Disabling Function Custom Search Page in Internet Explorer
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main
Double click the Use Custom Search URL and insert value 0 in Value Data.
Using the Classic Search in Internet Explorer
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main
Double click Use Search Asst and insert input text Yes in Value Data.
Search Function Using the Internet Explorer Address Bar
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ SearchUrl
Select Edit menu> New> Key and name it in accordance with the desired search engine. For example: Google, Yahoo and others.
Open a new subkey and enter the input on the (Default) in the form of address search engine is selected by inserting an additional% s behind it. for example:
Google = http://www.google.com/search?q =% s
Yahoo = http://search.yahoo.com/bin/search?p =% s
Note: Applies to Internet Explorer 6
Changing the Internet Explorer Search Assistant
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Internet Explorer \ Search
Create a new String Value if it is not available, and give name SearchAssistant.
Double click SearchAssistant and enter the url address of the desired search engines in Value Data.
Example: http://www.google.com/ie
Changing the Default Search Page In Internet Explorer
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Internet Explorer \ Main
Create a new String Value if no, and name the Search Bar.
Double-click the Search Bar and enter the url address of the search engine selected in the Value Data.
Example: http://www.yahoo.com/ext/search/search.html
Disabling Function Download Files In Internet Explorer
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ Zones \ 3
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ Zones \ 3
Create a new DWORD Value if it is not available, and give the name of 1803.
Double-click 1803 and enter the number 3 in the Value Data.
Installation Prohibition Program Through ActiveX in Internet Explorer
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ Zones \ 3
Create a new DWORD Value if no, and name in 1001.
1001 Double click and insert desired input as the following in the Value Data:
1 = Enabled Prompt Installations
3 = Installations Disabled
Disabling Function Local Stylesheets in Internet Explorer
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Styles
Double click Use My Stylesheet and insert value 0 in Value Data.
Prohibition To Function Import And Export Cookies
And Favorites In Internet Explorer
HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Inte rnet Explorer
Create a new DWORD Value and give name DisableImportExportFavorites.
Double click DisableImportExportFavorites and insert value 1 in Value Data.
Function Disabling Password Caching In Internet Explorer
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings
Create a new DWORD Value and give name DisablePasswordCaching.
Double click DisablePasswordCaching and insert value 1 in Value Data.
Prohibition On Internet Explorer
HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer \ Restrictions
HKEY_LOCAL_MACHINE \ Software \ Policies \ Microsoft \ Internet Explorer \ Restrictions
Create a new DWORD Value or some desired with the names of each as follows:
AlwaysPromptWhenDownload - Always prompt the user Pls downloading files.
NoBrowserBars - Disable changes to browsers bars.
NoBrowserClose - Disable the option of closing Internet Explorer.
NoBrowserContextMenu - Disable right-click context menu.
NoBrowserOptions - Disable the Tools> Internet Options menu.
NoBrowserSaveAs - Disable the ability to Save As.
NoFavorites - Disable the Favorites.
NoFileNew - Disable the File> New command.
NoFileOpen - Disable the File> Open command.
NoFindFiles - Disable the Find Files command.
NoNavButtons - Disables the Forward and Back navigation buttons
NoOpeninNewWnd - Disable Open in New Window option.
NoPrinting - Remove Print and Print Preview from the File menu.
NoSelectDownloadDir - Disable the option of selecting a download directory.
NoTheaterMode - Disable the Full Screen view option.
NoViewSource - Disable the ability to view the page source HTML.
RestGoMenu - Remove Mail and News menu item.
Double click on each value and insert value 1 in Value Data.
Disabling Function Caching On Secure Web Paes
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings
Create a new DWORD Value if it is not available, and give name DisableCachingOfSSLPages.
Double click DisableCachingOfSSLPages and insert value 1 in Value Data.
Activate Content Advisor
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ Ratings \. Default
Create a DWORD Value with the names of each as follows:
Enabled - (1 = enable content advisor, 0 = disable)
Allow_Unknowns - (1 = display unrated sites, 0 = restrict unrated sites)
PleaseMom - (1 = allow supervisor password, 0 = no supervisor override)
Double click on each value and enter the desired input in the Value Data.
Getting rid of Content Advisor and Ratings Password Function
HKEY_CURRENT_USER \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ Ratings
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ Ratings
Delete the subkeys under the key ratings.
Disabling Menu Help In Internet Explorer
HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer \ Restrictions
HKEY_LOCAL_MACHINE \ Software \ Policies \ Microsoft \ Internet Explorer \ Restrictions
Create one or several desired DWORD Value with the name of each as follows:
NoHelpMenu - Disable the entire help menu
NoHelpItemNetscapeHelp - Remove the "For Netscape Users" menu item
NoHelpItemSendFeedback - Remove the "Send Feedback" menu item
NoHelpItemTipOfTheDay - Remove the "Tip of the Day" menu item
NoHelpItemTutorial - Remove the "Tour" (Tutorial) menu items
Double click on each value and insert value 1 in Value Data.
Disabling Access To File URL In Internet Explorer
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoFileUrl.
Double click NoFileUrl and insert value 1 in Value Data.
Disabling Function Control Panel In Internet Explorer
HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer \ Control Panel
HKEY_LOCAL_MACHINE \ Software \ Policies \ Microsoft \ Internet Explorer \ Control Panel
Create a new DWORD Value you want to name each one as follows:
Advanced - Prevent changes to advanced settings
Autoconfig - Prevent changes to Automatic Configuration
Cache - Prevent changes to temporary file settings
CalendarContact - Prevent changes to calendar and contacts
Certificates - Prevent changes to security certificates
Check_If_Default - Prevent changes to default browser check
Colors - Prevent Color changes
Connection Settings - Prevent changes to connection settings
Connection Wizard - Disable the Connection Wizard
Fonts - Disable font changes
History - Disable changes to History settings
HomePage - Disable changes to Home Page settings
Languages ​​- Disable Language changes
Links - Disable Links changes
Messaging - Disable Messaging changes
Profiles - Disable changes to Profiles
Proxy - Disable changes to Proxy settings
Ratings - Disable Ratings changes
Wallet - Disable changes to Wallet settings
Accessibility - disables all options under Accessibility
GeneralTab - removes the General tab
SecurityTab - removes Security tab
ContentTab - removes the Content tab
ConnectionsTab - removes the Connections tab
ProgramsTab - removes the Programs tab
PrivacyTab - removes the Privacy tab
AdvancedTab - removes the Advanced tab
CertifPers - prevents changing Personal Certificate options
CertifSite - prevents changing Site Certificate options
CertifPub - prevents changing Publisher Certificate options
SecChangeSettings - prevents changing Security Levels for the Internet Zone
SecAddSites - prevents adding Sites to any zone
Privacy Settings - prevents changs to privacy settings
FormSuggest - disables AutoComplete for forms
FormSuggest Passwords - prevents Prompt me to save password from being displayed
Connwiz Admin Lock - disables the Internet Connection Wizard
Settings - prevents any changes to Temporary Internet Files
ResetWebSettings - disables the Reset Web Settings button
Double click on each value and insert value 1 in Value Data.
Disabling Function Installation Program From Website
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ ZoneMap \ Domains
Create a new key just below the Domains and name in accordance with the selected site name. eg
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ ZoneMap \ Domains \ forbidden.com
Under that subkey, create a new DWORD Value and give name * and enter the number 4 in the Value Data.
How to eliminate the option "Show hidden files & folders" in Folder Options:
Go to Run: regedit
HKEY_LOCAL_MACHINE | SOFTWARE | Microsoft | Windows | CurrentVersion | Explorer | Advanced | Folder | Hidden
In part. "Type" remove the word "group"
OS: WIN XP
Block applications that run on FAT 32:
In Run, type Regedit
There are 2 ways to blocking:
HKEY_LOCAL_MACHINE: system-wide
HKEY_CURRENT_USER: for the user concerned
start navigating to:
Software | Microsoft | CurrentVersion | Policies | Explorer
in the right pane, right-click: Edit | New | Dword Value
type: DisallowRun, type the numbers: 1, if you want to block, type: 0
Now select again: Edit | New | Key & enter again: DisallowRun
moved to a new subkey and create a list of blocked applications
For each program, make an entry with: Edit | New | CharacterSet & give number 1 a sequence. Close the editing with "Registry | Finish", your PC restartlah
Note: if you put "Regedit.exe" under HKEY_LOCAL_MACHINE, you block yourself and not to cancel changes
OS: WIN XP, 2000, ME
Protecting data as Shut down
The application always writes data in the Temporary Files, sometimes for sensitive information like password. After shut down, the data is stored and easy to read with the help of software.
To close this security gap, go to Run: regedit
HKEY_LOCAL_MACHINE | System | CurrentControlSet | Control | Session Manager | Memory | Management
click 2x pd "ClearPageAtShutdown" change the value to 1
If there is no such entry, create it with: "Edit | New | DwordValue"
OS: WIN 2000, XP

Blocking the My Recent Documents
Now if we open the text or image files or watch videos, hear music and whatever, are always included in the My Recent Docs.untuk eliminate them:
go to run: regedit
HKEY_CURRENT_USER | Software | Microsoft | Windows | CurrentVersion | Policies | Explorer
in the window right sblh create new value by right clicking: New | Binary Value
type: ClearRecentDocsOnExit, edit the numbers: 00 00 00 01
Actually, could you remove the check with "Opened Documents List most recent" in Start Menu Properties pd | Custumize | Advanced. But repotlah, degan way above, you do not need to bother anymore should be on "Clear List"
OS: WIN 2000, XP

Preventing decrypt files when transferred
When you move telahh encrypted file to another folder, encryptnya center will be lost.
for encryptnya not lost you need to do the following steps:
go to run: regedit
HKEY_USERS | Default | Software | Microsoft | Windows | CurrentVersion | Policies | Explorer
on from the window to the right, right-click: Edit | New | Dword-value, name: NoEncryptOnMove, sets of numbers: 1

Disable dialog window "Open With" irritant
When a file that blon diassociate by any program, a dialog window will appear which asks, what do want from 2 choices imaginable
For more practical, "Open With" can be enabled by means of:
Open the Registry Editor, type in run: regedit
HKEY_LOCAL_MACHINE | Software | Microsoft | Windows | CurrentVersion | Explorer
create a new Dword: InternetOpenWith, love the value 0
OS: WIN XP

Changing PC IP router menjd
open the registry editor:
HKEY_LOCAL_MACHINE | System | CurrentControlSet | Services | TCPIP | Parameters
give a value of 1 for: IPEnableRouter. Restarting ...
OS: WIN XP, 2000

Terminate services & programs quickly LBH
When a service is terminated when the shutdown is not verifiable, comp will wait until 20 seconds
persingkatlah this time by:
re-open the Registry Editor
HKEY_LOCAL_MACHINE | System | ControlSet001 | Control, locate the entry: WaitToKillServiceTimeout, krgin menjd: 5000
To program:
HKEY_CURRENT_USER | control panel | Desktop, locate the entry: WaitToKillAppTimeout, krgin be: 5000
In the same branch, double-click: AutoEndTask & change menjd: 1
The next Windows will close the application without asking Byk
OS: WIN XP, 2000

Disabling Firewall & activate via desktop icons:
Create a notepad file on your desktop & stationery:
reg add,, HKEY_LOCAL_MACHINE | SYSTEM | CurrentControlSet | Services | SharedAccess | Parameters | FirewallPolicy | StandardProfile "/ v" EnableFirewall "/ t
REG_DWORD / d 0000000 / f
save & close as: Off.bat
To activate, simply replace the letters with menjd 0000000 0000001
Make a run all the applications that were blocked:
Create a text file:
reg add,, HKEY_LOCAL_MACHINE | SYSTEM | CurrentControlSet | Services | SharedAccess | Parameters | FirewallPolicy | StandardProfile "/ v" DoNotAllowExceptions "/ t
REG_DWORD / d 0000001 / f
this with your bs to deaktifasikan all exceptions. This means that all courses on the list will be permitted to walk.