Windows 10 KACE scripts
Morning,
I'm running some scripts - one of which turns of Intel PROSet wireless. This works fine on our Windows 7 machines:
Verify
- Verify that “HKLM64\SOFTWARE\Intel\Wireless\GuiConfiguration!Proset7Mode” is equal to “0”
Remediation
- Set “HKLM64\SOFTWARE\Intel\Wireless\GuiConfiguration!Proset7Mode” to “0”
On our Windows 10 boxes this doesn't work - the script doesn't fail it just stays in "Running" in Run Now Status, indeed all my script do this on Windows 10!!
I there any permissions thing I missed here?
Thanks.
2 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
Anyway, make sure Windows 10 XXXX is selected on the OS section of the script.
Under the TASK 1, there is an option to set the amount of attempts, try to see if using 3 there makes any difference.
And if you have it on "ON failure break" try to use, "on Failure Continue". - Channeler 7 years ago