Release 12.1
Attention! in resource it say version 12.0
FIX! Modifying the UAC Disabler Rules because of someone said about UWP Startup not working. To fix the issue please check if the values are put in registry (because the script putted the values to 0)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableFullTrustStartupTasks"=dword:00000002
"EnableUwpStartupTasks"=dword:00000002
"SupportFullTrustStartupTasks"=dword:00000001
"SupportUwpStartupTasks"=dword:00000001
FIX! and a fix for issue #32 (it says this thing is caused by removal of defender smartscreen, so i modified the rules of removal in the script now)
!! The bugs and the issues with the script can be found in Issues section of the project.