Jump to content

Registry Tweaks, Part-1


Recommended Posts

i just spent the last three days to make my own unattended xp-cd. this was possible because of your help - thx guys, thx very much.

But now i have a couple of ideas and don't know where to look:

* wish to set all folders in the detailed list view ?

* wish to show known file endings

* wish to see every file (hidden, system and so on)

* wish to see system folders

i'm looking forward to your help...

Link to comment
Share on other sites


I think I got the answer.

tweak.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001
"ShowCompColor"=dword:00000001
"HideFileExt"=dword:00000000
"DontPrettyPath"=dword:00000000
"ShowInfoTip"=dword:00000001
"HideIcons"=dword:00000000
"MapNetDrvBtn"=dword:00000000
"WebView"=dword:00000000
"Filter"=dword:00000000
"SuperHidden"=dword:00000001
"SeparateProcess"=dword:00000000
"ListviewAlphaSelect"=dword:00000001
"ListviewShadow"=dword:00000001
"ListviewWatermark"=dword:00000001
"TaskbarAnimations"=dword:00000001
"StartMenuInit"=dword:00000002
"StartButtonBalloonTip"=dword:00000002
"Start_ShowNetPlaces"=dword:00000001
"Start_LargeMFUIcons"=dword:00000000
"Start_MinMFU"=dword:0000000c
"Start_ShowControlPanel"=dword:00000001
"Start_EnableDragDrop"=dword:00000001
"StartMenuFavorites"=dword:00000000
"Start_ShowHelp"=dword:00000000
"Start_ShowMyComputer"=dword:00000000
"Start_ShowMyDocs"=dword:00000000
"Start_ShowMyMusic"=dword:00000000
"Start_ShowMyPics"=dword:00000000
"Start_ShowPrinters"=dword:00000000
"Start_ShowRun"=dword:00000001
"Start_ScrollPrograms"=dword:00000000
"Start_ShowSearch"=dword:00000001
"Start_ShowRecentDocs"=dword:00000000
"Start_AutoCascade"=dword:00000001
"Start_NotifyNewApps"=dword:00000000
"Start_AdminToolsRoot"=dword:00000000
"StartMenuChange"=dword:00000001
"StartMenuAdminTools"=dword:00000001
"TaskbarSizeMove"=dword:00000001
"TaskbarGlomming"=dword:00000000
"Start_ShowNetConn"=dword:00000001
"NoNetCrawling"=dword:00000000
"FolderContentsInfoTip"=dword:00000001
"FriendlyTree"=dword:00000001
"WebViewBarricade"=dword:00000001
"DisableThumbnailCache"=dword:00000001
"ShowSuperHidden"=dword:00000001
"ClassicViewState"=dword:00000000
"PersistBrowsers"=dword:00000000

Tbone2

Link to comment
Share on other sites

Anyway, I was wondering if anyone has a list for the registry entry names that correspond to the tweaks in TweakUI 2.10? Thanks much.

It's easy: Use RegShot.

Download: http://www.majorgeeks.com/download.php?det=965 or http://www.webattack.com/get/regshot.html

It can make a "before" and "after" shot of your registry. So you make the first shot, then make a change in TweakUI, then make the second shot, and RegShot will compare them and show you what was changed. You can find out everything with this!

Link to comment
Share on other sites

ya! Regshot's pretty sweet. Anyways, thx to every1 who helped out in this thread i managed to create the perfect tweak REG file (for me...)

Windows Registry Editor Version 5.00

;---------------------------------------SERVICES-------------------------------

;Disable Messenger Service (to block spam. Does not affect MSN or Windows Messenger)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]
"Start"=dword:00000004

;Disable Remote Registry Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
"Start"=dword:00000004

;Disable Windows Time Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]
"Start"=dword:00000004

;Disable Error Reporting Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc]
"Start"=dword:00000004

;Disable Alerter
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter]
"Start"=dword:00000004

;Disable Background Intelligent Transfer Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BITS]
"Start"=dword:00000004

;Disable ClipBook
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClipSrv]
"Start"=dword:00000004

;Disable TCP/IP NetBIOS Helper
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts]
"Start"=dword:00000004

;Disable NVIDIA Driver Helper
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NVSvc]
"Start"=dword:00000004

;Disable Remote Registry
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
"Start"=dword:00000004

;Disable Remote Desktop Help Session Manager
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RDSessMgr]
"Start"=dword:00000004

;Disable Routing and Remote Access
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess]
"Start"=dword:00000004

;Disable Secondary Log-on
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\seclogon]
"Start"=dword:00000004

;Disable Performance Logs & Alerts
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog]
"Start"=dword:00000004

;Disable Telephony
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TapiSrv]
"Start"=dword:00000004

;Disable Wireless Zero Configuration
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC]
"Start"=dword:00000004

;Disable Automatic Updates
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv]
"Start"=dword:00000004

;Disable UPS
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UPS]
"Start"=dword:00000004

;Disable System Restore Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\srservice]
"Start"=dword:00000004

;Disable Indexing Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CiSvc]
"Start"=dword:00000004

;Disable Help and Support
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc]
"Start"=dword:00000004

;Disable Task Scheduler
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule]
"Start"=dword:00000004

;Set Print Spooler to "Manual"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler]
"Start"=dword:00000003


;-----------------------------HARDWARE Tweaking-------------------------------

;CoolBits...
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NvTweak]
"CoolBits"=dword:00000003


;----------------------------------CONTEXT MENU HANDLERS----------------------

