<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3845912245279542965</id><updated>2011-06-07T23:40:15.423-07:00</updated><category term='dreamscene'/><category term='screensaver'/><category term='wallpapers'/><category term='desktop'/><category term='vista'/><title type='text'>Technical Herald Forum</title><subtitle type='html'>Solutions to your Technical Problems....</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://technicalherald-forum.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://technicalherald-forum.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>VIRASAT</name><uri>http://www.blogger.com/profile/11577228764083909233</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_YMkfOC1xN8M/Sncncj6_MXI/AAAAAAAAAyI/s3SkctNY7eI/S220/OgAAAK1U8v9gZCq1w8EC8XlzCtcZj7ksTFtnJ--NFQYvaoZixWAEgyrdRC5iQmGwyiKNKWi5sNoPzY0guGu4AuTcY9gAm1T1UEM96c4gemhJVDdhJFkoLzCsMaXT.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3845912245279542965.post-2873139835333556432</id><published>2007-12-18T06:22:00.000-08:00</published><updated>2007-12-18T07:16:59.227-08:00</updated><title type='text'>Registry Tricks and Tips</title><content type='html'>&lt;span style="color: rgb(0, 0, 128);font-size:6;" &gt;&lt;img src="http://www.easydesksoftware.com/graphic/Experts.gif" height="20" width="400" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);font-size:6;" &gt;&lt;br /&gt;Registry Tricks and Tips&lt;br /&gt;for Windows&lt;br /&gt;&lt;/span&gt;&lt;img src="file:///C:/DOCUME%7E1/narashiv/LOCALS%7E1/Temp/moz-screenshot.jpg" alt="" /&gt;&lt;br /&gt;&lt;p align="left"&gt;&lt;a name="Backup"&gt;&lt;strong&gt;Backup / Restore the Registry&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p align="left"&gt;To Backup/Restore the Windows Registry: &lt;strong&gt;Windows 9x&lt;/strong&gt;&lt;a href="http://www.easydesksoftware.com/news/news4.htm"&gt; For XP 2000 click here&lt;/a&gt;&lt;/p&gt;  &lt;ol&gt;&lt;li&gt;If you are in MSDOS, at the C:\Windows prompt type &lt;/li&gt;&lt;li&gt;Attrib -s -r -h C:\Windows\System.dat (press Enter) &lt;/li&gt;&lt;li&gt;Attrib -s -r -h C:\Windows\User.dat (press Enter)&lt;/li&gt;&lt;/ol&gt;  &lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p align="left"&gt;To make the backup copies type:&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;ol&gt;&lt;li&gt;copy C:\Windows\System.dat C:\Windows\System.000 (press Enter) &lt;/li&gt;&lt;li&gt;copy C:\Windows\User.dat C:\Windows\user.000 (press Enter) &lt;/li&gt;&lt;/ol&gt;  &lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p align="left"&gt;To Restore the Registry&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;ol&gt;&lt;li&gt;copy C:\Windows\System.000 C:\Windows\System.dat (press Enter) &lt;/li&gt;&lt;li&gt;copy C:\Windows\User.000 C:\Windows\user.dat (press Enter)&lt;/li&gt;&lt;/ol&gt;  &lt;p align="left"&gt;&lt;a name="OpenWith"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="OpenWith"&gt;&lt;strong&gt;Add Open With to all files&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="OpenWith"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p align="left"&gt;You can add "Open With..." to the Right click context menu of all files.This is great for when you have several programs you want to open the same file types with. I use three different text editors so I added it to the ".txt" key.&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;1. Open RegEdit&lt;br /&gt;2. Go to HKEY_CLASSES_ROOT\*\Shell&lt;br /&gt;3. Add a new Key named "OpenWith" by right clicking the "Shell" Key and selecting new&lt;br /&gt;4. Set the (Default) to "Op&amp;amp;en With..."&lt;br /&gt;5. Add a new Key named "Command" by right clicking the "OpenWith" Key and selecting new&lt;br /&gt;6. Set the (Default) to "C:\Windows\rundll32.exe shell32.dll,OpenAs_RunDLL %1", C:\ being your Windows drive. You must enter the "OpenAs_RunDLL %1" exactly this way. &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Customize" class="style8"&gt;Customize the System Tray&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="Customize" class="style8"&gt;&lt;br /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="left"&gt;You can add your name or anything you like that consists of 8 characters or less. This will replace the AM or PM next to the system time. But you can corrupt some trial licenses of software that you may have downloaded.&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;1. Open RegEdit&lt;br /&gt;2. Go to HKEY_CURRENT_USER\Control Panel\International&lt;br /&gt;3. Add two new String values, "s1159" and "s2359"&lt;br /&gt;4. Right click the new value name and modify. Enter anything you like up to 8 characters.&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;If you enter two different values when modifying, you can have the system tray display the two different values in the AM and PM. &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="LockOut"&gt;&lt;strong&gt;Lock Out Unwanted Users&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="LockOut"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="left"&gt;Want to keep people from accessing Windows, even as the default user? If you do not have a domain do not attempt this.&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;1. Open RegEdit&lt;br /&gt;2. Go to HKEY_LOCAL_MACHINE\Network\Logon&lt;br /&gt;3. Create a dword value "MustBeValidated"&lt;br /&gt;4. Set the value to 1&lt;br /&gt;This forced logon can be bypassed in Safe Mode on Windows 9x&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt; &lt;a name="ExpressSplash" class="style8"&gt;Disable the Outlook Express Splash Screen&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="ExpressSplash" class="style8"&gt;&lt;br /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="left"&gt;You can make OutLook Express load quicker by disabling the splash screen: &lt;/p&gt;  &lt;p align="left"&gt;1. Open RegEdit&lt;br /&gt;2. Go to HKEY_CURRENT_USER\Software\Microsoft\OutLook Express&lt;br /&gt;3. Add a string value "NoSplash"&lt;br /&gt;4. Set the value data to 1 as a Dword value&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Multiple" class="style8"&gt;Multiple Columns For the Start Menu&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="Multiple" class="style8"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p align="left"&gt;To make Windows use multiple Start Menu Columns instead of a single scrolling column, like Windows 9x had, Also if you are using Classic Mode in XP&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;1. Open RegEdit&lt;br /&gt;2. Go to the key&lt;br /&gt;HKEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Advanced&lt;br /&gt;3. Create a string value "StartMenuScrollPrograms"&lt;br /&gt;4. Right click the new string value and select modify&lt;br /&gt;5. Set the value to "FALSE"&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Icons"&gt;&lt;strong&gt;Changing Windows' Icons&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="Icons"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p align="left"&gt;You can change the Icons Windows uses for folders, the Start Menu, opened and closed folder in the Explorer, and many more. &lt;/p&gt;  &lt;p align="left"&gt;1. Open RegEdit&lt;br /&gt;2. Go to&lt;br /&gt;HKEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Shell Icons&lt;br /&gt;3. Add a string value for each Icon you wish to change.&lt;br /&gt;Example: "3" ="C:\Windows\Icons\MyIcon.ico,0" This will change the closed folders in the Explorer to "MyIcon.ico". Here is a complete list for each value.&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;table&gt;       &lt;tbody&gt;&lt;tr&gt;         &lt;td&gt;0= Unknown file type&lt;br /&gt;   1= MSN file types&lt;br /&gt;   2= Applications Generic&lt;br /&gt;   3= Closed Folder&lt;br /&gt;   4= Open Folder&lt;br /&gt;   5= 5.25" Drive&lt;br /&gt;   6= 3.25" Drive&lt;br /&gt;   7= Removable Drive&lt;br /&gt;   8= Hard Drive&lt;br /&gt;   9= NetWork Drive&lt;br /&gt;   10= Network Drive Offline&lt;br /&gt;   11= CD-ROM Drive&lt;br /&gt;   12= RAM Drive&lt;br /&gt;   13= Entire Network &lt;/td&gt;         &lt;td&gt;14= Network Hub&lt;br /&gt;   15= My Computer&lt;br /&gt;   16= Printer&lt;br /&gt;   17= Network Neighborhood&lt;br /&gt;   18= Network Workgroup&lt;br /&gt;   19= Start Menu's Program Folders&lt;br /&gt;   20= Start Menu's Documents&lt;br /&gt;   21= Start Menu's Setting&lt;br /&gt;   22= Start Menu's Find&lt;br /&gt;   23= Start Menu's Help&lt;br /&gt;   24= Start Menu's Run&lt;br /&gt;   25= Start Menu's Suspend&lt;br /&gt;   26= Start Menu's PC Undock&lt;br /&gt;   27= Start Menu's Shutdown &lt;/td&gt;         &lt;td&gt;28= Shared&lt;br /&gt;   29= Shortcut Arrow&lt;br /&gt;   30= (Unknown Overlay)&lt;br /&gt;   31= Recycle Bin Empty&lt;br /&gt;   32= Recycle Bin Full&lt;br /&gt;   33= Dial-up Network&lt;br /&gt;   34= DeskTop&lt;br /&gt;   35= Control Panel&lt;br /&gt;   36= Start Menu's Programs&lt;br /&gt;   37= Printer Folder&lt;br /&gt;   38= Fonts Folder&lt;br /&gt;   39= Taskbar Icon&lt;br /&gt;   40= Audio CD&lt;br /&gt;&lt;br /&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt;  &lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p align="left"&gt;You need to reboot after making changes. You may need to delete the hidden file ShellIconCache if after rebooting the desired Icons are not displayed.&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="FolderLocation"&gt;&lt;strong&gt;Change Default Folder Locations&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="FolderLocation"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p align="left"&gt;You can change or delete the Windows mandatory locations of folder like My Documents: &lt;/p&gt;  &lt;p align="left"&gt;1. Open RegEdit&lt;br /&gt;2. Go to HKEY_CURRENT_USER\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Shell Folders&lt;br /&gt;3. Change the desired folder location, My Documents is normally list as "Personal"&lt;br /&gt;4. Open the Explorer and rename or create the folder you wish.&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;To change the desired location of the Program Files folder&lt;br /&gt;1. Go to&lt;br /&gt;HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion&lt;br /&gt;2. Change the value of "ProgramFiles", or "ProgramFilesDir"&lt;br /&gt;Now when you install a new program it will default to the new location you have selected.&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;strong&gt; &lt;a name="Registered"&gt;Change the Registered Change the User Information&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;strong&gt;&lt;a name="Registered"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;You can change the Registered Owner or Registered Organization to anything you want even after Windows is installed. &lt;/p&gt;  &lt;p&gt;1) Open RegEdit&lt;br /&gt;2) Got to&lt;br /&gt;HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion.&lt;br /&gt;3) Change the value of "RegisteredOrganization" or "RegisteredOwner", to what ever you want&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Opening"&gt;&lt;strong&gt; Opening a DOS Window to either the Drive or Directory in Explorer&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="Opening"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Add the following Registry Keys for a Directory:&lt;br /&gt;HKEY_CLASSES_ROOT\Directory\shell\opennew&lt;br /&gt;@="Dos Prompt in that Directory" &lt;/p&gt;  &lt;p&gt;HKEY_CLASSES_ROOT\Directory\shell\opennew\command&lt;br /&gt;@="command.com /k cd %1" &lt;/p&gt;  &lt;p&gt;Add or Edit the following Registry Keys for a Drive:&lt;br /&gt;HKEY_CLASSES_ROOT\Drive\shell\opennew&lt;br /&gt;@="Dos Prompt in that Drive" &lt;/p&gt;  &lt;p&gt;HKEY_CLASSES_ROOT\Drive\shell\opennew\command&lt;br /&gt;@="command.com /k cd %1" &lt;/p&gt;  &lt;p&gt;These will allow you to right click on either the drive or the directory and the option of starting the dos prompt will pop up.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Exchange"&gt;&lt;strong&gt;Changing Exchange/Outlook Mailbox Location&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="Exchange"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;To change the location of your mailbox for Exchange:&lt;br /&gt;1. Open RegEdit&lt;br /&gt;2. Go to&lt;br /&gt;HKEY_CURRENT_USER\Software\ Microsoft\Windows Messaging Subsystem\ Profiles&lt;br /&gt;3. Go to the profile you want to change&lt;br /&gt;4. Go to the value name that has the file location for your mailbox (*.PST) file&lt;br /&gt;5. Make the change to file location or name &lt;/p&gt;  &lt;p&gt;To change the location of your mailbox for Outlook&lt;br /&gt;1. Open RegEdit&lt;br /&gt;2. Go to HKEY_CURRENT_USER\Software\Microsoft\Outlook (or Outlook Express if Outlook Express)&lt;br /&gt;3. Go to the section "Store Root"&lt;br /&gt;4. Make the change to file location&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="SoundEvents"&gt;&lt;strong&gt;Add/Remove Sound Events from Control Panel&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="SoundEvents"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can Add and delete sounds events in the Control Panel. In order to do that: &lt;/p&gt;  &lt;p&gt;1. Open RegEdit&lt;br /&gt;2. Go to HKEY_CURRENT_USER\AppEvents\Schemes\Apps and HKEY_CURRENT_USER\AppEvents\Schemes\Eventlabels. If this key does not exist you can create it and add events.&lt;br /&gt;3. You can add/delete any items you want to or delete the ones you no longer want.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="RightClick"&gt;&lt;strong&gt;Adding an Application to the Right Click on Every Folder&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="RightClick"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here is how to add any application to the Context Menu when you right click on any Folder. This way you do not have to always go to the Start Menu. When you right click on any folder, you can have access to that application, the same as using Sent To.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p&gt;1. Open RegEdit&lt;br /&gt;2. Go to HKEY_CLASSES_ROOT\Folder\shell&lt;br /&gt;3. Add a new Key to the "Shell" Key and name it anything you like.&lt;br /&gt;4. Give it a default value that will appear when you right click a folder, i.e. NewKey (use an "&amp;amp;" without the quotes, in front of any character and it will allow you to use the keyboard)&lt;br /&gt;5. Click on the Key HKEY_CLASSES_ROOT\Folder\shell\NewKey&lt;br /&gt;6. Add a New Key named Command&lt;br /&gt;7. Set the (Default) value of the application you want to run&lt;br /&gt;8. For example: c:\program files\internet explorer\iexplore.exe (Include the full path and parameters if you need them)&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="FromHere"&gt;&lt;strong&gt;Adding Explore From Here to Every Folder&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="FromHere"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;When you want to right click on any folder and want to open up an Explorer window of that folder. &lt;/p&gt;  &lt;p&gt;1. Open RegEdit&lt;br /&gt;2. Go to HKEY_CLASSES_ROOT\Folder\shell&lt;br /&gt;3. Add a new Key "RootExplore " under the "Shell" Key&lt;br /&gt;4. Set the (Default) value to "E&amp;amp;xplore From Here "&lt;br /&gt;5. Right Click the "RootExplore " Key and add a new Key "Command"to the RootExplore&lt;br /&gt;6. Set the (Default) value of Explorer.exe /e,/root,/idlist,%i&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Locationpath"&gt;&lt;strong&gt;Changing the Location of Windows' Installation Files&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="Locationpath"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you need to change the drive and or path where Windows looks for its installation files:&lt;br /&gt;1.Open RegEdit&lt;br /&gt;2.Go to&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Setup&lt;br /&gt;3.Edit the value next to SourcePath&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Banner"&gt;&lt;strong&gt;Creating a Logon Banner&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="Banner"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you want to create a  Logon Banner: A message box to appear below your logon on. &lt;/p&gt;  &lt;p&gt;1.Open RegEdit&lt;br /&gt;2.Go To&lt;/p&gt;&lt;p&gt;&lt;strong&gt;For Windows 9x and ME -&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Winlogon &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;For Windows 2000 XP 2003 Vista -&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt; HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Winlogon&lt;/p&gt;  &lt;p&gt;&lt;br /&gt;   3.Create a new String value"LegalNoticeCaption "&lt;br /&gt;   4. Enter the Title of the window. What is displayed in the Title Bar.&lt;br /&gt;   5. Create a new string value "LegalNoticeText"&lt;br /&gt;   6. Enter the text for your message box that will appear even before the Logon window.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Opener"&gt;&lt;strong&gt;Creating a Default File Opener&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;a name="Opener"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you have a un-registered file type and want to view it instead of having to select Open With. Use Explorer's Right-click and add your program to the right-click options by:&lt;br /&gt;1. Open RegEdit&lt;br /&gt;2. Go to HKEY_CLASSES_ROOT\Unknown\Shell&lt;br /&gt;3. Right click on "Shell" and create a New Key and name it "Open "&lt;br /&gt;4. Create a New Key under the "Open" key you just created and name it "Command"&lt;br /&gt;5. Set the (Default) value to the path and filename of the program you want to use to open the file type&lt;br /&gt;6. For example: C:\Windows\NOTEPAD.EXE %1&lt;br /&gt;You must use the "%1" for this to work.and a space between the exe and the %1 &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Deleting"&gt;&lt;strong&gt;Deleting Registry Keys from the Command Line &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;There are two ways to delete a key from the Registry from the Command line. At the Windows Command line: &lt;/p&gt;  &lt;p&gt;RegEdit /l location of System.dat /R location of User.dat /D Registry key to delete&lt;br /&gt;You cannot be in Windows at the time you use this switch. &lt;/p&gt;  &lt;p&gt;Or you can create a reg file as such:&lt;br /&gt;REGEDIT4 &lt;/p&gt;  &lt;p&gt;&lt;span class="style8"&gt;[-&lt;/span&gt;HKEY_LOCAL_MACHINE\the key you want to delete]&lt;br /&gt;Note the negative sign just behind the[&lt;br /&gt;Then at the Command line type:&lt;br /&gt;1. RegEdit C:\Windows\(name of the regfile). &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Restrictions"&gt;&lt;strong&gt;Change/Add Restrictions And Features &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you want to make restrictions to what users can do or use on their computer without having to run Poledit, you can edit the Registry. You can add and delete Windows features in this Key shown below. &lt;/p&gt;  &lt;p&gt;Zero is Off and the value 1 is On. Example: to Save Windows settings add or modify the value name NoSaveSettings to 0, if set to1 Windows will not save settings. And NoDeletePrinter set to 1 will prevent the user from deleting a printer. &lt;/p&gt;  &lt;p&gt;The same key shows up at:&lt;br /&gt;HKEY_USERS\(yourprofilename)\ Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ Explorer so change it there also if you are using different profiles. &lt;/p&gt;  &lt;p&gt;1.Open RegEdit&lt;br /&gt;2.Go to&lt;br /&gt;HKEY_CURRENT_USER\Software\Microsoft\ CurrentVersion\ Policies&lt;br /&gt;3.Go to the Explorer Key (Additional keys that can be created under Policies are System, Explorer, Network   and WinOldApp )&lt;br /&gt;4.You can then add DWORD or binary values set to 1 in the appropriate keys for ON and 0 for off.&lt;br /&gt;NoDeletePrinter - Disables Deletion of Printers&lt;br /&gt;NoAddPrinter - Disables Addition of Printers&lt;br /&gt;NoRun - Disables Run Command&lt;br /&gt;NoSetFolders - Removes Folders from Settings on Start Menu&lt;br /&gt;NoSetTaskbar - Removes Taskbar from Settings on Start Menu&lt;br /&gt;NoFind - Removes the Find Command&lt;br /&gt;NoDrives - Hides Drives in My Computers&lt;br /&gt;NoNetHood - Hides the Network Neighborhood&lt;br /&gt;NoDesktop - Hides all icons on the Desktop&lt;br /&gt;NoClose - Disables Shutdown&lt;br /&gt;NoSaveSettings - Don't save settings on exit&lt;br /&gt;DisableRegistryTools - Disable Registry Editing Tools&lt;br /&gt;NoRecentDocsMenu - Hides the Documents shortcut at the Start button&lt;br /&gt;NoRecentDocsHistory- Clears history of Documents&lt;br /&gt;NoFileMenu _ Hides the Files Menu in Explorer&lt;br /&gt;NoActiveDesktop - No Active Desktop&lt;br /&gt;NoActiveDesktopChanges- No changes allowed&lt;br /&gt;NoInternetIcon - No Internet Explorer Icon on the Desktop&lt;br /&gt;NoFavoritesMenu - Hides the Favorites menu&lt;br /&gt;NoChangeStartMenu _ Disables changes to the Start Menu&lt;br /&gt;NoFolderOptions _ Hides the Folder Options in the Explorer&lt;br /&gt;ClearRecentDocsOnExit - Empty the recent Docs folder on reboot&lt;br /&gt;NoLogoff - Hides the Log Off .... in the Start Menu &lt;/p&gt;  &lt;p&gt;And here are a few more you can play with&lt;br /&gt;ShowInfoTip&lt;br /&gt;NoTrayContextMenu&lt;br /&gt;NoStartMenuSubFolders&lt;br /&gt;NoWindowsUpdate&lt;br /&gt;NoViewContextMenu&lt;br /&gt;EnforceShellExtensionSecurity&lt;br /&gt;LinkResolveIgnoreLinkInfo&lt;br /&gt;NoDriveTypeAutoRun&lt;br /&gt;NoStartBanner&lt;br /&gt;NoSetActiveDesktop&lt;br /&gt;EditLevel&lt;br /&gt;NoNetConnectDisconnect&lt;br /&gt;RestrictRun - Disables all exe programs except those listed in the RestrictRun subkey&lt;br /&gt;This key has many other available keys, there is one to even hide the taskbar, one to hide the control panel and more. I'm not telling you how, as someone may want to play a trick on you. The policies key has a great deal of control over how and what program can run and how one can access what feature. &lt;/p&gt;  &lt;p&gt;In the System key you can enter:&lt;br /&gt;NoDispCPL - Disable Display Control Panel&lt;br /&gt;NoDispBackgroundPage - Hide Background Page&lt;br /&gt;NoDispScrSavPage - Hide Screen Saver Page&lt;br /&gt;NoDispAppearancePage - Hide Appearance Page&lt;br /&gt;NoDispSettingsPage - Hide Settings Page&lt;br /&gt;NoSecCPL - Disable Password Control Panel&lt;br /&gt;NoPwdPage - Hide Password Change Page&lt;br /&gt;NoAdminPage - Hide Remote Administration Page&lt;br /&gt;NoProfilePage - Hide User Profiles Page&lt;br /&gt;NoDevMgrPage - Hide Device Manager Page&lt;br /&gt;NoConfigPage - Hide Hardware Profiles Page&lt;br /&gt;NoFileSysPage - Hide File System Button&lt;br /&gt;NoVirtMemPage - Hide Virtual Memory Button &lt;/p&gt;  &lt;p&gt;In the Network key you can enter:&lt;br /&gt;NoNetSetup - Disable the Network Control Panel&lt;br /&gt;NoNetSetupIDPage - Hide Identification Page&lt;br /&gt;NoNetSetupSecurityPage - Hide Access Control Page&lt;br /&gt;NoFileSharingControl - Disable File Sharing Controls&lt;br /&gt;NoPrintSharing - Disable Print Sharing Controls &lt;/p&gt;  &lt;p&gt;In the WinOldApp key you can enter:&lt;br /&gt;Disabled - Disable MS-DOS Prompt&lt;br /&gt;NoRealMode - Disables Single-Mode MS-DOS &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Automatic"&gt;&lt;strong&gt;Automatic Screen Refresh &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;When you make changes to your file system and use Explorer, the changes are not usually displayed until you press the F5 key&lt;br /&gt;To refresh automatically:&lt;br /&gt;1. Open RegEdit&lt;br /&gt;2. Go to&lt;br /&gt;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Update&lt;br /&gt;3. Set the value name "UpdateMode" to 1 &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Disable"&gt;&lt;strong&gt;Disable Password Caching &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;To disable password caching, which allows for the single Network login and eliminates the secondary Windows logon screen. Either use the same password or: &lt;/p&gt;  &lt;p&gt;1. Open RegEdit&lt;br /&gt;2. Go to the key&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE \Microsoft\ Windows\ CurrentVersion\ Policies\ Network&lt;br /&gt;3. Add a Dword value "DisablePwdCaching" and set the value to 1 &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="MaxMTU"&gt;&lt;strong&gt;Changing the MaxMTU for faster Downloads &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;There are four Internet settings that can be configured, you can get greater throughput (faster Internet downloads) by modifying a few settings.&lt;br /&gt;They are the MaxMTU, MaxMSS and DefaultRcvWindow, and DefaultTTL &lt;/p&gt;  &lt;p&gt;1.Open RegEdit&lt;br /&gt;2.Go to&lt;br /&gt;HKEY_LOCAL_MACHINE\System\CurrentControlset\ Services\ Class\ net\ 000x&lt;br /&gt;(where x is your particular network adapter binding.)&lt;br /&gt;3.Right click on the right panel&lt;br /&gt;4.Select New\String Value and create the value name IPMTU&lt;br /&gt;5.Double click on it and enter then the number you want. The usual change is to 576&lt;br /&gt;6.Similarly, you can add IPMSS and give it a value of 536 &lt;/p&gt;  &lt;p&gt;(Windows 9X)You can set DefaultRcvWindow, and DefaultTTL by adding these string values to HKEY_LOCAL_MACHINE\ System\ CurrentControlset\ Services\ VXD\ MSTCP&lt;br /&gt;Set the DefaultRcvWindow to"5840"and the DefaultTTL to "128" &lt;/p&gt;  &lt;p&gt;Note: These settings will slow down your network access speed slightly, but you will probably not even see the difference if you are using a network card. If you are using Direct Cable you should see a sight difference. &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="AddingItems1"&gt;&lt;strong&gt;Adding Items to the Start Button &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;To add items when you right-click on the Start Button:&lt;br /&gt;1.Open RegEdit&lt;br /&gt;2.Go to HKEY_CLASSES_ROOT\Directory\Shell&lt;br /&gt;3.Right-click on Shell and select New Key&lt;br /&gt;4.Type in the name of the key and press the Enter key&lt;br /&gt;5.In the Default name that shows in the right hand panel, you can add a title with a "&amp;amp;" character in front of the letter for a shortcut&lt;br /&gt;6.Right-click on the key you just created and create another key under it called command&lt;br /&gt;7.For the value of this command, enter the full path and program you want to execute&lt;br /&gt;8.Now when you right click on the Start Button, your new program will be there.&lt;br /&gt;9.For example, if you want Word to be added, you would add that as the first key, the default in the right panel would be &amp;amp;Word so when you right click on the Start Button, the W would be the Hot Key on your keyboard. The value of the key would be C:\Program Files\Office\Winword\Winword.exe &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="RemoveOpen"&gt;&lt;strong&gt;Remove Open, Explore &amp;amp; Find from Start Button &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;When you right click on the Start Button, you can select Open, Explore or Find.&lt;br /&gt;Open shows your Programs folder. Explore starts the Explorer and allows access to all drives.&lt;br /&gt;Find allows you to search and then run programs. In certain situations you might want to disable this feature.&lt;br /&gt;To remove them:&lt;br /&gt;1.Open RegEdit&lt;br /&gt;2.Go to HKEY_CLASSES_ROOT\Directory\Shell\Find&lt;br /&gt;3.Delete Find&lt;br /&gt;4.Scroll down below Directory to Folder&lt;br /&gt;5.Expand this section under shell&lt;br /&gt;6.Delete Explore and Open&lt;br /&gt;Caution: - When you remove Open, you cannot open any folders. &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="NEW"&gt;&lt;strong&gt;Removing Items from NEW Context Menu &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;When you right-click on the desktop and select New, or use the File Menu item in the Explore and select New a list of default templates you can open up are listed.&lt;br /&gt;To remove items from that list:&lt;br /&gt;1. Open RegEdit&lt;br /&gt;2. Do a Search for the string ShellNew in the HKEY_CLASSES_ROOT Hive&lt;br /&gt;3. Delete the ShellNew command key for the items you want to remove. &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Telnet"&gt;&lt;strong&gt;Changing Telnet Window &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can view more data if you increase the line count of Telnet. By Default it has a window size of 25 lines. To increase this so you can scroll back and look at a larger number on lines:&lt;br /&gt;1. Open RegEdit&lt;br /&gt;2. Go to HKEY_CURRENT_USER\Software\Microsoft\Telnet&lt;br /&gt;3. Modify the value data of "Rows" &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Tips"&gt;&lt;strong&gt; Changing the Tips of the Day &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can edit the Tips of the day in the Registry by going to:&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ Windows\ CurrentVersion\ explorer\ Tips &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="DisablingDrives"&gt;&lt;strong&gt;Disabling Drives in My Computer &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p align="left"&gt;To turn off the display of local or networked drives when you click on My Computer:&lt;br /&gt;1.Open RegEdit&lt;br /&gt;2.Go to&lt;br /&gt;HKEY_CURRENT_USER\Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ Explorer&lt;br /&gt;3.Add a New DWORD item and name it NoDrives&lt;br /&gt;4.Give it a value of 3FFFFFF&lt;br /&gt;5.Now when you click on My Computer, none of your drives will show. &lt;/p&gt;  &lt;p align="left"&gt; &lt;a name="TitleBar" class="style8"&gt;Changing the caption on the Title Bar &lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Change the Caption on the Title Bar for OutLook Express or the Internet Explorer:&lt;br /&gt;For Outlook Express:&lt;br /&gt;1. Open RegEdit&lt;br /&gt;2. Go to&lt;br /&gt;   HKEY_CURRENT_USER\Software\Microsoft\OutLook Express&lt;br /&gt;   &lt;em&gt;For IE5 and up use:&lt;/em&gt;&lt;br /&gt;   HKEY_CURRENT_USER\IDENTITIES \{9DDDACCO-38F2-11D6-93CA-812B1F3493B}\ SOFTWARE\ MICROSOFT\ OUTLOOK EXPRESS\5.0&lt;br /&gt;   3. Add a string value "WindowTitle" (no space)&lt;br /&gt;   4. Modify the value to what ever you like. &lt;/p&gt;  &lt;p&gt;For no splash screen, add a dword value "NoSplash" set to 1&lt;br /&gt; &lt;em&gt;The Key {9DDDACCO-38F2-11D6-93CA-812B1F3493B} can be any key you find here. Each user has his own Key number.&lt;br /&gt; The Key 5.0 is whatever version of IE you have &lt;/em&gt;&lt;/p&gt;  &lt;p&gt;For Internet Explorer:&lt;br /&gt;1. Open RegEdit&lt;br /&gt;2. Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main&lt;br /&gt;3. Add a string value "Window Title" (use a space)&lt;br /&gt;4. Modify the value to what ever you like. &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Start"&gt;&lt;strong&gt;Disabling the Right-Click on the Start Button &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Normally, when you right button click on the Start button, it allows you to open your programs folder, the Explorer and run Find.&lt;br /&gt;In situations where you don't want to allow users to be able to do this in order to secure your computer.&lt;br /&gt;1.Open RegEdit&lt;br /&gt;2.Search for Desktop&lt;br /&gt;3.This should bring you to HKEY_CLASSES_ROOT\Directory&lt;br /&gt;4.Expand this section&lt;br /&gt;5.Under Shell is Find&lt;br /&gt;6.Delete Find&lt;br /&gt;7.Move down a little in the Registry to Folder&lt;br /&gt;8.Expand this section and remove Explore and Open&lt;br /&gt;Now when you right click on the Start button, nothing should happen.&lt;br /&gt;You can delete only those items that you need.&lt;br /&gt;Note: - On Microsoft keyboards, this also disables the Window-E (for Explorer) and Window-F&lt;br /&gt;(for Find) keys.&lt;br /&gt;See the section on Installation in the RESKIT to see how to do this automatically during an install. &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="MyComputer"&gt;&lt;strong&gt;Disabling My Computer &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In areas where you are trying to restrict what users can do on the computer, it might be beneficial to disable the ability to click on My Computer and have access to the drives, control panel etc.&lt;br /&gt;To disable this:&lt;br /&gt;1.Open RegEdit&lt;br /&gt;2.Search for 20D04FE0-3AEA-1069-A2D8-08002B30309D&lt;br /&gt;3.This should bring you to the HKEY_CLASSES_ROOT\CLSID section&lt;br /&gt;4.Delete the entire section.&lt;br /&gt;Now when you click on My Computer, nothing will happen.&lt;br /&gt;You might want to export this section to a Registry file before deleting it just in case you want to enable it again. Or you can rename it to 20D0HideMyComputer4FE0-3AEA-1069-A2D8-08002B30309D. You can also hide all the Desktop Icons, see Change/Add restrictions. &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="OpeningExplorer"&gt;&lt;strong&gt;Opening Explorer from My Computer &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;By default, when you click on the My Computer icon, you get a display of all your drives, the Control Panel etc. If you would like to have this open the Explorer:&lt;br /&gt;1. Open RegEdit&lt;br /&gt;2. Go to&lt;br /&gt;HKEY_CLASSES_ROOT\CLSID\ {20D04FE0-3AEA-1069-A2D8-08002B30309D}\ Shell&lt;br /&gt;3 . Add a new Key named "Open" if it does not exists by right clicking "Shell" and selecting new.&lt;br /&gt;4. . Add a new Key named "Command" by right clicking "Open" and selecting new&lt;br /&gt;5. Set the (Default) value for the Command Key to "Explorer.exe" or "C:\Windows\Explorer.exe" &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Recycle"&gt;&lt;strong&gt;Recycle Bin Edits &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Fooling with the recycle bin. Why not make the icon context menu act like other icon context menus.&lt;br /&gt;Add rename to the menu:&lt;br /&gt;HKEY_CLASSES_ROOT\CLSID\ {645FF040-5081-101B-9F08-00AA002F954E}\ ShellFolder&lt;br /&gt;"Attributes"=hex:50,01,00,20&lt;br /&gt;Add delete to the menu:&lt;br /&gt;HKEY_CLASSES_ROOT\CLSID\ {645FF040-5081-101B-9F08-00AA002F954E}\ ShellFolder&lt;br /&gt;"Attributes"=hex:60,01,00,20&lt;br /&gt;Add rename and delete to the menu:&lt;br /&gt;HKEY_CLASSES_ROOT\CLSID\ {645FF040-5081-101B-9F08-00AA002F954E} \ShellFolder&lt;br /&gt;"Attributes"=hex:70,01,00,20&lt;br /&gt;Restore the recycle bin to Windows defaults including un-deleting the icon after deletion:&lt;br /&gt;Restore the icon.&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\ Windows \CurrentVersion\ explorer\&lt;br /&gt;Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}&lt;br /&gt;@="Recycle Bin"&lt;br /&gt;Reset Windows defaults.&lt;br /&gt;HKEY_CLASSES_ROOT\CLSID\ {645FF040-5081-101B-9F08-00AA002F954E} \ShellFolder&lt;br /&gt;"Attributes"=hex:40,01,00,20&lt;br /&gt;Other edits to the recycle bin icon:&lt;br /&gt;HKEY_CLASSES_ROOT\CLSID\ {645FF040-5081-101B-9F08-00AA002F954E}\ ShellFolder&lt;br /&gt;"Attributes"=hex:40,01,01,20 ... standard shortcut arrow&lt;br /&gt;"Attributes"=hex:40,01,02,20 ... a different shortcut arrow&lt;br /&gt;"Attributes"=hex:40,01,04,20 ... and still another shortcut arrow&lt;br /&gt;"Attributes"=hex:40,01,08,20 ... make it look disabled (like it's been cut)  &lt;/p&gt;  &lt;p&gt;For Windows XP and 2000 also edit HKEY_CURRENT_USER\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer\ CLSID\ {645FF040-5081-101B-9F08-00AA002F954E}&lt;br /&gt;For Windows ME also edit HKEY_CURRENT_USER \Software\ Classes\ CLSID\ {645FF040-5081-101B-9F08-00AA002F954E}&lt;br /&gt; &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="MinPassword"&gt;&lt;strong&gt;Setting the Minimum Password Length &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;1.Open RegEdit&lt;br /&gt;2.Go to&lt;br /&gt;HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Policies\ Network&lt;br /&gt;3. Now, choose the Edit/New/Binary value command and call the new value MinPwdLen. Press Enter twice and Assign it a value equal to your minimum password length. &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Specifying"&gt;&lt;strong&gt;Add\delete programs to run every time Windows starts &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can start or stop programs from executing at boot up by adding or deleting them to/from the run Keys in the Registry. Windows loads programs to start in the following order; Program listed in the Local Machine hive, then the Current User hive, then theWin.ini Run= and Load = lines. then finally programs in your Start Up folder. &lt;/p&gt;  &lt;p&gt;To add or remove programs in the Registry&lt;br /&gt;1.Open RegEdit&lt;br /&gt;2.Go to the desired Key&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \CurrentVersion \Run&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \CurrentVersion \RunServices&lt;br /&gt;HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows \CurrentVersion \Run&lt;br /&gt;HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows \CurrentVersion \RunServices&lt;br /&gt;3. Add a new String Value and name it anything you like&lt;br /&gt;4. For the value data, enter the path and executable for the program you want to run. &lt;/p&gt;  &lt;p&gt;By adding the value to the HKEY_CURRENT_USER hive instead allows the program to start only when that user is logged on. &lt;/p&gt;  &lt;p&gt;If you add the value to the RunOnce key the program will run once and be removed from the key by Windows. &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Shortcut"&gt;&lt;strong&gt;Removing the Shortcut Icon Arrows &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;1.Open RegEdit&lt;br /&gt;2.Open the Key HKEY_CLASSES_ROOT&lt;br /&gt;3.Open the Key LNKFILE&lt;br /&gt;4.Delete the value IsShortcut&lt;br /&gt;5.Open the next Key PIFFILE&lt;br /&gt;6.Delete the value IsShortcut&lt;br /&gt;7.Restart the Windows &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Animation"&gt;&lt;strong&gt;Turn Off Window Animation &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can shut off the animation displayed when you minimize and maximize Windows.&lt;br /&gt;1. Open RegEdit&lt;br /&gt;2. Go to HKEY_CURRENT_USER\Control panel \Desktop\ WindowMetrics&lt;br /&gt;3. Create a new string value "MinAnimate".&lt;br /&gt;4. Set the value data of 0 for Off or 1 for On &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="String"&gt;&lt;strong&gt;Changing your Modem's Initialization String &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;1.Open RegEdit&lt;br /&gt;2.Go to&lt;br /&gt;HKEY_LOCAL_MACHINE\System\CurrentControlSet \Services \Class \Modem \0000 \Init&lt;br /&gt;3.Change the settings to the new values &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Timeout"&gt;&lt;strong&gt;Increasing the Modem Timeout &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If your modem it is timing out during file transfers or loading Web Pages, you might try increasing the timeout period. To change the Time Out::&lt;br /&gt;1.Open RegEdit&lt;br /&gt;2.Go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\ Services\ Class\ Modem\ XXXX\ Settings Where XXXX is the number of your modem&lt;br /&gt;3. In the right panel and double click on Inactivity Timeout&lt;br /&gt;4.The number of minutes for a timeout should be entered between the brackets.&lt;br /&gt;5.For example, a setting could have S19=&lt;10&gt; to set it to 10 minutes. &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="ControlPanel"&gt;&lt;strong&gt;Removing Programs from Control Panel's Add/Remove Programs Section &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you uninstalled a program by deleting the files, it may still show up in the Add/Remove programs list in the Control Panel.&lt;br /&gt;In order to remove it from the list.&lt;br /&gt;1.Open RegEdit&lt;br /&gt;2.Go to HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Uninstall&lt;br /&gt;3.Delete any programs here.&lt;br /&gt;If you have a problem locating the desired program open each key and view the DisplayName value &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="Grayed"&gt;&lt;strong&gt;The Fix for Grayed Out Boxes &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The File Types tab in Explorer's View / Options menu lets you edit most of your file types, but certain settings cannot be changed. The default action for a batch file, for instance, runs the batch file instead of opening it via Notepad or Wordpad. Thus, when you double-click on AUTOEXEC.BAT, a DOS window opens, and the file executes. If you want to change this default action and edit a batch file when you double-click on it, however, the File Types tab does not let you do so; the Set Default button for the file type called MS-DOS Batch File is always grayed out. &lt;/p&gt;  &lt;p&gt;The button is grayed out because HKEY_CLASSES_ROOT's batfile key contains an EditFlag value entry. Such entries are used throughout the Registry to prevent novice users from altering certain system settings. The binary data in batfile's EditFlag reads d0 04 00 00. If you change this value to 00 00 00 00, you can then change any of the batch file settings. Do not, however, indiscriminately zero out EditFlag; if you do so in a system ProgID such as Drive or AudioCD, it completely disappears from the File Types list. For ProgIDs that are linked to extensions, set all EditFlags to 00 00 00 00. For system ProgIDs, replace EditFlag data with 02 00 00 00. &lt;/p&gt;  &lt;p&gt;If you wish to have access to some buttons while leaving others grayed out, you must know the function of each EditFlag bit. The last two bytes of data are always zero, but most bits within the first two bytes have a specific effect: &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Byte 1, bit 1: Removes the file type from the master list in the File Types tab (select View / Options under Explorer) if it has an associated extension. &lt;/li&gt;&lt;li&gt;Byte 1, bit 2: Adds the file type to the File Types tab if it does not have an associated extension.           &lt;/li&gt;&lt;li&gt;Byte 1, bit 3: Identifies a type with no associated extension.           &lt;/li&gt;&lt;li&gt;Byte 1, bit 4: Grays out the Edit button in the File Types tab.           &lt;/li&gt;&lt;li&gt;Byte 1, bit 5: Grays out the Remove button in the File Types tab.           &lt;/li&gt;&lt;li&gt;Byte 1, bit 6: Grays out the New button in the Edit File Type dialog (select the Edit button in the File Types tab).           &lt;/li&gt;&lt;li&gt;Byte 1, bit 7: Grays out the Edit button in the Edit File Type dialog.           &lt;/li&gt;&lt;li&gt;Byte 1, bit 8: Grays out the Remove button in the Edit File Type dialog.           &lt;/li&gt;&lt;li&gt;Byte 2, bit 1: Prevents you from editing a file type's description in the Edit File Type dialog.           &lt;/li&gt;&lt;li&gt;Byte 2, bit 2: Grays out the Change Icon button in the Edit File Type dialog.           &lt;/li&gt;&lt;li&gt;Byte 2, bit 3: Grays out the SetDefault button in the Edit File Type dialog.           &lt;/li&gt;&lt;li&gt;Byte 2, bit 4: Prevents you from editing an action's description in the Edit Action dialog (select the Edit button in the Edit File Type dialog). &lt;/li&gt;&lt;li&gt;Byte 2, bit 5: Prevents you from editing the command line in the Edit Action dialog.           &lt;/li&gt;&lt;li&gt;Byte 2, bit 6: Prevents you from setting DDE (Dynamic Data Exchange) fields in the Edit Action dialog. &lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;The EditFlags value for Drive, for instance, is d2 01 00 00 in Hex (1101 0010 0000 0001 in binary). Bits 2, 5, 7, and 8 are on in byte 1, and bit 1 is on in byte 2. The EditFlag for batfile is d0 04 00 00 in Hex or 1101 0000 0000 0100 in binary. In this case, bits 5, 7, and 8 are on in byte 1, and bit 3 is on in byte 2. &lt;/p&gt;  &lt;p&gt;Bits 4, 5, and 6 of byte 2 apply only to actions that are protected. EditFlags with action keys (such as HKEY_CLASSES_ROOT\batfile\shell\open) determine protection. If byte 1, bit 1 of such an EditFlag is 0 (or if there is no EditFlag), then the action is protected. If byte 1, bit 1 is 1, then the action is unprotected. &lt;/p&gt;  &lt;p align="left"&gt;&lt;a name="KnownDLLs"&gt;&lt;strong&gt;Protection on system files &lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;To enable protection on system files such as the KnownDLLs list, add the  following value; &lt;/p&gt;  &lt;p&gt;1. Open RegEdit&lt;br /&gt;2. HKEY_LOCAL_MACHINE\System\CurrentControlSet\ Control\ SessionManager&lt;br /&gt;3. Create the a Dword value and name it "ProtectionMode "&lt;br /&gt;4. Set the Value to1 &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);font-size:6;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3845912245279542965-2873139835333556432?l=technicalherald-forum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/2873139835333556432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/2873139835333556432'/><link rel='alternate' type='text/html' href='http://technicalherald-forum.blogspot.com/2007/12/registry-tricks-and-tips.html' title='Registry Tricks and Tips'/><author><name>Vasu TN</name><uri>http://www.blogger.com/profile/11443870787235120895</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-3845912245279542965.post-8511286635131927695</id><published>2007-12-13T08:58:00.000-08:00</published><updated>2007-12-13T09:00:18.876-08:00</updated><title type='text'>Global Warming A Growing Concern</title><content type='html'>CNET reviews few of the latest happenings to reduce Global Warming and its effects. We have covered the Green Tech solutions by various vendors under this tag earlier. Electronics and computing can really help in reducing Global Warming and its effects up to some extents. Check this out on CNET’s one of the best post. The sports car, the energy plants, Solar panels, Massachusetts’s clean energy area and many more.&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;b&gt;Click the below Image for more........ &lt;/b&gt;&lt;br/&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.news.com/2300-13838_3-6222560-1.html?tag=ne.gall.pg"target="_blank"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_YMkfOC1xN8M/R2Fk5cSytWI/AAAAAAAAAgE/kRwcYSoHWsY/s400/GreenEngland.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5143503187444151650" /&gt;&lt;/a&gt;&lt;br /&gt;In our post about &lt;a href="http://technicalherald.blogspot.com/2007/05/global-warming-growing-concern.html"&gt;Global Warming&lt;/a&gt;, we have covered about the Virtualization vendors of which HP has come up with Blade Server to virtualize your Data Centers. There was also news about Google’s step in energy area last month. They will be funding esolar for their innovative energy plants. Just wondering, how you can contribute to reduce Global Warming, now worry, just efficiently utilize your power. You kow better than me.... :) &lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3845912245279542965-8511286635131927695?l=technicalherald-forum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/8511286635131927695'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/8511286635131927695'/><link rel='alternate' type='text/html' href='http://technicalherald-forum.blogspot.com/2007/12/global-warming-growing-concern.html' title='Global Warming A Growing Concern'/><author><name>VIRASAT</name><uri>http://www.blogger.com/profile/11577228764083909233</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_YMkfOC1xN8M/Sncncj6_MXI/AAAAAAAAAyI/s3SkctNY7eI/S220/OgAAAK1U8v9gZCq1w8EC8XlzCtcZj7ksTFtnJ--NFQYvaoZixWAEgyrdRC5iQmGwyiKNKWi5sNoPzY0guGu4AuTcY9gAm1T1UEM96c4gemhJVDdhJFkoLzCsMaXT.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_YMkfOC1xN8M/R2Fk5cSytWI/AAAAAAAAAgE/kRwcYSoHWsY/s72-c/GreenEngland.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-3845912245279542965.post-6545232632226025991</id><published>2007-12-11T09:22:00.000-08:00</published><updated>2007-12-11T09:45:32.684-08:00</updated><title type='text'>Installe Multiple IE Versions On your PC</title><content type='html'>&lt;a href="http://3.bp.blogspot.com/_YMkfOC1xN8M/R17MYMSytUI/AAAAAAAAAfw/Y6WJNyu6PjU/s1600-h/MultipleIE.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_YMkfOC1xN8M/R17MYMSytUI/AAAAAAAAAfw/Y6WJNyu6PjU/s400/MultipleIE.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5142772540492657986" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This would be very useful for Web developers out there. If you have developed a web site and wondering if your site work with other versions, then you can go for this. There is a software available from different vendors which allows you to install different versions of IE on a single machine. I tried this tool last year, thought would share with you. This pack allows you to run difference versions of Internet Explorer as Standalone.&lt;br /&gt;&lt;br /&gt;This Multi IE pack supports only on Windows XP, it also runs on Windows 2000 but with some added registry tweeks. Different Versions of Internet Explorer which you get are IE 3, IE 4.01, IE 5, IE 5.5 and IE 6.0&lt;br /&gt;&lt;br /&gt;&lt;a href="http://tredosoft.com/files/multi-ie/multiple-ie-setup.exe"target="_blank"&gt;Download&lt;/a&gt; the Multiple IE pack to start.&lt;br /&gt;&lt;br /&gt;Thanks to &lt;a href="http://tredosoft.com/Multiple_IE?page=1"target="_blank"&gt;Tredosoft&lt;/a&gt; who sited this story on their site. &lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3845912245279542965-6545232632226025991?l=technicalherald-forum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://technicalherald-forum.blogspot.com/feeds/6545232632226025991/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3845912245279542965&amp;postID=6545232632226025991&amp;isPopup=true' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/6545232632226025991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/6545232632226025991'/><link rel='alternate' type='text/html' href='http://technicalherald-forum.blogspot.com/2007/12/installe-multiple-ie-versions-on-your.html' title='Installe Multiple IE Versions On your PC'/><author><name>VIRASAT</name><uri>http://www.blogger.com/profile/11577228764083909233</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_YMkfOC1xN8M/Sncncj6_MXI/AAAAAAAAAyI/s3SkctNY7eI/S220/OgAAAK1U8v9gZCq1w8EC8XlzCtcZj7ksTFtnJ--NFQYvaoZixWAEgyrdRC5iQmGwyiKNKWi5sNoPzY0guGu4AuTcY9gAm1T1UEM96c4gemhJVDdhJFkoLzCsMaXT.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_YMkfOC1xN8M/R17MYMSytUI/AAAAAAAAAfw/Y6WJNyu6PjU/s72-c/MultipleIE.png' height='72' width='72'/><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3845912245279542965.post-4862961570936040508</id><published>2007-12-10T08:06:00.000-08:00</published><updated>2007-12-10T08:15:16.506-08:00</updated><title type='text'>CITRIX Presentation Server 4.5</title><content type='html'>Hi Users,&lt;br /&gt;&lt;br /&gt;As we are aware about the technology, where there is no end for learning as well as technology, if any one are interested in learning one of the old technology, which is apparently newly used in India.&lt;br /&gt;I am talking about citrix presentation server.&lt;br /&gt;Citrix client was first configured on DOS 3.2, Later Microsoft and Citrix came up with Winframe and Metaframe through Terminal service.&lt;br /&gt;&lt;br /&gt;Citrix is a very good product, the main concept of using citrix is for reducing the cost.&lt;br /&gt;&lt;br /&gt;Please follow the link to download the Very good Document to refer&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Presentation Server 4.5 for Windows Server 2003 &lt;/li&gt;&lt;li&gt;Citrix Presentation Server 4.5 for Windows Server 2003 x64 Edition&lt;/li&gt;&lt;/ul&gt;&lt;a href="http://support.citrix.com/article/CTX112223"&gt;http://support.citrix.com/article/CTX112223&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You can download the PDF, you can go through this PDF and you can take CCA Certification.&lt;br /&gt;&lt;br /&gt;All the Best for all the User.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3845912245279542965-4862961570936040508?l=technicalherald-forum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://technicalherald-forum.blogspot.com/feeds/4862961570936040508/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3845912245279542965&amp;postID=4862961570936040508&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/4862961570936040508'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/4862961570936040508'/><link rel='alternate' type='text/html' href='http://technicalherald-forum.blogspot.com/2007/12/citrix-presentation-server-45.html' title='CITRIX Presentation Server 4.5'/><author><name>Vasu TN</name><uri>http://www.blogger.com/profile/11443870787235120895</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3845912245279542965.post-2393174730279823946</id><published>2007-12-03T10:17:00.000-08:00</published><updated>2007-12-10T08:04:41.352-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='vista'/><category scheme='http://www.blogger.com/atom/ns#' term='desktop'/><category scheme='http://www.blogger.com/atom/ns#' term='wallpapers'/><category scheme='http://www.blogger.com/atom/ns#' term='screensaver'/><category scheme='http://www.blogger.com/atom/ns#' term='dreamscene'/><title type='text'>What exactly is Windows DreamScene?</title><content type='html'>&lt;a href="http://2.bp.blogspot.com/_MaJZyAHFseA/R1RKRpyV2GI/AAAAAAAAAAY/pePnhxYAEF0/s1600-R/drmscene.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5139814741871810658" style="margin: 0px 10px 10px 0px; float: left;" alt="" src="http://2.bp.blogspot.com/_MaJZyAHFseA/R1RKRpyV2GI/AAAAAAAAAAY/tXpqP0-GqiQ/s320/drmscene.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Applies to: Ultimate only !! &lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Have you ever wished that you could make your desktop background something more exciting than just a regular picture? Would you like to use a video, even a slide show of your favorite pictures, as your desktop background? If so, then you're in luck. Windows DreamScene can make this happen. With Windows DreamScene, you can use a video—either the ones that come with Windows DreamScene, or one of your own—as your desktop background, the same way you would've used a regular picture.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Windows DreamScene is a Windows Ultimate Extra. Windows Ultimate Extras are designed for Windows Vista Ultimate customers to extend Windows features to make using your computer more fun. With Windows DreamScene, you can change your desktop background to a video clip, which runs in a continuous loop to make your desktop come to life.........&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3845912245279542965-2393174730279823946?l=technicalherald-forum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://technicalherald-forum.blogspot.com/feeds/2393174730279823946/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3845912245279542965&amp;postID=2393174730279823946&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/2393174730279823946'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/2393174730279823946'/><link rel='alternate' type='text/html' href='http://technicalherald-forum.blogspot.com/2007/12/what-exactly-is-windows-dreamscene.html' title='What exactly is Windows DreamScene?'/><author><name>jim</name><uri>http://www.blogger.com/profile/05427661544236957461</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_MaJZyAHFseA/R1RKRpyV2GI/AAAAAAAAAAY/tXpqP0-GqiQ/s72-c/drmscene.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3845912245279542965.post-607273436039479897</id><published>2007-11-30T06:37:00.000-08:00</published><updated>2007-11-30T07:22:55.506-08:00</updated><title type='text'>Tune Windows XP to speed up boot and shutdown times</title><content type='html'>A common annoyance for both IT professionals and end users is having to sit and wait while Windows reboots. This sample hack from OReilly's Windows XP Hacks, 2nd Edition shows how to tweak a PC's BIOS, the Windows Registry, and other Windows XP settings to streamline boot and shutdown times&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Speed Up Boot and Shutdown&lt;br /&gt;&lt;br /&gt;Shorten the time it takes for your desktop to appear when you turn on your&lt;br /&gt;PC, and make XP shut down faster as well.&lt;br /&gt;No matter how fast your PC boots, it’s not fast enough. Here are several&lt;br /&gt;hacks to get you right to your desktop as quickly as possible after startup.&lt;br /&gt;Perform a Boot Defragment&lt;br /&gt;There’s a simple way to speed up XP startup: make your system do a boot&lt;br /&gt;defragment, which will put all the boot files next to one another on your&lt;br /&gt;hard disk. When boot files are in close proximity to one another, your system&lt;br /&gt;will start faster.&lt;br /&gt;On most systems, boot defragment should be enabled by default, but it&lt;br /&gt;might not be on yours, or it might have been changed inadvertently. To&lt;br /&gt;make sure that boot defragment is enabled on your system, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction&lt;br /&gt;Edit the Enable string value to Y if it is not already set to Y. Exit the Registry&lt;br /&gt;and reboot. The next time you reboot, you’ll do a boot defragment.&lt;br /&gt;The tip recommends going to&lt;br /&gt;your C:\WINDOWS\Prefetch directory and emptying it every&lt;br /&gt;week. Windows uses this directory to speed up launching&lt;br /&gt;applications. It analyzes the files you use during startup and&lt;br /&gt;the applications you launch, and it creates an index to where&lt;br /&gt;those files and applications are located on your hard disk. By&lt;br /&gt;using this index, XP can launch files and applications faster.&lt;br /&gt;So, by emptying the directory, you are most likely slowing&lt;br /&gt;down launching applications. In my tests, I’ve also found&lt;br /&gt;that after emptying the directory, it takes my PC a few seconds&lt;br /&gt;longer to get to my desktop after bootup.&lt;br /&gt;Hack Your BIOS for Faster Startups&lt;br /&gt;When you turn on your PC, it goes through a set of startup procedures in its&lt;br /&gt;BIOS before it gets to starting XP. So, if you speed up those initial startup&lt;br /&gt;procedures, you’ll make your system start faster.&lt;br /&gt;You can speed up your startup procedures by changing the BIOS with the&lt;br /&gt;built-in setup utility. How you run this utility varies from PC to PC, but you&lt;br /&gt;&lt;br /&gt;Speed Up Boot and Shutdown Times&lt;br /&gt;&lt;br /&gt;typically get to it by pressing the Delete, F1, or F10 keys during startup.&lt;br /&gt;You’ll come to a menu with a variety of choices. Here are the choices to&lt;br /&gt;make for faster system startups:&lt;br /&gt;Quick Power On Self Test (POST)&lt;br /&gt;When you choose this option, your system runs an abbreviated POST&lt;br /&gt;rather than the normal, lengthy one.&lt;br /&gt;Boot Up Floppy Seek&lt;br /&gt;Disable this option. When it’s enabled, your system spends a few extra&lt;br /&gt;seconds looking for your floppy drive—a relatively pointless procedure,&lt;br /&gt;especially considering how infrequently you use your floppy drive.&lt;br /&gt;&lt;br /&gt;Boot Delay&lt;br /&gt;&lt;br /&gt;Some systems let you delay booting after you turn on your PC so that&lt;br /&gt;your hard drive gets a chance to start spinning before bootup. Most&lt;br /&gt;likely, you don’t need to have this boot delay, so turn it off. If you run&lt;br /&gt;into problems, however, you can turn it back on.&lt;br /&gt;Fine-Tune Your Registry for Faster Startups&lt;br /&gt;Over time, your Registry can become bloated with unused entries, slowing&lt;br /&gt;down your system startup because your system loads them every time you&lt;br /&gt;start up your PC. Get a Registry clean-up tool to delete unneeded Registry&lt;br /&gt;entries and speed up startup times.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Speed Up Shutdown Times&lt;br /&gt;&lt;br /&gt;It’s not only startup times that you’d like to speed up; you can also make&lt;br /&gt;sure that your system shuts down faster. If shutting down XP takes what&lt;br /&gt;seems to be an inordinate amount of time, here are a couple of steps you can&lt;br /&gt;take to speed up the shutdown process:&lt;br /&gt;Speed Up Boot and Shutdown Times&lt;br /&gt;&lt;br /&gt;Startup and Shutdown&lt;br /&gt;&lt;br /&gt;Don’t have XP clear your paging file at shutdown. For security reasons,&lt;br /&gt;you can have XP clear your paging file (pagefile.sys) of its contents&lt;br /&gt;whenever you shut down. Your paging file is used to store temporary&lt;br /&gt;files and data, but when your system shuts down, information stays in&lt;br /&gt;the file. Some people prefer to have the paging file cleared at shutdown&lt;br /&gt;because sensitive information, such as unencrypted passwords, sometimes&lt;br /&gt;ends up in the file. However, clearing the paging file can slow&lt;br /&gt;shutdown times significantly, so if extreme security isn’t a high priority,&lt;br /&gt;you might not want to clear it. To shut down XP without clearing your&lt;br /&gt;paging file, run the Registry Editor and go to:&lt;br /&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory&lt;br /&gt;Management&lt;br /&gt;Change the value of ClearPageFileAtShutdown to 0. Close the Registry&lt;br /&gt;and restart your computer. Whenever you turn off XP from now on, the&lt;br /&gt;paging file won’t be cleared, and you should be able to shut down more&lt;br /&gt;quickly.&lt;br /&gt;Turn off unnecessary services. Services take time to shut down, so the&lt;br /&gt;fewer you run, the faster you can shut down.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3845912245279542965-607273436039479897?l=technicalherald-forum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://technicalherald-forum.blogspot.com/feeds/607273436039479897/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3845912245279542965&amp;postID=607273436039479897&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/607273436039479897'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/607273436039479897'/><link rel='alternate' type='text/html' href='http://technicalherald-forum.blogspot.com/2007/11/httpnmp.html' title='Tune Windows XP to speed up boot and shutdown times'/><author><name>jim</name><uri>http://www.blogger.com/profile/05427661544236957461</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3845912245279542965.post-2566600658684464646</id><published>2007-11-30T04:32:00.000-08:00</published><updated>2007-11-30T04:37:38.789-08:00</updated><title type='text'>Hi</title><content type='html'>Hi to Everyone,&lt;br /&gt;&lt;br /&gt;Being an Author, I just want to say that, any sort of technical problem, you can depend on us and we will provide you with quick and satisfying remedies.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Vasu&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3845912245279542965-2566600658684464646?l=technicalherald-forum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://technicalherald-forum.blogspot.com/feeds/2566600658684464646/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3845912245279542965&amp;postID=2566600658684464646&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/2566600658684464646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/2566600658684464646'/><link rel='alternate' type='text/html' href='http://technicalherald-forum.blogspot.com/2007/11/hi.html' title='Hi'/><author><name>Vasu TN</name><uri>http://www.blogger.com/profile/11443870787235120895</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3845912245279542965.post-5306256901045108002</id><published>2007-11-28T08:05:00.001-08:00</published><updated>2007-11-28T08:09:03.241-08:00</updated><title type='text'>First Post</title><content type='html'>This is the first post on this forum, going forward we would be posting our day to day System Admin related troubleshooting steps.&lt;br /&gt;&lt;br /&gt;Keep visiting this site.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3845912245279542965-5306256901045108002?l=technicalherald-forum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://technicalherald-forum.blogspot.com/feeds/5306256901045108002/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3845912245279542965&amp;postID=5306256901045108002&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/5306256901045108002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3845912245279542965/posts/default/5306256901045108002'/><link rel='alternate' type='text/html' href='http://technicalherald-forum.blogspot.com/2007/11/test.html' title='First Post'/><author><name>VIRASAT</name><uri>http://www.blogger.com/profile/11577228764083909233</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_YMkfOC1xN8M/Sncncj6_MXI/AAAAAAAAAyI/s3SkctNY7eI/S220/OgAAAK1U8v9gZCq1w8EC8XlzCtcZj7ksTFtnJ--NFQYvaoZixWAEgyrdRC5iQmGwyiKNKWi5sNoPzY0guGu4AuTcY9gAm1T1UEM96c4gemhJVDdhJFkoLzCsMaXT.jpg'/></author><thr:total>1</thr:total></entry></feed>
