The currently logged in user is a standard user without administrator permission.
Run the Notepad program with the command: runas /profile /env /user:administrator "notepad.exe". Click the menu item and select Save as to open the file selection dialog box. In the dialog box, you can select the desktop file of the current user, but you cannot select a document folder or a download folder.
How can I read all the files of the current user when the computer program has an administrator?
Noprofile and profile are invalid. If env is not added, the current user's file cannot be read.
Can you specify to load a user's environment profile?