;This adds the "Open Command Window Here" on the right-click menu for folders
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Open Command Window Here"
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""

;Clean up NEW Templates
;This will remove these items from the "New" context menu.
[-HKEY_CLASSES_ROOT\.bfc\ShellNew]
[-HKEY_CLASSES_ROOT\.bmp\ShellNew]
[-HKEY_CLASSES_ROOT\.doc\WordPad.Document.1\ShellNew]
[-HKEY_CLASSES_ROOT\.rtf\ShellNew]
[-HKEY_CLASSES_ROOT\.wav\ShellNew]
[-HKEY_CLASSES_ROOT\.zip\CompressedFolder\ShellNew]

;Removes Briefcase, Document, and Rich-Text-Document from New Menu.
[-HKEY_CLASSES_ROOT\.bfc\ShellNew]
[-HKEY_CLASSES_ROOT\.doc\ShellNew]
[-HKEY_CLASSES_ROOT\.rtf\ShellNew]
[-HKEY_CLASSES_ROOT\.bmp\ShellNew]
[-HKEY_CLASSES_ROOT\.wav\ShellNew]
[-HKEY_CLASSES_ROOT\.zip\CompressedFolder\ShellNew]

;-------------------------------------NTFS TWEAKS-----------------------------

;NTFS Speed-up
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001
"Win95TruncatedExtensions"=dword:00000001
"NtfsDisable8dot3NameCreation"=dword:00000001

;ENable Bood Defrag
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
"Enable"="Y"

;------------------------------------Media Player-----------------------------

;Disable automatic codec downloads
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"UpgradeCodecPrompt"=dword:00000000

;Remove the Queue-it-up, Burn to CD right click options on Windows Media Player files.
[-HKEY_CLASSES_ROOT\CLSID\{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}]
[-HKEY_CLASSES_ROOT\CLSID\{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}]
[-HKEY_CLASSES_ROOT\CLSID\{8DD448E6-C188-4aed-AF92-44956194EB1F}]


;-----------------------------Start Menu/Desktop---------------------

;Configure Start Menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001
"ShowCompColor"=dword:00000001
"HideFileExt"=dword:00000000
"DontPrettyPath"=dword:00000000
"ShowInfoTip"=dword:00000001
"HideIcons"=dword:00000000
"MapNetDrvBtn"=dword:00000000
"WebView"=dword:00000001
"Filter"=dword:00000000
"SuperHidden"=dword:00000000
"SeparateProcess"=dword:00000000
"ListviewAlphaSelect"=dword:00000000
"ListviewShadow"=dword:00000001
"ListviewWatermark"=dword:00000000
"TaskbarAnimations"=dword:00000000
"StartMenuInit"=dword:00000002
"StartButtonBalloonTip"=dword:00000002
"Start_ShowNetPlaces"=dword:00000001
"Start_LargeMFUIcons"=dword:00000000
"Start_MinMFU"=dword:0000000c
"Start_ShowControlPanel"=dword:00000001
"Start_EnableDragDrop"=dword:00000001
"StartMenuFavorites"=dword:00000002
"Start_ShowHelp"=dword:00000001
"Start_ShowMyComputer"=dword:00000001
"Start_ShowMyDocs"=dword:00000001
"Start_ShowMyMusic"=dword:00000001
"Start_ShowMyPics"=dword:00000001
"Start_ShowPrinters"=dword:00000001
"Start_ShowRun"=dword:00000001
"Start_ScrollPrograms"=dword:00000000
"Start_ShowSearch"=dword:00000001
"Start_ShowRecentDocs"=dword:00000002
"Start_AutoCascade"=dword:00000001
"Start_NotifyNewApps"=dword:00000000
"Start_AdminToolsRoot"=dword:00000000
"StartMenuAdminTools"=dword:00000001
"TaskbarSizeMove"=dword:00000000
"TaskbarGlomming"=dword:00000001
"Start_ShowNetConn"=dword:00000001
"NoNetCrawling"=dword:00000000
"FolderContentsInfoTip"=dword:00000001
"FriendlyTree"=dword:00000001
"WebViewBarricade"=dword:00000000
"DisableThumbnailCache"=dword:00000000
"ShowSuperHidden"=dword:00000000
"ClassicViewState"=dword:00000000
"PersistBrowsers"=dword:00000000


;Configure Desktop
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000
"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000

;-------------------------Network/Internet--------------------------

;Broadband Tweak for Windows XP
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
GlobalMaxTcpWindowSize="256960"
TcpWindowSize="256960"
Tcp1323Opts="1"
DefaultTTL="64"
EnablePMTUDiscovery="1"
EnablePMTUBHDetect="0"
SackOpts="1"
TcpMaxDupAcks="2"
MTU="1500"
HKEY_USERS.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings
"MaxConnectionsPerServer"=dword:00000020
"MaxConnectionsPer1_0Server"=dword:00000020
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
"MaxConnectionsPerServer"=dword:00000020
"MaxConnectionsPer1_0Server"=dword:00000020

;Stores more DNS entries so that your computer doesn't have to look them up as much
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d

;Speed up browsing remote computers
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]

;--------------------------Internet Explorer---------------------


;Search with google from the address bar instead of MSN
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\G]
@="http://www.google.com/search?q=%s"

;Disable links folder in explorer favorites so it never appears again.
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]
"LinksFolderName"=""
"Locked"=dword:00000001

;-------------------------------------Visual Effects-------------------------------------------

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
"VisualFXSetting"=dword:00000003

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax]
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation]
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow]
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows]
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DropShadow]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\FontSmoothing]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling]
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewWatermark]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Themes]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView]
"DefaultApplied"=dword:00000001

