This is from clean install. Here, try this. Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\PowerCfg] "CurrentPowerPolicy"="4" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{025A5937-A6BE-4686-A844-36FE4BEC8B6D}] "PreferredPlan"=- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{025A5937-A6BE-4686-A844-36FE4BEC8B6D}] "PreferredPlan"="8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c"
lock screen not working properly.....when u refresh your comp it shows the desktop and then goes back into lock screen.
... as am running 16237, Thought I would pop this in here [rather than scripting], as solution may be quite simple.. hopefully Trying to write a script [Only just getting in to Scripting] to add Defender Exclusions on Windows 10 via registry <WITH NO SUCCESS> So far, haven't had too many issues - except when it comes to ownership and privileges on certain Registry Keys ... Example ---------------------------------------------------------------------------------------------------------------- @echo Off Title Defender Exclusions v1.0 & Color 1A SetACL -on "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" -ot reg -actn setowner -ownr "n:Administrators" <ACTION COMPLETED SUCCESSFULLY> SetACL -on "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" -ot reg -actn ace -ace "n:Administrators;p:full" <ACTION COMPLETED SUCCESSFULLY> REG ADD "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files\KMSpico\AutoPico.exe" /t REG_DWORD /d "0" /f <ACCESS DENIED> SUBINACL /keyreg "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /setowner=administrators /grant=administrators=f <ACTION COMPLETED SUCCESSFULLY> REG ADD "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files\KMSpico\AutoPico.exe" /t REG_DWORD /d "0" /f <CANNOT FIND FILE SPECIFIED> :END echo. echo ============================================================ echo %MESSAGE% echo ============================================================ echo. echo Press any Key to Exit. pause >nul exit ---------------------------------------------------------------------------------------------------------------- .. can't figure out what I am doing wrong, would appreciate some help,.. Thanks
.. Likewise here, Configured [ Edit: failed to mention HIGH PERFORMANCE] everything via Settings, yet still had to alter some values in Registry but as far as I can tell, the only thing that has actuall been applied is - Monitor Stays ON ... HDDs and USB attached devices continue to be turned off erratically, sometimes within seconds of device going idle
My Pro upgrade of 16232 to 16237 shows "balanced" and "My Custom Power Plan," and immediately below that I have a drop-down menu entitled "Show additional plans" under which are listed two power plans, High Performance and Power Saving--neither is grayed out, and both are functional.