RubisetCie / god-mode

Windows utility to run any command or process with highest privileges.
GNU General Public License v3.0
2 stars 1 forks source link

I can't run the command in the batch file #2

Open geepnozeex opened 1 year ago

geepnozeex commented 1 year ago

http://ipic.su/img/img7/fs/Bezymyannyj.1694935334.png

God Mode = GM64

RubisetCie commented 1 year ago

Instead of this (GM64 cmd /c rd /s /q <...>), try writing your command like this, omitting the "cmd /c" part:

GM64 rd /s /q <...>
geepnozeex commented 1 year ago

Instead of this (GM64 cmd /c rd /s /q <...>), try writing your command like this, omitting the "cmd /c" part:

GM64 rd /s /q <...>

cmd still run as administrator

RubisetCie commented 1 year ago

In order to elevate its privileges to Trusted Installer, the program needs administrator rights, of course. Do you mean it fails to delete the directory you're asking it to delete ?

geepnozeex commented 1 year ago

your utility cannot run a command from a batch file with rights trustedinstaller. I'll stay on superUser

RubisetCie commented 1 year ago

Normally it can... if you want me to help you, could you send me your batch file ?

geepnozeex commented 1 year ago

Command on first screenshot