;------------------------------OTHERS----------------------------

;delete alexa (spy-reg)-keys
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}]


;Disable Autoupdates
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoUpdate"=dword:00000001

;Disable Autoupdates
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000001
"AUState"=dword:00000007


;Disable System Restore
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]
"DisableSR"=dword:00000001

;Disable System Restore
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]
"DisableSR"=dword:00000001

;Disable Error Reporting
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]
"AllOrNone"=dword:00000001
"DoReport"=dword:00000000
"IncludeKernelFaults"=dword:00000000
"IncludeMicrosoftApps"=dword:00000000
"IncludeWindowsApps"=dword:00000000
"ShowUI"=dword:00000000

;Disable Remote-Desktop
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
"fDenyTSConnections"=dword:00000001
"fAllowToGetHelp"=dword:00000000


;Disable WinXP CD-Burning
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoCDBurning"=dword:00000001

;Disables Windows Tour Bubble Popup
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000

;Disable the Desktop Cleanup Wizard
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]
"NoRun"=dword:00000001

;disable the "search-dog" assistant
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"Use Search Asst"="no

;Disable Windows File Protection
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"SFCDisable"=dword:ffffff9d

;Kills services after 1 second if it is hung instead of default 20.  Faster shutdown.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"

;Disable Automatic Restart in the event of a BSOD
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot"=dword:00000000

;Speed-up Access to AVI Media Files
[-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32]


