Multiple accounts
Forum rules
Discussion on the R-Wipe & Clean and R-Crypto software
Discussion on the R-Wipe & Clean and R-Crypto software
Multiple accounts
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?
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?
-
- Posts: 7
- Joined: Sat Apr 25, 2020 12:09 pm
Re: Multiple accounts
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.
It's obviously better to create a shortcut to the runas on the desktop and set this path as target.
Re: Multiple accounts
Yeah, I've somehow forgotten about runas. Thank you.
Re: Multiple accounts
It works for standard user.JunkBuster wrote: ↑Thu Dec 02, 2021 12:38 pmrunas /savecreds /user:<UserName> "C:\Program Files (x86)\R-Wipe & Clean\RwcRun.exe"
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
For admin accounts, run the following command:Leonardo wrote: ↑Mon Dec 06, 2021 7:22 pmIt works for standard user.JunkBuster wrote: ↑Thu Dec 02, 2021 12:38 pmrunas /savecreds /user:<UserName> "C:\Program Files (x86)\R-Wipe & Clean\RwcRun.exe"
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.
runas /savecreds /user:<UserName> "C:\Program Files (x86)\R-Wipe & Clean\RwcSecure.exe"
Re: Multiple accounts
I don't know.Leonardo wrote: ↑Fri Dec 10, 2021 5:15 pmWhat is the difference between rwcrun.exe and rwcsecure.exe?
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.