(view source code of guienvironment.bat as plain text)
@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
page last modified: 2024-04-16; loaded in 0.0046 seconds