;Enable word wrap and status bar in notepad, and give it Tahoma font
[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"fWrap"=dword:00000001
"StatusBar"=dword:00000001
"lfFaceName"="Tahoma"

;Remove "Shotcut to" in new shorcuts
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
"Link"=hex:00,00,00,00

;Removes Language Bar
[-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]
@="Language bar"
"MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325"

Link to comment
Share on other sites

From what I've read, the alexa thing in IE is mis-identified by Ad-Aware as a ad/spy ware program (that has the same name). It is, in fact a part of IE, though there does not seem to be any harm in deleting the key, and then Ad-Aware doesn't bug you about it anymore. Just what I've read ... never given me problems in or out.

From some forum page somewhere ...

I skimmed through quickly. Most of those are safe to delete. The Alexa registry key is one from Microsoft and is not the alexa that ad-ware is trying to recognize.

Alexa is a toolbar that some consider spyware (I don't) but the registry key Ad-Aware istrying to delete is from Microsoft, not alexa and is being flagged just because it has the same name.

Link to comment
Share on other sites

Anyway, I was wondering if anyone has a list for the registry entry names that correspond to the tweaks in TweakUI 2.10? Thanks much.

It's easy: Use RegShot.

Download: http://www.majorgeeks.com/download.php?det=965 or http://www.webattack.com/get/regshot.html

It can make a "before" and "after" shot of your registry. So you make the first shot, then make a change in TweakUI, then make the second shot, and RegShot will compare them and show you what was changed. You can find out everything with this!

:) Much thanks!!!!

Link to comment
Share on other sites

ok I'm finanaly going to post my reg tweaks. These are inf installer reg tweaks and as such can be installed and uninstalled. Consider them beta but they do work fine. I'm not sure what happens if you uninstall and would like any feedback.

The first one save this as shelltoyxp.inf

;
; "SHELL TOY" Power Toy
; Version 1.0
; Copyright  : © 2000,2001,2002,2003
; by Brook Humphrey (bah@webmedic.net)
; for Mobile PC Medic OEM systems
;

[version]
signature="$CHICAGO$"
Compatible=1
AdvancedINF=2.5,"You need a newer version of AdvPack.DLL!"
LayoutFile=layout.inf, layout1.inf, layout2.inf


[DefaultInstall]
AddReg=AdvSetup

[DefaultInstall2]
CopyFiles = ShellToy.Files.Inf
AddReg    = Del.AdvSetup, ShellToy.Reg, ShellClick.Reg, DosHere.Reg, Defrag.Reg, INF.Reg, Others.Reg
BeginPrompt=InstallBegin
SmartReboot=N
Uninstall=DefaultUninstall

[SilentInstall]
AddReg=AdvSetup.Silent

[SilentInstall2]
CopyFiles = ShellToy.Files.Inf
AddReg    = Del.AdvSetup, ShellToy.Reg, ShellClick.Reg, DosHere.Reg, Defrag.Reg, INF.Reg, Others.Reg
;BeginPrompt=InstallBegin
SmartReboot=N
Uninstall=DefaultUninstall

[InstallBegin]
Prompt="Do you want to install the WindowsXP Shell Toy?"
ButtonType=YESNO
Title="The Mobile PC Medic Shell Toy"

[DefaultUnInstall]
BeginPrompt=BeginUPromptSection
EndPrompt=EndUPromptSection
DelFiles  = ShellToy.Files.Inf
DelReg    = ShellToy.Reg, DosHere.Reg, ShellClick.Reg, Defrag.Reg, INF.reg, Others.Reg
Cleanup=1


[BeginUPromptSection]
Prompt="Are you sure you want to remove Shell Toy?"
ButtonType=YESNO
Title=%Product% Uninstall

[EndUPromptSection]
Prompt="Shell Toy was successfully removed from your computer."

;[SourceDisksNames]
;55="Shell Toy","",1

;[SourceDisksFiles]
;ShellToy.INF=55

;[SourceDisksNames]
;1=%DiskName%,,0

;[SourceDisksFiles]
;shelltoy.inf=1

[ShellToy.Files.Inf]
ShellToyXP.INF

[DestinationDirs]
ShellToy.Files.Inf=17

[AdvSetup]
HKLM,%RunOnce%setup," Shell Toy XP by Brook Humphrey",0,""
HKLM,%RunOnce%setup,"         © 2000, 2001, 2002",0,""
HKLM,%RunOnce%setup,"          www.webmedic.net",0,""
HKLM,%RunOnce%setup,"_______________________",0,""
HKLM,%RunOnce%setup," ",0,""
HKLM,%RunOnce%Setup,"Installing Shell Toy",0,"RunDll32.exe advpack.dll,LaunchINFSection %1%\SHELLTOYXP.INF,DefaultInstall2"

[AdvSetup.Silent]
HKLM,%RunOnce%setup," Shell Toy XP by Brook Humphrey",0,""
HKLM,%RunOnce%setup,"         © 2000, 2001, 2002",0,""
HKLM,%RunOnce%setup,"          www.webmedic.net",0,""
HKLM,%RunOnce%setup,"_______________________",0,""
HKLM,%RunOnce%setup," ",0,""
HKLM,%RunOnce%Setup,"Installing Shell Toy",0,"RunDll32.exe advpack.dll,LaunchINFSection %1%\SHELLTOYXP.INF,SilentInstall2"

[Del.AdvSetup]
HKLM,%RunOnce%setup,"Installing Shell Toy",0,""

[ShellToy.Reg]
HKLM,%Uninstall%%Product%
HKLM,%Uninstall%%Product%,"DisplayName",,"%Product%"
HKLM,%Uninstall%%Product%,UninstallString,,"RunDll32 advpack.dll,LaunchINFSection %17%\SHELLTOYXP.INF, DefaultUninstall"
HKCU,"SOFTWARE\Mobile PC Medic\Shell Toy XP",InstallDir1,,""%30%\%SubDir%\""

[Scandisk.Reg]
HKLM,SOFTWARE\Classes\Drive\shell\ScanDisk,,,"Scan Disk"
HKLM,SOFTWARE\Classes\Drive\shell\ScanDisk\command,,,"ScanDskW.exe"

[Defrag.Reg]
HKLM,"SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction","Enable",,"Y"
HKCR,"Drive\Shell\Defrag\command",,,"DEFRAG.EXE %1"

[ShellClick.Reg]
;Right-Click Copy-To
HKCR,"AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To",,,"{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
;Right-Click Move-To
HKCR,"AllFilesystemObjects\shellex\ContextMenuHandlers\Move To",,,"{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
;Defrag stuff
HKCR,Directory\shell\%DosHere%,EditFlags,hex:,%Edi%
HKCR,Directory\shell\%DosHere%\command,,,"C:\windows\system32\cmd.exe /K cd %1"
;This will add "Services" to the right-click menu of "My Computer"
HKCR,"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"
HKCR,"CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services]","SuppressionPolicy",dword:,"4000003c"
HKCR,"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"

[EditPad.Reg]
HKLM,Software\CLASSES\batfile\shell\edit\command,,,"C:\Program Files\JGsoft\EditPadLite\EditPAD.EXE %1"
HKLM,Software\CLASSES\inffile\shell\open\command,,,"C:\Program Files\JGsoft\EditPadLite\EditPAD.EXE %1"
HKLM,Software\CLASSES\inifile\shell\open\command,,,"C:\Program Files\JGsoft\EditPadLite\EditPAD.EXE %1"
HKCR,LogFile\shell\open\command,,,"C:\Program Files\JGsoft\EditPadLite\EditPAD.EXE %1"
HKCR,Unknown\shell\Edit_with_EditPad,,,"&Edit with EditPad"
HKCR,Unknown\shell\Edit_with_EditPad\command,,,"C:\Program Files\JGsoft\EditPadLite\EditPAD.EXE %1"
HKCR,*\shell\Open_with_EditPad,,,"&Open with EditPad"
HKCR,*\shell\Open_with_EditPad\command,,,"C:\Program Files\JGsoft\EditPadLite\EditPAD.EXE %1"
HKLM,SOFTWARE\Classes\txtfile\shell\New,,,"&New"
HKLM,SOFTWARE\Classes\txtfile\shell\New\command,,,"C:\Program Files\JGsoft\EditPadLite\EditPAD.EXE"

[Others.Reg]
;HKLM,System\CurrentControlSet\Services\VxD\BIOS,"Options",hex:,"00,00,00,00"
;HKLM,System\CurrentControlSet\Services\VxD\BIOS,"CPUPriority",dword:,"00000001"
;HKCU,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,"LinkResolveIgnoreLinkInfo",dword:,"00000001"
;HKCU,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,"NoDriveTypeAutoRun",hex:,"95,00,00,00"
;HKCU,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,"NoStartBanner",dword:,"00000001"
;HKCU,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,"NoActiveDesktop",dword:,"00000001"
;HKCU,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,"NoActiveDesktopChanges",dword:,"00000001"
;HKCU,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,"NoCustomizeWebView",dword:,"00000001"
;HKCU,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,"NoSettingsWizards",dword:,"00000001"
;HKCU,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,"NoWebMenu",dword:,"00000001"
;HKCU,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,"CDRAutoRun",hex:,"00,00,00,00"
;HKCU,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,"NoFavoritesMenu",hex:,"01,00,00,00"
;HKCU,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,"NoSetActiveDesktop",hex:,"01,00,00,00"
;HKCU,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,"NoWindowsUpdate",hex:,"01,00,00,00"
;HKCU,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,"NoInternetIcon",dword:,"00000001"
;HKCU,%KEY_IEXPLORERMAIN%,"Start Page",,"http://www.webmedic.com"
;HKCU,%KEY_IEXPLORERMAIN%,"First Home Page",,"http://home.microsoft.com/runonce.asp"
;HKCU,%KEY_IEXPLORERMAIN%,"Search Page",,"http://www.google.com"
;HKLM,%KEY_IEXPLORERMAIN%,"Search Bar",,"http://www.google.com"
;HKCU, "SOFTWARE\Microsoft\Internet Explorer\Help_Menu_URLs","Online_Support",,"http://support.microsoft.com/support"
;HKCU,"Software\Microsoft\Internet Explorer\Desktop\Components\0",Flags,0,20,1
;HKCU,Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState,Settings,1,20,4
;HKCU,Software\Microsoft\Windows\CurrentVersion\Explorer,ShellState,1,1C,00,00,00,20,08,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,0
A,00,00,00
;HKCU,"Software\Microsoft\Internet Explorer\Desktop\Components\0",Flags,01,00,00,00
;HKCU,"Software\Microsoft\Internet Explorer\main",Show_ChannelBand,0,"no"
;HKLM,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,NoDevMgrUpdate,0x10001,1
;HKLM,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,NoWindowsUpdate,0x10001,1
;HKLM,Software\Microsoft\Windows\CurrentVersion\Welcome\Regwiz,@,1,01,00,00,00
;HKLM,Software\Microsoft\Windows\CurrentVersion,RegDone,1,01,00,00,00
;HKLM,Software\Microsoft\Windows\CurrentVersion\Run,Welcome,,
;HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders",Desktop,OLSFolder,"%25%\Desktop"
;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\{4B876A40-4EE8-11D1-811E-00C04FB98EEC},,,

[INF.Reg]}
HKCR,".inf","inffile"
HKCR,"inffile","Setup Information"
HKCR,"inffile\DefaultIcon",,,"shell32.dll,-151"
HKCR,"inffile\shell\open\command",,,"C:\\WINDOWS\\NOTEPAD.EXE %1"
HKCR,"inffile\shell\print\command",,,"C:\\WINDOWS\\NOTEPAD.EXE /p %1"
HKCR,"inffile\shell\install",,,"&Install"
HKCR,"inffile\shell\install\command",,,"C:\\WINDOWS\\rundll.exe setupx.dll,InstallHinfSection DefaultInstall 132 %1"

