Adding a folder to the desktop

CraigR

Member
I hate to ask but I searched and can't find a direct answer. I want to add a folder to the desktop of an install with some files in it. How would I do this no matter the name used during the install? Sorry if this was answered before someplace.
 
CraigR Easiest way is with $OEM$.
Code:
Source\$OEM$\$1\Users\Public\Desktop
This will go to all user accounts as they are created.

Source\$OEM$\$1 is the root of the drive.
Source\$OEM$\$$ is the Windows folder.

The benefit of using $OEM$ is that you dont have to extract an iso mount etc. Its much easier to make changes, add newer versions of things and add new stuff incrementally.
 
Last edited:
Other $OEM$ folder that you might find useful.

Source\$OEM$\$$\Web\Wallpaper\Windows for wallpapers
Source\$OEM$\$$\Resources\Themes for themes
Source\$OEM$\$1\Program Files (x86) portable programs
Source\$OEM$\$1\Program Files portable programs.

I use $OEM$ on every install i do.
 
1) Use 7-Zip
Open Install.wim via 7zip, Place your files to here; Users\Public\Desktop\
Then create your iso with NTLite

2) Use NTLite
Mount Image, Right Click To Mounted Image, Click Explore Mounted Content. Place your files to here; Users\Public\Desktop\
Save changes and then create your iso with NTLite

3) OEM Folder
Make folder changes as explained ^
Then create your iso with NTLite Or add your oem folder to already burned USB
 
Last edited:
Back
Top