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.

Difference between places

Featured Replies

Hello

What is the difference between %systemdrive%\install\ and %systemdrive%\apps\ ?

And (more importnatly) where should I put the different files?

And in $Progs , what command should I put in my .cmd to do anything there?

/ZoRo

One will be c:\install and the other c:\app. Where to put files? It's your call. I don't put any files there at all, I execute it all from the install DVD as I see no point of making it recopy it needlessly to the HD first.

As for the $Prog reference, I'm not sure if I get your question right, but there's no need of placing a .cmd there ... It's only a way to get file automatically copied to C:\Program Files

(the post assumes you decided to install windows on C: and with default isntallation location)

  • Author
One will be c:\install and the other c:\app. Where to put files? It's your call. I don't put any files there at all, I execute it all from the install DVD as I see no point of making it recopy it needlessly to the HD first.

So I sould use the %cdrom% tingy instead of %systemdrive% ?

As for the $Prog reference, I'm not sure if I get your question right, but there's no need of placing a .cmd there ... It's only a way to get file automatically copied to C:\Program Files

Is it installed?

If yes) cool

If no) should I make shortcuts to the files (it's only Media Player Cassic and Firefox deployment (taken from this site :)))?

Edit:

What is the command (in example: programs.cmd) to execute something in the $OEM$ folder?

cmdow @ /HID
@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications, and preparing everything" /f

REG ADD %KEY%\080 /VE /D "Importing Registry Tweaks" /f
REG ADD %KEY%\080 /V 1 /D "REGEDIT /S %systemdrive%\apps\regtweaks.reg" /f

REG ADD %KEY%\085 /VE /D "Installing programs" /f
REG ADD %KEY%\085 /V 1 /D "%systemdrive%\apps\programs.cmd" /f


REG ADD %KEY%\085 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\085 /V 1 /D "%systemdrive%\apps\cleanup.cmd" /f

EXIT

Would give me, what?

A suggestion from myself (just to see if I have misunderstood everything)

cmdow @ /HID

@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications, and preparing everything" /f

REG ADD %KEY%\080 /VE /D "Importing Registry Tweaks" /f

REG ADD %KEY%\080 /V 1 /D "REGEDIT /S %cdromdrive%\regtweaks.reg" /f

REG ADD %KEY%\085 /VE /D "Installing programs" /f

REG ADD %KEY%\085 /V 1 /D "%cdromdrive%\programs.cmd" /f

REG ADD %KEY%\085 /VE /D "Cleaning Up and Rebooting" /f

REG ADD %KEY%\085 /V 1 /D "%cdromdrive%\cleanup.cmd" /f

EXIT[code]

Should I then put regtweaks.reg, programs.cmd and cleanup.cmd in the root of the cd or in $OEM$ ?

/ZoRo

Edited by The_ZoRo

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.