WIN 10 screensaver / restart / shutdown

---

reg add “HKEY_CURRENT_USER\Control Panel\Desktop” /v ScreenSaveActive /t REG_SZ /d 0 /f
^^Disabling Screen Saver And Turn Off Power Option Using Command Prompt
To set the screensaver to ‘None‘ from command line:
reg delete “HKEY_CURRENT_USER\Control Panel\Desktop” /v SCRNSAVE.EXE /f
To set screensaver on 10 Minute : 10*60
reg add “HKEY_CURRENT_USER\Control Panel\Desktop” /v ScreenSaveTimeOut /t REG_SZ /d 600 /f

Configure screensaver command line

shutdown /s
^^^shutdown
shutdown /r
^^reboot
/t 1 #1ne sekunde Runterfahrwartezeit
/f schliest programme

for /l %g in () do @( netsh interface ip show subinterfaces& timeout /t 10 )
^^show network traffic e every 10 seconds
date /t
^^show date
for /l %g in () do @( netsh interface ip show subinterfaces|findstr Draht&date /t& timeout /t 10 )
start explorer
^^ starts the explorer etc.

command line make a file
copy con file.txt
then paste input
and with CTRL+Z and enter

God Mode for Win10: Ordner auf dem Desktop anlegen mit dem Namen: Alle Aufgaben.{ED7BA470-8E54-465E-825C-99712043E01C}
dann per doppelklick aufrufbar

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>