User Tools

Site Tools


Sidebar

code:windows

Windows

Zástupce pro rychlou úpravu hosts

  • pravoklik na plochu a Nový > Zástupce
  • do Umístění zadat cestu viz níže
%windir%\system32\notepad.exe %windir%\system32\drivers\etc\hosts
  • klik na Další
  • pojmenovat hosts
  • pravoklik na nově vytvořený zástupce hosts a vybrat Vlastnosti
  • klik na Upřesnit
  • zaškrtnout Spustit jako správce
  • potvrdit okna přes OK a OK
  • hotovo

Taken from: http://superuser.com/a/52854

dir /a:l /s

Scripting in Windows batch

Check what is preventing to turn off a display

Source: https://thegeekpage.com/screen-wont-turn-off/

Run `cmd` as Administrator and then:

# to check if it is really slack
powercfg -requests
 
# to resolve the issue
powercfg /requestsoverride PROCESS slack.exe DISPLAY SYSTEM
code/windows.txt · Last modified: 2024/02/27 22:52 by hansek