The logoff-scripts tag has no wiki summary.
1
vote
1answer
183 views
Ninite with a logoff group policy script
I'm trying to use a batch script to automate the updates of some apps using ninite with a group policy log off script.
Here is my script:
echo Copying ninite
mkdir C:\temp
mkdir C:\temp\ninite
echo ...
0
votes
1answer
549 views
Login/Startup Scripts Not working
My test network setup is as follows.
A Windows 2008 R2 Server acting as a DC (AD, DNS, DHCP) it is on its own vlan (10.20.99.0/24).
I then Have two XP test computers each on there own vlan ...
0
votes
2answers
907 views
Add Group Policy by Script
I'm trying to make it easy to add a LogOff script to Group Policy and am having difficulty finding any information on adding Group Policy via script.
I already have the script I want to run at ...
1
vote
1answer
239 views
Power Off Monitors at Logoff
Mixed domain environment, xp, vista, 7
DC = Server 2003, 2008
Has anyone done this ? powering off the Monitor when a user shutsdown the machine or logs off ?
I have checked the GPO Setting but they ...
0
votes
2answers
304 views
Is there a command-line and non-RDP way to logoff a Windows XP PRO user remotely from a Linux box?
I've been trying "net rpc shutdown" but it only works for rebooting and halting. RDP doesn't fit my needs. Any suggestion?
5
votes
5answers
2k views
Script to kill process at logoff doesn't execute until process is dead?
We have a program that, due to memory leaks in some of the screens, doesn't exit cleanly when the user quits. The problem is that this blocks the normal logoff procedure - you select logout and a few ...