[Strings]
Product="Shell Toy XP 2.0"
DiskName="Shell Toy XP, Setup Disk #1"
Uninstall="Software\Microsoft\Windows\CurrentVersion\Uninstall\"
Runonce="SOFTWARE\Microsoft\Windows\CurrentVersion\Runonce\"
Setup="SOFTWARE\Microsoft\Windows\CurrentVersion\Setup"
DosHere="OPEN COMMAND PROMPT HERE"
Edi = "01,00,00,00"
SubDir = "WINDOWS"
EXPLO="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
KEY_RUNONCE="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
KEY_INSTALLEDCOMPS="SOFTWARE\Microsoft\Active Setup\Installed Components"
OnlineLong="Online Services"
KEY_IEXPLORERMAIN="Software\Microsoft\Internet Explorer\Main"
NAME_RUNONCE="MPCM Settings"

NOTE: the forums wraps some of the entries but they should be all on one line. You will know the ones with long lines of numbers.

Link to comment
Share on other sites

for the next one save this as shelltweakxp.inf

;
; "Shell Tweaker XP" Power Toy
; Version 1.0
; Copyright  : © 2000,2001,2002,2003
; by Brook Humphrey (bah@webmedic.net)
; for Mobile PC Medic OEM systems
;

[version]
signature="$CHICAGO$"
Compatible=1
AdvancedINF=2.5,"You need a newer version of AdvPack.DLL!"
LayoutFile=layout.inf, layout1.inf, layout2.inf


[DefaultInstall]
AddReg=AdvSetup

[DefaultInstall2]
CopyFiles = ShellToy.Files.Inf
AddReg    = Del.AdvSetup, ShellToy.Reg, Others.Reg
BeginPrompt=InstallBegin
SmartReboot=N
Uninstall=DefaultUninstall

[SilentInstall]
AddReg=AdvSetup.Silent

[SilentInstall2]
CopyFiles = ShellToy.Files.Inf
AddReg    = Del.AdvSetup, ShellToy.Reg, Others.Reg
;BeginPrompt=InstallBegin
SmartReboot=N
Uninstall=DefaultUninstall

[InstallBegin]
Prompt="Do you want to install the WindowsXP Shell Tweaker?"
ButtonType=YESNO
Title="The Mobile PC Medic Shell Tweaker"

[DefaultUnInstall]
BeginPrompt=BeginUPromptSection
EndPrompt=EndUPromptSection
DelFiles  = ShellToy.Files.Inf
DelReg    = ShellToy.Reg, Others.Reg
Cleanup=1


[BeginUPromptSection]
Prompt="Are you sure you want to remove Shell Tweaker?"
ButtonType=YESNO
Title=%Product% Uninstall

[EndUPromptSection]
Prompt="Shell Tweaker was successfully removed from your computer."

;[SourceDisksNames]
;55="Shell Toy","",1

;[SourceDisksFiles]
;ShellToy.INF=55

;[SourceDisksNames]
;1=%DiskName%,,0

