shortcut close down and restart windows


  1. Posts : 9
    win 7
       #1

    shortcut close down and restart windows


    in windows 7 and 8 I could place a shortcut on my desktop to either closedown or restart my PC which I found on the Windows 8 site. will this still work on windows 10?
    shortcut close down and restart windows Attached Files
      My Computer


  2. Posts : 22,740
    Windows 10 Home x64
       #2

    I would think it will.
      My Computer


  3. Posts : 9
    win 7
    Thread Starter
       #3

    alexanderd said:
    in windows 7 and 8 I could place a shortcut on my desktop to either closedown or restart my PC which I found on the Windows 8 site. will this still work on windows 10?
    Thank youfor your quick reply, I will use it when I have installed win 10
      My Computer


  4. Posts : 22,740
    Windows 10 Home x64
       #4

    alexanderd said:
    Thank youfor your quick reply, I will use it when I have installed win 10
    You're welcome.. I use this for a sleep timer shutdown:

    Code:
    @echo off
    echo  Sleep Timer
    echo.
    :setup_timer
    set /p m= Enter number of minutes [1 to 1440]:
    set m=%m:,=%
    if %m% leq 1440 if %m% gtr 0 goto run_timer
    goto setup_timer
    :run_timer
    set /a s=m*60
    timeout /T %s% /nobreak
    shutdown /s /t 0
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 05:04.
Find Us




Windows 10 Forums