bcdedit.exe not found in shellExecute_()
Posted: Wed Nov 27, 2024 8:00 pm
Hello
When I run this command
The command is not successful but if I copy bcdedit.exe to an other location and call it, it works.
PB x86 on Windows x64.
How to do it ?
thanks
When I run this command
Code: Select all
ShellExecute_(0, "RunAS", "bcdedit.exe", "/set {Default} safeboot minimal", "", #SW_SHOWNORMAL)
PB x86 on Windows x64.
How to do it ?
thanks