I'm looking for a command to open the following window from a batch file (Windows 10), see picture 2.
When I run
Code: Select all
start ms-settings:activation
We need this for a batch script to force a troubleshoot (on more than 100 pcs a month). It is needed to activate Windows 10 Pro.
Alternatively, Powershell would also be a solution.
It would be even better if the window did not appear at all and the output would take place on the console. But that's not a must. Only if it is possible.
Thank you for any help..