Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for bootinigui.bat

(view source code of bootinigui.bat as plain text)

  1. @ECHO OFF
  2. :: Use this batch file to edit NT 4's BOOT.INI values in GUI mode
  3. :: Written by Rob van der Woude
  4. :: http://www.robvanderwoude.com
  5. ::
  6. :: Disclaimer: Changing BOOT.INI may cause system failures!
  7. ::             Use this batch file entirely at your own risk.
  8. ::             Do not change any values unless you understand the
  9. ::             consequences.
  10. ::             Always make a full backup before changing any system settings.
  11.  
  12. START "Boot.ini" RUNDLL32 SHELL32,Control_RunDLL "sysdm.cpl",,3
  13. GOTO:EOF
  14.  

page last modified: 2024-04-16; loaded in 0.0180 seconds