SimpleWindowsHardening
Published: July 7, 2020 - 11:55 AM
Hello,
this is my first post here, but I'm a fairly long-time WAPT user (I was fortunate enough to receive training from Tranqui IT, among others).
For a FabLab, which involves installing packages but allowing a certain degree of autonomy, I'd like to deploy the open-source software SimpleWindowsHardeningand grant access to the executable to the local administrator, who needs a degree of autonomy.
The principle of this executable is that when launched, it activates SRPs and restrictions by default and displays a window with activation and configuration buttons.
I'd like to create a WAPT package that leaves a copy of the executable on the local disk (that part is working), launches the executable (that part is working), and closes the window (I haven't been able to get that part right).
Indeed, the Python script is waiting for the process to close (I also tried launching it via a background batch file with start.exe, then running taskkill), and I don't know how to get it to proceed. At best, I get a timeout, but I only get an error code 3, and the package is considered uninstalled (I haven't been able to get the error code to work).
Do you have any suggestions?
----
WAPT 1.8 on Debian Buster, Client machines on Windows 10
this is my first post here, but I'm a fairly long-time WAPT user (I was fortunate enough to receive training from Tranqui IT, among others).
For a FabLab, which involves installing packages but allowing a certain degree of autonomy, I'd like to deploy the open-source software SimpleWindowsHardeningand grant access to the executable to the local administrator, who needs a degree of autonomy.
The principle of this executable is that when launched, it activates SRPs and restrictions by default and displays a window with activation and configuration buttons.
I'd like to create a WAPT package that leaves a copy of the executable on the local disk (that part is working), launches the executable (that part is working), and closes the window (I haven't been able to get that part right).
Indeed, the Python script is waiting for the process to close (I also tried launching it via a background batch file with start.exe, then running taskkill), and I don't know how to get it to proceed. At best, I get a timeout, but I only get an error code 3, and the package is considered uninstalled (I haven't been able to get the error code to work).
Do you have any suggestions?
----
WAPT 1.8 on Debian Buster, Client machines on Windows 10