Results 1 to 4 of 4

Thread: Block Windows Games

  1. #1
    Join Date
    Feb 2008
    Posts
    767

    Block Windows Games

    I wanted to block access to Windows games like Solitaire, Minesweeper and the list goes on, and that block their relocation by all means (installation cd, add/remove program windows ....).

    Is this really possible, because after reading various sites and forums, I didn't find any solution!

    So, is it possible to do anything by script, or any other manipulation?

    Configuration:
    My company has a Windows 2003 Server with DHCP service, IIS, VPN, DNS.
    Each position has Windows XP with few having Windows Vista.

  2. #2
    Join Date
    May 2008
    Posts
    611

    Re: Block Windows Games

    I am eager to give you a solution ...

    Normally you should be able to modify the installation files and thus remove the games. It requires a CD to install modified functional (DVD + RW) and reinstall all your posts.

  3. #3
    Join Date
    Feb 2008
    Posts
    767

    Re: Block Windows Games

    Thank you for your reply. However it was not a feasible one. Moreover I saw a solution on the net and I tested but failed!

    I have tried under Windows XP virtual machine, but this does not:

    Code:
    @ echo off 
    
    REM Verification of the existence of executables games and deletion 
    
    IF EXIST C:windows\system32\mshearts.exe DEL /F /S /Q mshearts.exe 
    
    IF EXIST C:windows\system32\freecell.exe DEL /F /S /Q freecell.exe 
    IF EXIST C:windows\system32\sol.exe DEL /F /S /Q sol.exe 
    IF EXIST C:windows\system32\spider.exe DEL /F /S /Q spider.exe 
    IF EXIST C:windows\system32\winmine.exe DEL /F /S /Q winmine.exe 
    break 
    
    REM IF EXIST C:\Program Files\MSN Gaming Zone\Windows\shvlzm.exe DEL /F /S /Q shvlzm.exe 
    REM IF EXIST C:\Program Files\MSN Gaming Zone\Windows\bckgzm.exe DEL /F /S /Q bckgzm.exe 
    REM IF EXIST C:\Program Files\MSN Gaming Zone\Windows\hrtzzm.exe DEL /F /S /Q hrtzzm.exe 
    REM IF EXIST C:\Program Files\MSN Gaming Zone\Windows\chkrzm.exe DEL /F /S /Q chkrzm.exe 
    REM IF EXIST C:\Program Files\MSN Gaming Zone\Windows\Rvsezm.exe DEL /F /S /Q Rvsezm.exe 
    DEL /F /S /QC:\Program Files\MSN Gaming Zone\Windows\*.*
    
    break 
    
    IF EXIST C:\Program Files\Windows NT\Pinball DEL /F /S /Q /A:AC:\Program Files\Windows NT\Pinball\Pinball.exe
    
    REM Removing shortcuts Games 
    
    IF EXIST C:\Documents and Settings\"All Users"\"Start Menu"\Programs\Games\*.* DEL /F /S /QC:\Documents and Settings\All Users\Start Menu\Programs\Games\*.Ink
    IF EXIST D:\Documents and Settings\"All Users"\"Start Menu"\Programs\Games\*.* DEL /F /S /QC:\Documents and Settings\All Users\Start Menu\Programs\Games\*.Ink
    
    break 
    
    REM Uninstallation games ended 
    
    exit
    Then I copied the script in notepad, and saved it as ScriptGames.bat

    It must be set .bat this script?

  4. #4
    Join Date
    May 2008
    Posts
    979

    Re: Block Windows Games

    I would have made NTFS laws on EXE so that only a network admin can be reached by reading and writing. And so that the user can not run, or even replace them.

    By against, if it comes with a key containing material, and if he renowned then do not prevent it. May be with the GPO.

Similar Threads

  1. Replies: 6
    Last Post: 30-04-2012, 12:30 PM
  2. How can Microsoft block the used games?
    By Hridayeshu in forum Video Games
    Replies: 4
    Last Post: 10-02-2012, 12:12 PM
  3. Replies: 7
    Last Post: 07-07-2011, 10:32 PM
  4. Block UAC alerts in Windows 7
    By Abhibhava in forum Operating Systems
    Replies: 3
    Last Post: 21-10-2009, 06:21 PM
  5. Block Adservers on windows
    By Dietrich in forum Networking & Security
    Replies: 3
    Last Post: 07-03-2009, 12:21 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,907,155.75514 seconds with 16 queries