$OEM$\$1\Users\Default\Desktop folder is not working

BKPB

Member
Messages
91
Reaction score
10
EN
When installing Windows 10, files from the $OEM$\$1\Users\Default\Desktop folder are no longer copied to the Desktop. Is this related to any bug or are these changes in the latest version of NTLite? If this is due to changes in the program, which previous version does it still work in ?

RU
При установке Windows 10 файлы из папки $OEM$\$1\Users\Default\Desktop теперь не копируются на Рабочий стол. Связано ли это с какой либо ошибкой или это изменения в последней версии NTLite. Если это из за изменений в работе программы, то в какой предыдущей версии это ещё работает ?
 
I don't know if it is a bug or not (I also had issues with the $OEM$ method, never got it to work), but i can offer you an alternative solution :

- in NTLite, right-click loaded image and Explore Mounted Directory, then just copy the files (or folders) that you want them placed on the desktop there (on the root directory).
- on NTLite post-setup (after logon) section, add a command "move" and in parameters type (/y "C:\file.ext" "%UserProfile%\Desktop\") of course replace file.ext with the exact file name and extension, and notice that anything you put in the root directory of mounted image folder will end up on C:\
here are some examples :

1.png
notice in the example above, I placed a folder Named "Scripts" that contain all these files on the root directory of mounted image folder, but knowing that after windows install they'll end up on C:\ i adjusted the parameters of the command "move" accordingly .....i hope it is not confusing.


-you can also do this for folders:
move /y "C:\folder1" "%UserProfile%\Desktop\"
 
Last edited:
Back
Top