What I mean is, the currently logged-in user is not an administrator, and I want to open the administrator user's desktop without logging off (not the folder corresponding to the desktop).
runas /savecred /u:administrator calc.exe
taskkill /f /im calc.exe /t
taskkill /f /im explorer.exe /t
C:\WINDOWS\system32\runas.exe /savecred /u:administrator explorer.exe
The above commands can't achieve it.
runas /savecred /u:administrator calc.exe
taskkill /f /im calc.exe /t
taskkill /f /im explorer.exe /t
C:\WINDOWS\system32\runas.exe /savecred /u:administrator explorer.exe
The above commands can't achieve it.
