shajunxing Posted November 27, 2007 Posted November 27, 2007 This is my batch file:set APP_HOME=%~dp0rem ======================================================================rem Tweaksrem ======================================================================echo [AddReg] >> "%APP_HOME%I386\HIVEDEF.INF"rem 10 lines per wheelecho HKCU,"Control Panel\Desktop","WheelScrollLines",0x00000002,"10" >> "%APP_HOME%I386\HIVEDEF.INF"rem Cancel smooth scrollingecho HKCU,"Control Panel\Desktop","SmoothScroll",0x00000001,00,00,00,00 >> "%APP_HOME%I386\HIVEDEF.INF"rem Cancel windows' min/max animationsecho HKCU,"Control Panel\Desktop\WindowMetrics","MinAnimate",0x00000002,"0" >> "%APP_HOME%I386\HIVEDEF.INF"rem Auto complete files or directories by "tab" in command promptecho HKCU,"Software\Microsoft\Command Processor","CompletionChar",0x00010001,9 >> "%APP_HOME%I386\HIVEDEF.INF"echo HKCU,"Software\Microsoft\Command Processor","PathCompletionChar",0x00010001,9 >> "%APP_HOME%I386\HIVEDEF.INF"rem Disable quick edit mode of command promptecho HKCU,"Console","QuickEdit",0x00010001,0 >> "%APP_HOME%I386\HIVEDEF.INF"rem Disable shell enhancement (Classic NT4 style)echo HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer","ClassicShell",0x00000001,01,00,00,00 >> "%APP_HOME%I386\HIVEDEF.INF"rem Don't remember each folder's settingsecho HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ClassicViewState",0x00010001,1 >> "%APP_HOME%I386\HIVEDEF.INF"Copy to the folder containing installation files and execute it before making ISO. Enjoy it
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now