;[SourceDisksFiles]
;shelltoy.inf=1

[ShellToy.Files.Inf]
ShellTweakXP.INF

[DestinationDirs]
ShellToy.Files.Inf=17

[AdvSetup]
HKLM,%RunOnce%setup," Shell Tweaker XP by Brook Humphrey",0,""
HKLM,%RunOnce%setup,"         © 2000, 2001, 2002",0,""
HKLM,%RunOnce%setup,"          www.webmedic.net",0,""
HKLM,%RunOnce%setup,"_______________________",0,""
HKLM,%RunOnce%setup," ",0,""
HKLM,%RunOnce%Setup,"Installing Shell Tweaker",0,"RunDll32.exe advpack.dll,LaunchINFSection %1%\ShellTweakXP.INF,DefaultInstall2"

[AdvSetup.Silent]
HKLM,%RunOnce%setup," Shell Tweaker XP by Brook Humphrey",0,""
HKLM,%RunOnce%setup,"         © 2000, 2001, 2002",0,""
HKLM,%RunOnce%setup,"          www.webmedic.net",0,""
HKLM,%RunOnce%setup,"_______________________",0,""
HKLM,%RunOnce%setup," ",0,""
HKLM,%RunOnce%Setup,"Installing Shell Tweaker",0,"RunDll32.exe advpack.dll,LaunchINFSection %1%\ShellTweakXP.INF,SilentInstall2"

[Del.AdvSetup]
HKLM,%RunOnce%setup,"Installing Shell Tweaker",0,""

[ShellToy.Reg]
HKLM,%Uninstall%%Product%
HKLM,%Uninstall%%Product%,"DisplayName",,"%Product%"
HKLM,%Uninstall%%Product%,UninstallString,,"RunDll32 advpack.dll,LaunchINFSection %17%\ShellTweakXP.INF, DefaultUninstall"
HKCU,"SOFTWARE\Mobile PC Medic\Shell Tweaker XP",InstallDir1,,""%30%\%SubDir%\""

[Others.Reg]
;Configure Start Menu
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Hidden",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ShowCompColor",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","HideFileExt",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","DontPrettyPath",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ShowInfoTip",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","HideIcons",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","MapNetDrvBtn",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","WebView",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Filter",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","SuperHidden",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","SeparateProcess",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ListviewAlphaSelect",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ListviewShadow",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ListviewWatermark",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","TaskbarAnimations",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","StartMenuInit",dword:,"00000002"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","StartButtonBalloonTip",dword:,"00000002"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_ShowNetPlaces",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_LargeMFUIcons",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_MinMFU",dword:,"0000000c"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_ShowControlPanel",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_EnableDragDrop",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","StartMenuFavorites",dword:,"00000002"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_ShowHelp",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_ShowMyComputer",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_ShowMyDocs",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_ShowMyMusic",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_ShowMyPics",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_ShowPrinters",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_ShowRun",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_ScrollPrograms",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_ShowSearch",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_ShowRecentDocs",dword:,"00000002"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_AutoCascade",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_NotifyNewApps",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_AdminToolsRoot",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","StartMenuAdminTools",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","TaskbarSizeMove",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","TaskbarGlomming",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_ShowNetConn",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","NoNetCrawling",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","FolderContentsInfoTip",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","FriendlyTree",dword:,"00000001"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","WebViewBarricade",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","DisableThumbnailCache",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ShowSuperHidden",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ClassicViewState",dword:,"00000000"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","PersistBrowsers",dword:,"00000000"


[Strings]
Product="Shell Tweaker XP 1.0"
DiskName="Shell Tweaker XP 1.0, Setup Disk #1"
Uninstall="Software\Microsoft\Windows\CurrentVersion\Uninstall\"
Runonce="SOFTWARE\Microsoft\Windows\CurrentVersion\Runonce\"
Setup="SOFTWARE\Microsoft\Windows\CurrentVersion\Setup"
DosHere="DOS PROMPT HERE"
Edi = "01,00,00,00"
SubDir = "WINDOWS"
EXPLO="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
KEY_RUNONCE="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
KEY_INSTALLEDCOMPS="SOFTWARE\Microsoft\Active Setup\Installed Components"
OnlineLong="Online Services"
KEY_IEXPLORERMAIN="Software\Microsoft\Internet Explorer\Main"
NAME_RUNONCE="MPCM Settings"

Link to comment
Share on other sites

for the last one name this systemparanoiaxp.inf

;
; "System Paranoia" Power Toy
; Version 1.0
; Copyright  : © 2000,2001,2002,2003
; by Brook Humphrey (bah@webmedic.net)
; for Mobile PC Medic OEM systems
;

[version]
signature="$CHICAGO$"
Compatible=1
AdvancedINF=2.5,"You need a newer version of AdvPack.DLL!"
LayoutFile=layout.inf, layout1.inf, layout2.inf


[DefaultInstall]
AddReg=AdvSetup

[DefaultInstall2]
CopyFiles = ShellToy.Files.Inf
AddReg    = Del.AdvSetup, ShellToy.Reg, Others.Reg
BeginPrompt=InstallBegin
SmartReboot=N
Uninstall=DefaultUninstall

[SilentInstall]
AddReg=AdvSetup.Silent

[SilentInstall2]
CopyFiles = ShellToy.Files.Inf
AddReg    = Del.AdvSetup, ShellToy.Reg, Others.Reg
;BeginPrompt=InstallBegin
SmartReboot=N
Uninstall=DefaultUninstall

