Re: Besoin d'aide sur la commande REG

Publié par Lecteur le 17/03/2013 14:41:43
Bonjour,
moi j'essayerai plutot de créer un fichier .reg pour l'executer
par exemple le batch suivant :

@echo off
echo.
echo Windows Registry Editor Version 5.00 > Sup.reg
attrib +h Sup.reg
[-HKEY_LOCAL_MACHINE\SOFTWARE\Panda Software /f] >> Sup.reg
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders /v C:\Program Files\System\System\RT 7 Lite\zh-TW\ /f] >> Sup.reg

reg import Sup.reg

attrib -h Sup.reg
del Sup.reg

Cette contribution était de : http://www.gratilog.net/xoops/newbb/viewtopic.php?forum=13&topic_id=8871&post_id=145006