+ Post New Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 16
Windows Thread, Disabling the remote shutdown command. in Technical; Morning, Does anyone know of a quick way to disable the ability to shutdown a pc remotely using the command ...
  1. #1
    IT_Man_Dan's Avatar
    Join Date
    Jul 2007
    Location
    West Sussex
    Posts
    105
    Thank Post
    10
    Thanked 6 Times in 6 Posts
    Rep Power
    11

    Disabling the remote shutdown command.

    Morning,

    Does anyone know of a quick way to disable the ability to shutdown a pc remotely using the command line in Windows XP?

    One of the little sods has apparently figured out how to do it and have been shutting down their classmates workstations.

  2. IDG Tech News

  3. #2
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,056
    Blog Entries
    1
    Thank Post
    104
    Thanked 439 Times in 380 Posts
    Rep Power
    114

    Re: Disabling the remote shutdown command.

    You can disable this in the Local/Domain Security Policy.

    Local Policies -> User Rights Assignment -> Shutdown the System.

  4. #3
    IT_Man_Dan's Avatar
    Join Date
    Jul 2007
    Location
    West Sussex
    Posts
    105
    Thank Post
    10
    Thanked 6 Times in 6 Posts
    Rep Power
    11

    Re: Disabling the remote shutdown command.

    Thanks,

    Will this mean that they can't shutdown the pc's at all or just remotely using the shutdown script?

    I still want them to be able to shut their own pc's down.

  5. #4
    projector1's Avatar
    Join Date
    Nov 2005
    Posts
    441
    Thank Post
    58
    Thanked 1 Time in 1 Post
    Rep Power
    14

    Re: Disabling the remote shutdown command.

    http://www.microsoft.com/resources/d....mspx?mfr=true

    Force shutdown from a remote system is what you probably need to look at, the only groups that should be able to carry this out is administrators.
    If the kids are able to remotely shutdown then you may need to find out if they have got access to the admin password!

  6. #5
    Oops_my_bad's Avatar
    Join Date
    Jan 2007
    Location
    Man chest hair
    Posts
    1,746
    Thank Post
    438
    Thanked 52 Times in 49 Posts
    Rep Power
    24

    Re: Disabling the remote shutdown command.

    Indeed... something is very wrong somewhere if they can shut down a PC remotely

  7. #6
    IT_Man_Dan's Avatar
    Join Date
    Jul 2007
    Location
    West Sussex
    Posts
    105
    Thank Post
    10
    Thanked 6 Times in 6 Posts
    Rep Power
    11

    Re: Disabling the remote shutdown command.

    Ok after quizzing a couple of the suspects they've given in and admited that they watched one of the members of staff type in the local administrator password...

    Great, I now have to go round every single pc and change the local password... Fun!!

    Thanks for your help on the shutdown problem.

  8. #7
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,056
    Blog Entries
    1
    Thank Post
    104
    Thanked 439 Times in 380 Posts
    Rep Power
    114

    Re: Disabling the remote shutdown command.

    Run the following as a machine startup script:

    Code:
    net user Administrator newpassword

  9. #8
    IT_Man_Dan's Avatar
    Join Date
    Jul 2007
    Location
    West Sussex
    Posts
    105
    Thank Post
    10
    Thanked 6 Times in 6 Posts
    Rep Power
    11

    Re: Disabling the remote shutdown command.

    Sorry, how exactly do I do that? If I wanted the new password to be enter I'd just simply put

    net user Administrator enter

    is that correct?

  10. #9
    DSapseid's Avatar
    Join Date
    Feb 2007
    Location
    West Sussex
    Posts
    1,027
    Thank Post
    105
    Thanked 35 Times in 30 Posts
    Rep Power
    22

    Re: Disabling the remote shutdown command.

    Quote Originally Posted by IT_Man_Dan
    Sorry, how exactly do I do that? If I wanted the new password to be enter I'd just simply put

    net user Administrator enter

    is that correct?
    yep

  11. #10
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,056
    Blog Entries
    1
    Thank Post
    104
    Thanked 439 Times in 380 Posts
    Rep Power
    114

    Re: Disabling the remote shutdown command.

    1. Create\edit a GPO that applies to all the machines you want to reset the local admin password on.
    2. Open it up and go to Computer Configuration -> Windows Settings -> Scripts -> Startup.
    3. the command is 'net'
    4. the parameters are 'user Administrator whateverpasswordyouwant'
    5. The machines local admin password will reset on next boot.

  12. #11
    IT_Man_Dan's Avatar
    Join Date
    Jul 2007
    Location
    West Sussex
    Posts
    105
    Thank Post
    10
    Thanked 6 Times in 6 Posts
    Rep Power
    11

    Re: Disabling the remote shutdown command.

    Thanks for the info I'll put that into the login script :-)

    On a slightly different note, do you know how I can make the login script not bring up a dialog box when running so that the students can't see it or close it?

    Thanks

  13. #12
    DSapseid's Avatar
    Join Date
    Feb 2007
    Location
    West Sussex
    Posts
    1,027
    Thank Post
    105
    Thanked 35 Times in 30 Posts
    Rep Power
    22

    Re: Disabling the remote shutdown command.

    Quote Originally Posted by IT_Man_Dan
    Ok after quizzing a couple of the suspects they've given in and admited that they watched one of the members of staff type in the local administrator password...
    Why do the staff even have the local admin password?

  14. #13
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,056
    Blog Entries
    1
    Thank Post
    104
    Thanked 439 Times in 380 Posts
    Rep Power
    114

    Re: Disabling the remote shutdown command.

    On a slightly different note, do you know how I can make the login script not bring up a dialog box when running so that the students can't see it or close it?
    Your login script is doing something strange to cause that. By default login scripts run slient/minimized. Debug it.

  15. #14
    Oops_my_bad's Avatar
    Join Date
    Jan 2007
    Location
    Man chest hair
    Posts
    1,746
    Thank Post
    438
    Thanked 52 Times in 49 Posts
    Rep Power
    24

    Re: Disabling the remote shutdown command.

    isnt there a GPO setting that changes the local admin password?

  16. #15
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,056
    Blog Entries
    1
    Thank Post
    104
    Thanked 439 Times in 380 Posts
    Rep Power
    114

    Re: Disabling the remote shutdown command.

    no

SHARE:
+ Post New Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Remote Desktop or Remote Assistance......?
    By tosca925 in forum Windows
    Replies: 20
    Last Post: 31st January 2012, 09:26 PM
  2. Replies: 8
    Last Post: 5th April 2009, 08:57 AM
  3. Remote shutdown
    By Kained in forum Windows
    Replies: 9
    Last Post: 28th August 2007, 06:44 PM
  4. Remote Shutdown Query
    By Kained in forum How do you do....it?
    Replies: 10
    Last Post: 27th April 2007, 08:57 AM
  5. Remote PC shutdown tools - AD and Time sync
    By sycho666 in forum Windows
    Replies: 1
    Last Post: 20th April 2007, 08:25 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •