I was wrong! it hasn`t worked, but I get no errors! The registry tweaks I setup from within nlite have worked The registry tweaks I set up from the $OEM$ folder have not, but I get no Errors from this routine T-12 what is going on here??? are the regentries being reset somewhere along the way from t-12? Here is My regtweaks file: Windows Registry Editor Version 5.00 ; RC137 ;Disable Auto Reboot On Error [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] "AutoReboot"=dword:00000000 - shouldn`t this be set to 1 ?!? ;Set driver signing policy to warn [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing] "BehaviourOnFailVerify"=dword:00000001 "Policy"=hex:01 ;Set Autoupdate to auto download but request to install [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update] "AUOptions"=dword:00000003 ;Disable Remote Registry Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry] "Start"=dword:00000004 ;Recycle bin uses 15% of available space (not 10%) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket] "Percent"=dword:0000000f ;Speed up Network Browsing by removing Network Scheduled Tasks [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\ NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}] ;Speedup Internet by altering DNS Settings [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] "CacheHashTableBucketSize"=dword:00000001 "CacheHashTableSize"=dword:00000180 "MaxCacheEntryTtlLimit"=dword:0000fa00 "MaxSOACacheEntryTtlLimit"=dword:0000012d ;copy to and move to context menu [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To] @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}" [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To] @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}" ;Lock the homepage [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel] "HomePage"=dword:00000001 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel] "HomePage"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSaveSettings"=dword:00000000 ;Remove the shared documents folders [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSharedDocuments"=dword:00000001 ; Adds Control Panel to right click of MY Computer [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command] @="rundll32.exe shell32.dll,Control_RunDLL" ;-------------------------------------------------------------------------------------------------------------------------------- ; Adds Add/Remove to right click of MY Computer [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove Programs\command] @="control appwiz.cpl" ;-------------------------------------------------------------------------------------------------------------------------------- ; Adds Services to right click of MY Computer [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services] @=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00 "SuppressionPolicy"=dword:4000003c [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command] @=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, ;65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, ;32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00 ;-------------------------------------------------------------------------------------------------------------------------------- ; Adds Device Manager to right click of MY Computer [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr] @="Device Manager" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command] @="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc" ;-------------------------------------------------------------------------------------------------------------------------------- ; Adds Registry Editor right click of MY Computer [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit] @="Registry Editor" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command] @="Regedit.exe" ;-------------------------------------------------------------------------------------------------------------------------------- ; Adds Logoff to right click of MY Computer ,I add the [] to group these [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Logoff]\command] @="shutdown -l -f -t 5" ;-------------------------------------------------------------------------------------------------------------------------------- ; Adds Reboot to right click of MY Computer , I add the [] to group these [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Reboot]\command] @="shutdown -r -f -t 5" ;-------------------------------------------------------------------------------------------------------------------------------- ; Adds Shutdown to right click of MY Computer,I add the [] to group these [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Shutdown]\command] @="shutdown -s -f -t 5" ;-------------------------------------------------------------------------------------------------------------------------------- ; Adds MSCONFIG right click of MY Computer [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig] @="Microsoft Configurator" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig\command] @="msconfig.exe" ;-------------------------------------------------------------------------------------------------------------------------------- ; Adds Turn Monitor Off to right click of MY Computer ; download the file from [url="http://www.koding.co.uk/index.php?page=monoff"]http://www.koding.co.uk/index.php?page=monoff[/url] and place it into %systemroot%\system32\ to work [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Turn Monitor Off]\command] @="hide.exe MonOff.exe" ;-------------------------------------------------------------------------------------------------------------------------------- ; Makes a right click option for unknown files (Open with notepad) [HKEY_CLASSES_ROOT\*\shell] @="\"notepad.exe %1\"" [HKEY_CLASSES_ROOT\*\shell\open] @="Open &With Notepad" [HKEY_CLASSES_ROOT\*\shell\open\command] @="notepad.exe %1" ; Control Panel Classic View [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "ForceClassicControlPanel"=dword:00000001 ; Improve Thumbnail Quality [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ "ThumbnailQuality"=dword:00000064 ; Windows will tell you exactly what it is doing when it is shutting down or is booting ; This is the same as Extended Mode in nLite´s Customizations at the "Welcome Screen" part [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] "verbosestatus"=dword:00000001 ; Dis-allow spying by web-sites [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\ProtocolDefaults] "about"=dword:00000004 ; Enable DVD on Media Player ; Values: Yes or No [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\Settings] "EnableDVDUI"="Yes" ; Enable MP3 encoding with right button while surfing (needs Windows Media Player 9 or higher) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding] "HighRate"=dword:0004e200 ; Speed-up Access to AVI Media Files [-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}] [-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler] ;Notepad saves page setup and window positions [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "fSavePageSettings"=dword:00000001 "fSaveWindowPositions"=dword:00000001 ;-------------------------------------------------------------------------------------------------------------------------------- ;Enable status bar in notepad [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "StatusBar"=dword:00000001 ;-------------------------------------------------------------------------------------------------------------------------------- ;Tahoma font as default [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "lfFaceName"="Tahoma" ;-------------------------------------------------------------------------------------------------------------------------------- ;Enable word wrap [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "fWrap"=dword:00000001 ; Sort Start Menu and Favorites in Alphabetical Order [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu] [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Favorites] ; Disable Automatic Restart in the event of a BSOD [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] "AutoReboot"=dword:00000000 ; Prefetcher tweak (faster booting) boot and program prefetch use 00000003 or Boot only 00000002 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters] "EnablePrefetcher"=dword:00000003 ; Clear the Page File at System Shutdown for security (makes shutdown slower when activated) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "ClearPageFileAtShutdown"=dword:00000001 ; Use background image to each type of folder ; Music folder will have that musical note on the corner, etc etc... ;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] ;"ListviewWatermark"=dword:00000001 ;Increase Network Throughput [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters] "MaxCmds"=dword:00000064 "MaxThreads"=dword:00000064 "MaxCollectionCount"=dword:00000064 ;-------------------------------------------------------------------------------------------------------------------------------- ;Increase RPC Packet Size [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc] "MaxRpcSize"=dword:00100000 ; Adds Device Manager to right click of My Computer [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr] @="Device Manager" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command] @="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc" ; Adds Add/Remove to right click of My Computer [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove Programs\command] @="control appwiz.cpl" ; Add register / unregister to the context menu for .dll files [HKEY_CLASSES_ROOT\.dll] "Content Type"="application/x-msdownload" @="dllfile" [HKEY_CLASSES_ROOT\dllfile] @="Application Extension" [HKEY_CLASSES_ROOT\dllfile\Shell\Register\command] @="regsvr32.exe \"%1\"" [HKEY_CLASSES_ROOT\dllfile\Shell\UnRegister\command] @="regsvr32.exe /u \"%1\"" ;-------------------------------------------------------------------------------------------------------------------------------- ;Add register / unregister to the context menu for .ocx files [HKEY_CLASSES_ROOT\.ocx] @="ocxfile" [HKEY_CLASSES_ROOT\ocxfile] @="OCX" [HKEY_CLASSES_ROOT\ocxfile\Shell\Register\command] @="regsvr32.exe \"%1\"" [HKEY_CLASSES_ROOT\ocxfile\Shell\UnRegister\command] @="regsvr32.exe /u \"%1\"" ;Event Viewer Context menu [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\eventvwr] @="Event Viewer" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\eventvwr\command] @="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\eventvwr.msc" ;Enable Quick Launch [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desk top] "TaskbarWinXP" ;Fix for DSO Exploit that Spybot complains about [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones] "1004"=dword:00000003 ;set cookies to prompt [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\RNG] "Seed"=hex(3):55,EB,2F,B8,0E,3C,B7,49,E5,E0,AD,5F,2A,0A,01,6E,82,CF,B1,B8,ED,36,\ 48,D6,4B,37,A5,68,E5,9E,F5,AD,AD,A9,39,88,F4,5E,9E,D3,18,FF,C4,65,35,20,C4,5B,\ 26,B2,60,6B,12,A9,54,88,5D,9B,ED,A8,59,23,31,B6,CB,6E,E6,E9,78,D9,95,05,30,7E,\ EB,61,17,13,D0,8D [HKEY_USERS\S-1-5-21-1454471165-1343024091-725345543-500\Software\Microsoft\Window s\CurrentVersion\Internet Settings] "PrivacyAdvanced"=dword:00000001 [HKEY_USERS\S-1-5-21-1454471165-1343024091-725345543-500\Software\Microsoft\Window s\CurrentVersion\Internet Settings\Connections] "SavedLegacySettings"=hex(3):46,00,00,00,06,01,00,00,01,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,04,00,00,00,00,00,00,00,90,EC,96,68,E6,74,C7,01,01,00,00,\ 00,AC,10,01,05,00,00,00,00,00,00,00,00,00,00,00,00 [HKEY_USERS\S-1-5-21-1454471165-1343024091-725345543-500\Software\Microsoft\Window s\CurrentVersion\Internet Settings\Zones\3] "{AEBA21FA-782A-4A90-978D-B72164C80120}"=hex(3):1A,37,61,59,23,52,35,0C,7A,5F,20,\ 17,2F,1E,1A,19,0E,2B,01,73,13,37,13,12,14,1A,15,3B "{A8A88C49-5EB2-4990-A1A2-0876022C854F}"=hex(3):1A,37,61,59,23,52,35,0C,7A,5F,20,\ 17,2F,1E,1A,19,0E,2B,01,73,13,37,13,12,14,1A,15,3B ;ControlPanelIconsView [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\RNG] "Seed"=hex(3):61,D8,8D,41,9B,69,5F,D7,C0,B8,F7,0E,E1,78,29,09,2E,5C,BA,12,53,A7,\ 8E,F6,BA,A2,76,5A,2E,C0,D2,7B,9D,2D,34,50,83,1C,D3,4A,28,18,EC,9E,C5,35,45,FB,\ 6B,A2,0B,5D,DC,9D,21,3B,21,E6,F2,9E,AF,45,34,8D,DB,11,51,EC,7F,42,FD,FB,3F,32,\ 85,52,B9,E9,CA,99 [HKEY_USERS\S-1-5-21-1454471165-1343024091-725345543-500\Software\Microsoft\Window s\CurrentVersion\Explorer\Discardable\PostSetup\Component Categories\{00021493-0000-0000-C000-000000000046}\Enum] "Implementing"=hex(3):1C,00,00,00,01,00,00,00,D7,07,04,00,06,00,0E,00,0A,00,1B,\ 00,0F,00,B5,01,07,00,00,00,14,96,56,21,95,B7,B1,46,85,F4,E7,37,A8,DC,09,AD,01,\ 24,D0,30,81,6A,D0,11,82,74,00,C0,4F,D5,AE,38,F3,31,EE,C4,68,47,D2,11,BE,5C,00,\ A0,C9,A8,3D,A1,61,4E,A2,EF,78,B0,D0,11,89,E4,00,C0,4F,C9,E2,6E,62,4E,A2,EF,78,\ B0,D0,11,89,E4,00,C0,4F,C9,E2,6E,64,4E,A2,EF,78,B0,D0,11,89,E4,00,C0,4F,C9,E2,\ 6E,31,9E,05,FF,5A,CC,2E,4E,BF,3B,96,E9,29,D6,55,03 [HKEY_USERS\S-1-5-21-1454471165-1343024091-725345543-500\Software\Microsoft\Window s\CurrentVersion\Explorer\Discardable\PostSetup\Component Categories\{00021494-0000-0000-C000-000000000046}\Enum] "Implementing"=hex(3):1C,00,00,00,01,00,00,00,D7,07,04,00,06,00,0E,00,0A,00,1B,\ 00,13,00,9C,00,02,00,00,00,25,8C,5C,4D,75,D0,D0,11,B4,16,00,C0,4F,B9,03,76,7F,\ DE,EA,BD,65,C2,D0,11,BC,ED,00,A0,C9,0A,B5,0F If I try and do this manual I get a "cannot import registry files"... etc "error accessing the registry" response time to dig ! Aha - the game is afoot! EDIT by Shark007 - Please use CODEBOX tags when pasting large blocks of text.