@ECHO OFF :: Use this batch file to edit NT 4's environment values in GUI mode :: Written by Rob van der Woude :: http://www.robvanderwoude.com :: :: Disclaimer: Changing environment variables may cause system failures! :: Use this batch file entirely at your own risk. :: Do not change any values unless you understand the :: consequences. :: Always make a full backup before changing any system settings. START "Environment" RUNDLL32 SHELL32,Control_RunDLL "sysdm.cpl",,2 GOTO:EOF