Jump to content

A few tips about Windows 2000 UI tweak


shajunxing

Recommended Posts

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 :hello:

Link to comment
Share on other sites


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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