<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Richard Smith : Registry Entry</title><link>http://blogs.technet.com/richardsmith/archive/tags/Registry+Entry/default.aspx</link><description>Tags: Registry Entry</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Useful Registry Changes During Build Creation/Image Deployment</title><link>http://blogs.technet.com/richardsmith/archive/2007/07/17/useful-registry-changes-during-build-creation.aspx</link><pubDate>Tue, 17 Jul 2007 16:30:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1540814</guid><dc:creator>ricsmith</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.technet.com/richardsmith/comments/1540814.aspx</comments><wfw:commentRss>http://blogs.technet.com/richardsmith/commentrss.aspx?PostID=1540814</wfw:commentRss><description>&lt;P&gt;As&amp;nbsp;I have worked with different customers, a number of common requests&amp;nbsp;often pop up for changes during build creation on deployment. For Windows XP deployment, I built up a library of VB scripts that carried out most of the customisations that I required (and were run either as part of the image creation process - using BDD, or as part of the deployment process - as post deploy actions)&lt;/P&gt;
&lt;P&gt;With Windows Vista, I have started to build up the same sort of library and have put together a group of setting changes that can be used in reg files, batch files or VB scripts for making automated changes during image build or image deployment. Some of these entries are from my own deployment projects, whilst others are from Microsoft colleagues like &lt;A class="" title="Ben Hunter" href="http://blogs.technet.com/benhunter/archive/2007/07.aspx" target=_blank mce_href="http://blogs.technet.com/benhunter/archive/2007/07.aspx"&gt;Ben Hunter&lt;/A&gt;, Jon Bennett and Michael Murgolo to whom I wish to express my gratitude.&lt;/P&gt;
&lt;P&gt;So here is my current list of tweaks...&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Adjust the system tray icons - 0 = Display inactive tray icons&lt;/STRONG&gt;&lt;BR&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]&lt;BR&gt;"EnableAutoTray"=dword:00000000&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Clear Most Frequently Used items&lt;/STRONG&gt;&lt;BR&gt;[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{75048700-EF1F-11D0-9888-006097DEACF9}]&lt;BR&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{75048700-EF1F-11D0-9888-006097DEACF9}]&lt;BR&gt;@=""&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Show/Hide desktop icons&lt;/STRONG&gt;&lt;BR&gt;; Internet Explorer = {871C5380-42A0-1069-A2EA-08002B30309D}&lt;BR&gt;; User's Files = {450D8FBA-AD25-11D0-98A8-0800361B1103}&lt;BR&gt;; Computer = {20D04FE0-3AEA-1069-A2D8-08002B30309D}&lt;BR&gt;; Network = {208D2C60-3AEA-1069-A2D7-08002B30309D}&lt;/P&gt;
&lt;P&gt;; 0 = Display&lt;BR&gt;; 1 = Hide&lt;/P&gt;
&lt;P&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons]&lt;BR&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]&lt;BR&gt;"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000001&lt;BR&gt;"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000&lt;BR&gt;"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000&lt;BR&gt;"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Add "Explore From Here" to the context menu&lt;/STRONG&gt;&lt;BR&gt;[HKEY_CLASSES_ROOT\Folder\shell\fromhere]&lt;BR&gt;@="Explore from &amp;amp;Here"&lt;BR&gt;[HKEY_CLASSES_ROOT\Folder\shell\fromhere\command]&lt;BR&gt;@="explorer.exe /e,/root,/idlist,%I"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Add a Search Provider to the START MENU&amp;nbsp;(example)&lt;/STRONG&gt;&lt;BR&gt;[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\Google]&lt;BR&gt;"DisplayName"="Google"&lt;BR&gt;"URL"="&lt;A href="http://www.google.com/search?q={searchTerms}&amp;amp;rls=com.microsoft:{language}&amp;amp;ie={inputEncoding}&amp;amp;oe={outputEncoding}&amp;amp;startIndex={startIndex?}&amp;amp;startPage={startPage"&gt;http://www.google.com/search?q={searchTerms}&amp;amp;rls=com.microsoft:{language}&amp;amp;ie={inputEncoding}&amp;amp;oe={outputEncoding}&amp;amp;startIndex={startIndex?}&amp;amp;startPage={startPage&lt;/A&gt;}"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Resort the Start Menu&lt;/STRONG&gt;&lt;BR&gt;[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder]&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Disable Menu Delay&lt;/STRONG&gt;&lt;BR&gt;[HKEY_CURRENT_USER\Control Panel\Desktop]&lt;BR&gt;"MenuShowDelay"="0"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Add the Registry Editor to the context menu&lt;/STRONG&gt;&lt;BR&gt;[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]&lt;BR&gt;@="Re&amp;amp;gistry Editor"&lt;BR&gt;[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]&lt;BR&gt;@="regedit.exe"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Customise Windows Vista Shutdown Speed&lt;/STRONG&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]&lt;BR&gt;"WaitToKillServiceTimeout"=20000&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Increase NTFS System Peformance by disabling NTFS Last Access Update and 8.3 Creation&lt;/STRONG&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]&lt;BR&gt;"NTFSDisableLastAccessUpdate"=1&lt;BR&gt;"NTFSDisable8Dot3NameCreation"=1&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Turn Off System Beeps&lt;/STRONG&gt;&lt;BR&gt;[HKEY_CURRENT_USER\Control Panel\Sound]&lt;BR&gt;"Beep"=No&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Disable Welcome logon screen &amp;amp; require CTRL+ALT+DEL&lt;/STRONG&gt;&lt;BR&gt;reg add "hklm\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v LogonType /t REG_DWORD /d 0 /f&lt;BR&gt;reg add "hklm\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableCAD /t REG_DWORD /d 0 /f&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Interactive logon: Do not display last user name&lt;/STRONG&gt;&lt;BR&gt;reg add "hklm\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v dontdisplaylastusername /t REG_DWORD /d 1 /f&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Enable Remote Desktop&lt;/STRONG&gt;&lt;BR&gt;reg add "hklm\system\currentcontrolset\control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Allow connections from computers running any version of Remote Desktop (less secure)&lt;/STRONG&gt;&lt;BR&gt;reg add "hklm\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v UserAuthentication /t REG_DWORD /d 0 /f&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Use simple file sharing - 0 = unchecked, 1 - checked&lt;/STRONG&gt;&lt;BR&gt;reg add "hklm\SYSTEM\CurrentControlSet\Control\Lsa" /v ForceGuest /t REG_DWORD /d 0 /f&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Disable Automatic Updates&lt;/STRONG&gt;&lt;BR&gt;reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Set the Screen Saver Settings&lt;/STRONG&gt;&lt;BR&gt;reg add "hku\.DEFAULT\Control Panel\Desktop" /v ScreenSaveActive /t REG_SZ /d 1 /f&lt;BR&gt;reg add "hku\.DEFAULT\Control Panel\Desktop" /v ScreenSaverIsSecure /t REG_SZ /d 1 /f&lt;BR&gt;reg add "hku\.DEFAULT\Control Panel\Desktop" /v ScreenSaveTimeOut /t REG_SZ /d 900 /f&lt;BR&gt;reg add "hku\.DEFAULT\Control Panel\Desktop" /v SCRNSAVE.EXE /t REG_SZ /d "%SystemRoot%\System32\YOUR_FILE.scr" /f&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;;Set the Desktop Wallpaper&lt;/STRONG&gt;&lt;BR&gt;reg add "hku\.DEFAULT\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d "%SystemRoot%\Web\Wallpaper\YOUR_FILE.bmp" /f &lt;BR&gt;reg add "hku\.DEFAULT\Control Panel\Desktop" /v WallpaperStyle /t REG_SZ /d "2" /f&lt;BR&gt;reg add "hku\.DEFAULT\Control Panel\Desktop" /v TileWallpaper /t REG_SZ /d "0" /f&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1540814" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/richardsmith/archive/tags/BDD2007/default.aspx">BDD2007</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Lite+Touch/default.aspx">Lite Touch</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Zero+Touch/default.aspx">Zero Touch</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Registry+Entry/default.aspx">Registry Entry</category></item></channel></rss>