RunAsCurrentUser.exe issues

I’m testing on a Windows 7 machine. RACU.exe is copied over to the test user’s desktop and d-checked that account has full control to it, but it just won’t run, either through an action or manually. As a test I d-loaded to my home desktop where, obviously, I have full rights and can’t get it to do anything there, either.

I’m trying to set the active desktop theme with the following command (this is after copying over to desktop and renaming), but not sure if it matters given I can’t get it to do anything at all:

waithidden C:\users<testuser>\desktop\RACU.exe --w --q cmd.exe /c rundll32.exe %SystemRoot%\system32\shell32.dll,Control_RunDLL %SystemRoot%\system32\desk.cpl desk,@Themes /Action:OpenTheme /file:“C:\Windows\resources\themes\New_ACITh.theme” /qn

Any suggestions?

Hi Jonesy119,

Are you sure that you are using the correct syntax ?

Try to run a simpler command like

RACU.exe --w --q cmd.exe /c notepad.exe

If this works then it’s a matter of double quotes or maybe you need to use /i to pass parameters to the command.