PDA

View Full Version : Automaticaly remove Win2k Games


KaHNZa
01-28-02, 02:08 PM
I was wondering if there is a utility that I could run at boot-up to make sure the Win2k games are deleted. Like solitaire, freecell, Minesweeper, and pinball. I want to do this cause I need to remove all the games of the computers here at work. Or is it possible to write a VB script to do that?

RED Hot Machine
01-28-02, 02:15 PM
Do you install all windows to the same drive and dir?

If so you could just use a dos batch file.

KaHNZa
01-28-02, 02:18 PM
Originally posted by RED Hot Machine
Do you install all windows to the same drive and dir?

If so you could just use a dos batch file.

Yes they are all installed to the same drive and dir. I tried just adding a line to the logon script and using a batch file to delete the games but it wouldn't do it. hmmm I wonder if I just tell the script to put the batch file in the start menu or perhaps the run section in the registry... And then tell the batch file to terminate itself...

KaHNZa
01-28-02, 03:00 PM
I have to find a way around Windows 2000 security

KaHNZa
01-28-02, 04:28 PM
Nevermind. I figured it out. I had to delete the original files in the the system32\dllcache folder. It all works great! Now I just have to put a line in my script to execute this batch file when someone logs on.