There is network with about 50 Windows (servers and clients) machines. I have some script that needs to be run on those machines' startup.
Local GPO is problematic because I don't want to go through all these machines and set it.
Domain GPO is problematic because the script I'm going to run removing the machine from the domain, but I still need it to run after the restart that comes after the domain quit.
Registry key is problematic because the script needs to run before the user login.
How can I setup that the script will run on startup without set it locally or depended on domain ?