Created a script to toggle lid close action (sleep/do nothing) I can see it take effect, but it doesn't work
问题 I've made a vbs script which basically toggles the close lid action between Sleep and DoNothing. The idea is to have an icon on my desktop to save going ControlPanel>PowerOptions>ChangeWhatClosingTheLidDoes every time. I'm on Windows 7 x64 by the way. When I run it, in control panel I can see that the lid close action changes, however when I actually close the lid, there is no change in behavior. Any suggestions on what could be preventing the system from obeying it's instructions?? It's