Controlling shutdown of NT
Results 1 to 7 of 7

Thread: Controlling shutdown of NT

  1. #1
    Join Date
    Apr 2000
    Location
    Genk, Limburg, België
    Posts
    9

    Controlling shutdown of NT

    I'd like to invoke some simple commands (copy, delete,...) when a user closes a NT-session. Can this be done? How?

  2. #2
    Join Date
    Apr 2000
    Location
    trelleborg
    Posts
    6
    Suppose you can do a script of somekind...Not sure how to do it though. But I´ve heard of it...

  3. #3
    Join Date
    Apr 2000
    Location
    Rome/Italy
    Posts
    174
    I'd be surprised to find it's that simple... Because, if NT is shutting down, your script will be terminated.

    You would have to have a bit of software that would intercept the shutdown request, prevent NT shutting down, run your commands, and then shut down NT.

    I've dfinately never seen anything like that. What do you want it for anyway?


  4. #4
    Join Date
    Apr 2000
    Location
    Rome/Italy
    Posts
    174
    I just found something that does what I mentionned above on Win95. It's called "ShutUp", and can be downloaded here:

    "http://www6.zdnet.com/cgi-bin/texis/swlib/hotfiles/pcmag_info.html?fcode=000OHU".



  5. #5
    Join Date
    Apr 2000
    Location
    s. portland, me usa
    Posts
    35
    One way to do it:

    Get the SHUTDOWN.EXE file from the NT Resource Kit. Create a batch file for your copy command, etc. then place the SHUTDOWN.EXE command at the end of the batch file. Place the shortcut to the batch file on the desktop and have the user run that instead of the START/SHUTDOWN sequence.

    If you need the SHUTDOWN.EXE file, let me know. There are also some switches that will assist the shutdown procedure.


  6. #6
    Join Date
    Apr 2000
    Location
    Rome/Italy
    Posts
    174
    The "shutup" program I referred to works on NT, and seems really good!

    You need to disable the shutdown using a system policy, and your users would have to shutdown using a small icon in the system tray.

    The utility allows you to eject your cd, execute programs, clear internet history, clear start menu options (find, documents,etc),empty "temp" directory, set reminders.


  7. #7
    Join Date
    Apr 2000
    Location
    Rome - Italy
    Posts
    5
    From http://www.ntfaq.com/

    ...
    You may also consider ShutdownPlus ( http://www.wmsoftware.com/shutdownplus ) which replaces the standard Windows shutdown and logoff dialog boxes. Shutdownplus allows you to run applications and stop services (stopping services only under NT/2000) at shutdown, restart, or logoff.

    Another method is to use a special GINA from http://wwwthep.physik.uni-mainz.de/~frink/nt.html which enables you to do this.

    In Windows 2000 this can be accomplished using Group Policy Objects. Go to the User Configuration - Windows Settings - Scripts (Logon/Logoff) and set the Logoff option.


    [This message has been edited by Davide (edited 04-20-2000).]

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
  •