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.

[request] copy i386 and set source path

Featured Replies

Nuhi, do you think it would be possible to have an nlite setting that would:

- copy i386 from the CD/DVD to c: and

- set all of the 'sourcepath' registry variables to point to c:\i386

thanks!

Edited by newsposter

That's not a bad feature, but this can be done with a single CMD script (I use a separated registry file, however). The way I currently do it is set a command in cmdlines.txt that points a .reg file and the cmd script to copy the files:

CMDLINES.TXT:
[COMMANDS]
"REGEDIT /S i386copy.reg"
"i386copy.cmd"
EXIT

i386copy.reg:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]
"SourcePath"="%systemroot%\\i386\\"
"ServicePackSourcePath"="%systemroot%\\i386\\"

i386copy.cmd:
@ECHO OFF
for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51IP set CDROM=%%i:
ECHO Please wait, Recovery Console is being installed locally.
%CDROM%\i386\winnt32.exe /dudisable /cmdcons /unattend
mkdir %systemroot%\i386
ECHO Please wait, source files are being copied. This may take several minutes.
xcopy /e/h/f/v/c/y/z %CDROM%\i386\*.* %systemroot%\i386\
ECHO Adding registry entries.
regedit.exe /s %CDROM%\$OEM$\i386copy.reg
ECHO Done.
EXIT

Note: My i386copy.cmd also installs the Recovery Console.

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.