disable " Force Shutdown" confirm in windows ultimate

Page 2 of 3 FirstFirst 123 LastLast

  1. Posts : 18
    windows 7
    Thread Starter
       #11

    ok. i found a working way around this.

    in task schedule set time. for the program to run choose c:windows/system32/cmd.exe and then for the " add arguments" put ( cmd /c shutdown /f /s /t 0 )

    so it would look like

    C:\Windows\System32\cmd.exe cmd /c shutdown /f /s /t 0

    tested working. thanks guys for your fast replies
      My Computer


  2. Posts : 2,737
    Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
       #12

    Ok here is a VBScript that will work if you double click on it.
    disable " Force Shutdown" confirm in windows ultimate Attached Files
      My Computer


  3. Posts : 2,737
    Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
       #13

    wr332 said:
    ok. i found a working way around this.

    in task schedule set time. for the program to run choose c:windows/system32/cmd.exe and then for the " add arguments" put ( cmd /c shutdown /f /s /t 0 )

    so it would look like

    C:\Windows\System32\cmd.exe cmd /c shutdown /f /s /t 0

    tested working. thanks guys for your fast replies

    Don't forget to give some REP points if you feel I helped. Enjoy.
      My Computer


  4. Posts : 18
    windows 7
    Thread Starter
       #14

    thanks guys. and i already added the REP points for everyone who helped me.
      My Computer


  5. Posts : 4
    Windows 7 professional
       #15

    This is ok for a regular Force Shutdown, but I just want to get rid of the screen altogether. I leave Windows Explorer open so it reloads at boot. So I don't need 7 to tell me to close it. I use CloseAll to close everything else. The screen anyway disappears after 30 seconds but it would be good to stop it loading.
      My Computer


  6. Posts : 3
    Windows 7
       #16

    force shutdown- desktop shortcut


    Create a Desktop Shortcut with the switches /f/s/t 0

    for auto-shudown without confirmation, You gotta make a registry edit to accomplish this.



    I saw on some other forums this solution:
    From: Didier Jonkers

    Copy and paste the following into a text editor and save as ShutdownXPFast.reg. Right-click the newly created ShutdownXPFast.reg and select Merge.

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "AutoEndTasks"="1″
    "HungAppTimeout"="1000″
    "WaitToKillAppTimeout"="1000″

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
    "WaitToKillServiceTimeout"="1000″

    [HKEY_USERS\.DEFAULT\Control Panel\Desktop]
    "AutoEndTasks"="1″
    "HungAppTimeout"="1000″
    "WaitToKillAppTimeout"="1000″
    type REGEDIT in the command prompt.


    Warning "Back-up your registry" before you try this.
    Lower the respective values, Say from 5000 to 1000.

    Note:
    values are in milliseconds I believe. so if the a value of 5000 its 5000ms for the time to kill a process/app.
    Some programs are in the 20000+ ms range as they do maintenance on closing.

    Makes sure all values are Uniform. If you choose 1000 all Reg-edits must be 1000
      My Computer


  7. Posts : 826
    Windows 7 Professional 64 Bit SP1
       #17

    AutoEndTasks is the most important one on that list. Those shutdown registry tweaks are really helpful, I've been using them since Windows 2000, they'll probably work on Windows 8 too :)
      My Computer


  8. Posts : 2,737
    Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
       #18

    Please note: That the settings that Microsoft set in the above registry settings are set for a reason, to make sure your system shuts down correctly, safely and orderly. If you are a new to Windows or the registry you need to be very cautious making any of these changes. There is a good chance of greatly adversely affecting your system. Just because the machine shuts down quickly does not mean it is healthy for the machine to do so. I have seen many users get into deep trouble making their machine shutdown quickly. -WS
      My Computer


  9. Posts : 19
    windows7 ultimate x32
       #19

    shortcut here:
    Shut Down Computer Shortcut - Create

    how to autoclose apps on shutdown or restart without confirm here:
    http://www.trishtech.com/win7/turn_o..._windows_7.php
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
    "AllowBlockingAppsAtShutdown"=dword:00000001
    Or
    reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\System /v AllowBlockingAppsAtShutdown /t REG_DWORD /d 0x1 /f
    Last edited by nalbe; 04 Mar 2012 at 05:00.
      My Computer


  10. Posts : 15
    windows 7 Ultimate 32bit
       #20

    Thanks Nalbe.. I got it... great tip...
      My Computer


 
Page 2 of 3 FirstFirst 123 LastLast

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

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