This is my batch file: set APP_HOME=%~dp0 rem ====================================================================== rem Tweaks rem ====================================================================== echo [AddReg] >> "%APP_HOME%I386\HIVEDEF.INF" rem 10 lines per wheel echo HKCU,"Control Panel\Desktop","WheelScrollLines",0x00000002,"10" >> "%APP_HOME%I386\HIVEDEF.INF" rem Cancel smooth scrolling echo HKCU,"Control Panel\Desktop","SmoothScroll",0x00000001,00,00,00,00 >> "%APP_HOME%I386\HIVEDEF.INF" rem Cancel windows' min/max animations echo HKCU,"Control Panel\Desktop\WindowMetrics","MinAnimate",0x00000002,"0" >> "%APP_HOME%I386\HIVEDEF.INF" rem Auto complete files or directories by "tab" in command prompt echo 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 prompt echo 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 settings echo 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