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.

Copy folders to desktop in $OEM$?

Featured Replies

I have tried to make a few folders on the desktop by making $Docs/Administrator/Desktop/bla, but when I acculy install the copy of xp, all the real Administrator folder is in a folder call Administrator.COMPUTER, I have tried putting the folders in there, but it just created Administrator.COMPUTER.001, so my question is, is it possible to use the $OEM$ folder to make folders on the desktop? :blink:

Well, i think since there's already a folder called Administrator, your computer is creating another folder for Admin account.

Maybe you can think of packing your files in to an SFX archive to be runned during RunOnceEx stage?

You should be able to write a simple batch file using the variable for the %userprofile%\desktop to get it on there.

Just modify this command below using that to grab the source files from the CD.

(Oh and you'd need to put a copy of robocopy in your system32 folder inside $OEM$ as it doesnt come with the OS as standard)

@ECHO OFF
for %%i in (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:\i386 SET cdrom=%%i:
robocopy %CDROM%\I386 %windir%\I386 /MIR /V
exit

Edited by Lagerstars

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.