How can i display a message to users that they have to restart the comuters in tex 10min after a sequritypatch have deployed, and they can chose to cancel the restart but after 2nd time this massage shows and it restart the computer anyway?
well, I dont know about 10 mins but i use shutdown.exe with
/L /R /T:60 "Need to reboot to finalize software installation" /C /Y
which will display a message and a timer showing (in this case) that the machine will reboot in 60 seconds (/T:60) but you can extend that for a longer period of time.
ah so your talking about sms sus fp, well you would have to actually modify the package to include it....which would make its use kinda impractical. this was more for distribution via sms installer package
Although I'm sure you could tweak the package sus makes to do this.
The code in an installer package is nothing more than this, just before exit:
item: Execute Program
Pathname=%win%\Shutdown.exe
Command Line=/L /R /T:60 "Need to reboot to finalize software installation" /C /Y
end
no this tex about Windows2000-KB890175-x86-ENU.EXE file.
i have make this exefile to bee deployed and installed on clients, but i need a massage to show up on the client who said "need to restart after a Sequrity patch have been instlled" click "restart or "cancel"
this is with no sus or ftp. this netwotk have no internet connection. i have to copy down all updates from cdr.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.