Page 1 of 1

Multiple accounts

Posted: Thu Dec 02, 2021 3:48 am
by cyborg
There is a laptop with multiple accounts. Each account contains a lot of junk from the web browser, various applications, etc.
The R-Wipe & Clean cleans it all up, but I need to log into each account and run the R-Wipe & Clean there.
Is it possible to somehow clean up the junk of another account in the R-Wipe & Clean without switching accounts?

Re: Multiple accounts

Posted: Thu Dec 02, 2021 12:38 pm
by JunkBuster
runas /savecreds /user:<UserName> "C:\Program Files (x86)\R-Wipe & Clean\RwcRun.exe"

It's obviously better to create a shortcut to the runas on the desktop and set this path as target.

Re: Multiple accounts

Posted: Thu Dec 02, 2021 10:22 pm
by cyborg
Yeah, I've somehow forgotten about runas. Thank you.

Re: Multiple accounts

Posted: Mon Dec 06, 2021 7:22 pm
by Leonardo
JunkBuster wrote:
Thu Dec 02, 2021 12:38 pm
runas /savecreds /user:<UserName> "C:\Program Files (x86)\R-Wipe & Clean\RwcRun.exe"
It works for standard user.
For administrator accounts, the runas failed with the error:

RUNAS ERROR: Unable to run - C:\Program Files (x86)\R-Wipe & Clean\RwcRun.exe
740: The requested operation requires elevation.

Re: Multiple accounts

Posted: Wed Dec 08, 2021 1:48 pm
by biker
Leonardo wrote:
Mon Dec 06, 2021 7:22 pm
JunkBuster wrote:
Thu Dec 02, 2021 12:38 pm
runas /savecreds /user:<UserName> "C:\Program Files (x86)\R-Wipe & Clean\RwcRun.exe"
It works for standard user.
For administrator accounts, the runas failed with the error:

RUNAS ERROR: Unable to run - C:\Program Files (x86)\R-Wipe & Clean\RwcRun.exe
740: The requested operation requires elevation.
For admin accounts, run the following command:

runas /savecreds /user:<UserName> "C:\Program Files (x86)\R-Wipe & Clean\RwcSecure.exe"

Re: Multiple accounts

Posted: Fri Dec 10, 2021 5:15 pm
by Leonardo
biker wrote:
Wed Dec 08, 2021 1:48 pm
For admin accounts, run the following command:

runas /savecreds /user:<UserName> "C:\Program Files (x86)\R-Wipe & Clean\RwcSecure.exe"
Yes, it worked. Thank you very much.
What is the difference between rwcrun.exe and rwcsecure.exe?

Re: Multiple accounts

Posted: Tue Dec 14, 2021 10:42 am
by biker
Leonardo wrote:
Fri Dec 10, 2021 5:15 pm
What is the difference between rwcrun.exe and rwcsecure.exe?
I don't know.
I noticed that RwcSecure.exe is used instead of RwcRun.exe at startup. And when you launch the RwcSecure.exe, no User Account Control messages appear.
Since both files have the same description, it seems there's only one difference between them: RwcRun.exe requires elevation to run under an administrator account.