[InstallBegin]
Prompt="Do you want to install the WindowsXP System Paranoia?"
ButtonType=YESNO
Title="The Mobile PC Medic System Paranoia XP"

[DefaultUnInstall]
BeginPrompt=BeginUPromptSection
EndPrompt=EndUPromptSection
DelFiles  = ShellToy.Files.Inf
DelReg    = ShellToy.Reg, Others.Reg
Cleanup=1


[BeginUPromptSection]
Prompt="Are you sure you want to remove System Paranoia?"
ButtonType=YESNO
Title=%Product% Uninstall

[EndUPromptSection]
Prompt="System Paranoia was successfully removed from your computer."

;[SourceDisksNames]
;55="Shell Toy","",1

;[SourceDisksFiles]
;ShellToy.INF=55

;[SourceDisksNames]
;1=%DiskName%,,0

;[SourceDisksFiles]
;shelltoy.inf=1

[ShellToy.Files.Inf]
SystemParanoiaXP.INF

[DestinationDirs]
ShellToy.Files.Inf=17

[AdvSetup]
HKLM,%RunOnce%setup," System Paranoia XP by Brook Humphrey",0,""
HKLM,%RunOnce%setup,"         © 2000, 2001, 2002",0,""
HKLM,%RunOnce%setup,"          www.webmedic.net",0,""
HKLM,%RunOnce%setup,"_______________________",0,""
HKLM,%RunOnce%setup," ",0,""
HKLM,%RunOnce%Setup,"Installing System Paranoia",0,"RunDll32.exe advpack.dll,LaunchINFSection %1%\SystemParanoiaXP.INF,DefaultInstall2"

[AdvSetup.Silent]
HKLM,%RunOnce%setup," System Paranoia XP by Brook Humphrey",0,""
HKLM,%RunOnce%setup,"         © 2000, 2001, 2002",0,""
HKLM,%RunOnce%setup,"          www.webmedic.net",0,""
HKLM,%RunOnce%setup,"_______________________",0,""
HKLM,%RunOnce%setup," ",0,""
HKLM,%RunOnce%Setup,"Installing System Paranoia",0,"RunDll32.exe advpack.dll,LaunchINFSection %1%\SystemParanoiaXP.INF,SilentInstall2"

[Del.AdvSetup]
HKLM,%RunOnce%setup,"Installing System Paranoia",0,""

[ShellToy.Reg]
HKLM,%Uninstall%%Product%
HKLM,%Uninstall%%Product%,"DisplayName",,"%Product%"
HKLM,%Uninstall%%Product%,UninstallString,,"RunDll32 advpack.dll,LaunchINFSection %17%\SystemParanoiaXP.INF, DefaultUninstall"
HKCU,"SOFTWARE\Mobile PC Medic\System Paranoia XP",InstallDir1,,""%30%\%SubDir%\""

