Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

unattended boot.ini modification

Featured Replies

hey there,

I'm looking for a way to make XP edit boot.ini file before runonce to make it boot in safe mode, run driverpacks process, re-edit boot.ini back to what it was and reboot again

so my doubt is how to replace the

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect

with

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Safe Mode" /safeboot:minimal /sos /bootlog

in a unattended way or some way to overwrite the boot.ini file

any tips? :)

That is easy thing to do :whistle:

i used this method to change my boot logo , and i'll reshape it for u to work with safemode switch ..

1st - This one to start next time in SafeMode ( Added /SafeMode to Boot.iNi entry .. ) :blink:

bootcfg /raw "/SafeMode" /A /ID 1

2nd - This one to start next in normal mode ( replaces parameters by '/fastdetect' .. ) :blink:

bootcfg /raw "/fastdetect" /ID1

EnJoY! :hello:

  • Author

tks!

I'll try it in a few moments :)

@ Orsi

Try this cmd, edit what you need, then run it at "cmdlines", works for me.

Found it in an old topic.

@echo off

ATTRIB -R -S -H %systemdrive%\boot.ini

del /F /Q %systemdrive%\boot.ini

SET inifile="%systemdrive%\boot.ini"

ECHO [boot loader] >> %inifile%
ECHO timeout=0 >> %inifile%
ECHO default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS >> %inifile%
ECHO [operating systems] >> %inifile%
ECHO multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="XP SP2 Pro" /bootlogo /noguiboot /fastdetect>> %inifile%

ATTRIB +R +S +H %systemdrive%\boot.ini

exit

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.