A strong Yes, otherwise, you wouldn't find it here. Bad (in the sense of: malicious) tools are removed from these forums.
@Nikishek Mind the difference: OfficeRTool > https://forums.mydigitallife.net/posts/1125229 And Office(R)Tool > https://forums.mydigitallife.net/threads/office-r-tool-project.84450
@abbodi1406 , can you update your OfficeScrubber 14 script so that it does not quit quietly (no errors or warnings) if it is placed inside a path with spaces or special characters? For example, if placed inside "New folder (2)" it will never run and end user will not know why. It took me a lot of time to figure it out.
It starts fine on those path, if you double click on the script "Run as administrator" context menu option will probably fail by default because the built-in registry command doesn't account for special characters to fix that, open command prompt as administrator, then copy/paste and execute these commands: Code: set _r=^%SystemRoot^% reg add HKLM\SOFTWARE\Classes\batfile\shell\runas\command /f /v "" /t REG_EXPAND_SZ /d "%_r%\System32\cmd.exe /C \"\"%1\" %*\"" reg add HKLM\SOFTWARE\Classes\cmdfile\shell\runas\command /f /v "" /t REG_EXPAND_SZ /d "%_r%\System32\cmd.exe /C \"\"%1\" %*\""
It's a real shame that there isn't an equivalent to an .msi installation (like Office 2016, for example, with the option to choose all the components) on C2R installations...