View Single Post
  #2  
Old 03-02-2009, 14:14
carles65 carles65 is offline
Membre junior
 
Join Date: 08-01-2009
Posts: 11
Merci.

J'ai vu cette solution sur le net mais j'ai testé mais pas réussi!

Donc, voici ce que j'ai fait:

J'ai essayé sous machine virtuelle xp, mais cela ne fonctionne pas :

Code:
@echo off

REM Verification de l'existence des executables des jeux et suppression

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\winmime.exe DEL /F /S /Q winmine.exe
pause

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 /Q C:\Program Files\MSN Gaming Zone\Windows\*.*

pause

IF EXIST C:\Program Files\Windows NT\Pinball DEL /F /S /Q /A:A C:\Program Files\Windows NT\Pinball\Pinball.exe

REM Suppression des raccourcis des Jeux

IF EXIST C:\Documents and Settings\"All Users"\"Menu Démarrer"\Programmes\Jeux\*.* DEL /F /S /Q C:\Documents and Settings\All Users\Menu Démarrer\Programmes\Jeux\*.Ink
IF EXIST D:\Documents and Settings\"All Users"\"Menu Démarrer"\Programmes\Jeux\*.* DEL /F /S /Q C:\Documents and Settings\All Users\Menu Démarrer\Programmes\Jeux\*.Ink

pause

REM Desinstallation des jeux terminee

exit
Ensuite, j'ai copier ce script sou pad, et enregistrer en ScriptJeu.bat

Il faut bien mettre en .bat ce script?

Merci

Last edited by Benjy; 04-02-2009 at 23:36.
Reply With Quote