[Others.Reg]
;Disable Messenger Service (to block spam. Does not affect MSN or Windows Messenger)
HKLM,"SYSTEM\CurrentControlSet\Services\Messenger","Start",dword:,"00000004"
;Disable NetMeeting Remote Desktop Sharing
HKLM,"SYSTEM\CurrentControlSet\Services\mnmsrvc","Start",dword:,"00000004"
;Disable Protected Storage
HKLM,"SYSTEM\CurrentControlSet\Services\ProtectedStorage","Start",dword:,"00000004"
;Disable Remote Desktop Help Session Manager
HKLM,"SYSTEM\CurrentControlSet\Services\RDSessMgr","Start",dword:,"00000004"
;Disable Remote Registry Service
HKLM,"SYSTEM\CurrentControlSet\Services\RemoteRegistry","Start",dword:,"00000004"
;Disable Routing And Remote Access
HKLM,"SYSTEM\CurrentControlSet\Services\RemoteAccess","Start",dword:,"00000004"
;Disable Alerter
HKLM,"SYSTEM\CurrentControlSet\Services\Alerter","Start",dword:,"00000004"
;Disable Automatic Updates
HKLM,"SYSTEM\CurrentControlSet\Services\wuauserv","Start",dword:,"00000004"
;Disable Background Intelligent Transfer Service
HKLM,"SYSTEM\CurrentControlSet\Services\BITS","Start",dword:,"00000004"
;Disable Clipbook
HKLM,"SYSTEM\CurrentControlSet\Services\ClipSrv","Start",dword:,"00000004"
;Disable Computer Browser
HKLM,"SYSTEM\CurrentControlSet\Services\Browser","Start",dword:,"00000004"
;Disable Distributed Link Tracking Client
HKLM,"SYSTEM\CurrentControlSet\Services\TrkWks","Start",dword:,"00000004"
;Disable Distributed Transaction Coordinator
HKLM,"SYSTEM\CurrentControlSet\Services\MSDTC","Start",dword:,"00000004"
;Disable Error Reporting Service
HKLM,"SYSTEM\CurrentControlSet\Services\ERSvc","Start",dword:,"00000004"
;Disable Fast User Switching Compatibility
HKLM,"SYSTEM\CurrentControlSet\Services\FastUserSwitchingCompatibility","Start",dword:,"00000004"
;Disable Help and Support
HKLM,"SYSTEM\CurrentControlSet\Services\helpsvc","Start",dword:,"00000004"
;Disable Imapi CD-Burning Service
HKLM,"SYSTEM\CurrentControlSet\Services\ImapiService","Start",dword:,"00000004"
;Disable Indexing Service
HKLM,"SYSTEM\CurrentControlSet\Services\CiSvc","Start",dword:,"00000004"
;Disable MS Software Shadow Copy Provider
HKLM,"SYSTEM\CurrentControlSet\Services\SwPrv","Start",dword:,"00000004"
;Disable Secondary Logon
HKLM,"SYSTEM\CurrentControlSet\Services\seclogon","Start",dword:,"00000004"
;Disable System Event Notification
HKLM,"SYSTEM\CurrentControlSet\Services\EventSystem","Start",dword:,"00000004"
;Disable Task Scheduler
HKLM,"SYSTEM\CurrentControlSet\Services\Schedule","Start",dword:,"00000004"
;Disable Telnet
HKLM,"SYSTEM\CurrentControlSet\Services\TlntSvr","Start",dword:,"00000004"
;Disable Windows Time Service
HKLM,"SYSTEM\CurrentControlSet\Services\W32Time","Start",dword:,"00000004"
;Disable Wireless Zero Configuration
HKLM,"SYSTEM\CurrentControlSet\Services\WZCSVC","Start",dword:,"00000004"
;Disable Application Layer Gateway Service
HKLM,"SYSTEM\CurrentControlSet\Services\ALG","Start",dword:,"00000004"
;Disable COM+ System Application
HKLM,"SYSTEM\CurrentControlSet\Services\COMSysApp","Start",dword:,"00000004"
;Disable Internet Connection Firewall (ICF) / Internet Connection Sharing (ICS)
HKLM,"SYSTEM\CurrentControlSet\Services\SharedAccess","Start",dword:,"00000004"
;Disable IPSEC Services
HKLM,"SYSTEM\CurrentControlSet\Services\PolicyAgent","Start",dword:,"00000004"
;Disable Net Logon
HKLM,"SYSTEM\CurrentControlSet\Services\Netlogon","Start",dword:,"00000004"
;Disable Network DDE
HKLM,"SYSTEM\CurrentControlSet\Services\NetDDE","Start",dword:,"00000004"
;Disable Network DDE DSDM
HKLM,"SYSTEM\CurrentControlSet\Services\NetDDEdsdm","Start",dword:,"00000004"
;Disable Network Location Awareness (NLA)
HKLM,"SYSTEM\CurrentControlSet\Services\Nla","Start",dword:,"00000004"
;Disable NT LM Security Support Provider
HKLM,"SYSTEM\CurrentControlSet\Services\NtLmSsp","Start",dword:,"00000004"
;Disable Performance Logs and Alerts
HKLM,"SYSTEM\CurrentControlSet\Services\SysmonLog","Start",dword:,"00000004"
;Disable Portable Media Serial Number
HKLM,"SYSTEM\CurrentControlSet\Services\WmdmPmSN","Start",dword:,"00000004"
;Disable Remote Procedure Call (RPC) Locator
HKLM,"SYSTEM\CurrentControlSet\Services\RpcLocator","Start",dword:,"00000004"
;Disable Security Accounts Manager
HKLM,"SYSTEM\CurrentControlSet\Services\SamSs","Start",dword:,"00000004"
;Disable Smart Card Helper
HKLM,"SYSTEM\CurrentControlSet\Services\SCardDrv","Start",dword:,"00000004"
;Disable SSDP Discovery Service
HKLM,"SYSTEM\CurrentControlSet\Services\SSDPSRV","Start",dword:,"00000004"
;Disable System Restore Service
HKLM,"SYSTEM\CurrentControlSet\Services\srservice","Start",dword:,"00000004"
;Disable Uninterruptible Power Supply
HKLM,"SYSTEM\CurrentControlSet\Services\UPS","Start",dword:,"00000004"
;Disable Universal Plug and Play Device Host
HKLM,"SYSTEM\CurrentControlSet\Services\upnphost","Start",dword:,"00000004"
;Disable Volume Shadow Copy
HKLM,"SYSTEM\CurrentControlSet\Services\SwPrv","Start",dword:,"00000004"
;Disable WMI Performance Adapter
HKLM,"SYSTEM\CurrentControlSet\Services\WmiApSrv","Start",dword:,"00000004"

[Strings]
Product="System Paranoia XP 1.0"
DiskName="System Paranoia 1.0, Setup Disk #1"
Uninstall="Software\Microsoft\Windows\CurrentVersion\Uninstall\"
Runonce="SOFTWARE\Microsoft\Windows\CurrentVersion\Runonce\"
Setup="SOFTWARE\Microsoft\Windows\CurrentVersion\Setup"
DosHere="DOS PROMPT HERE"
Edi = "01,00,00,00"
SubDir = "WINDOWS"
EXPLO="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
KEY_RUNONCE="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
KEY_INSTALLEDCOMPS="SOFTWARE\Microsoft\Active Setup\Installed Components"
OnlineLong="Online Services"
KEY_IEXPLORERMAIN="Software\Microsoft\Internet Explorer\Main"
NAME_RUNONCE="MPCM Settings"

The first adds some context menue's and a few noice little tweaks to your system.

the second one changes the default look of explorere and things like that.

this last one is for shutting off a bunch of services and things that you may not want on.

Once you save these just right click on them and choose install.

Link to comment
Share on other sites

Someone asked for all XP-AntiSpy 3.71 settings besides "Disable Scheduled Tasks" and "Delete Swap File at System Shutdown".

As most of them have been posted earlier and as they are pretty self-explaining I didn't comment them.

So take them, or leave them. :rolleyes::)

REMOVED DUE TO ANSWER TO THIS HELP !!!!!
SORRY

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...