A voir également:
- Bloquer les ports USB
- Cle usb non reconnu - Guide
- Nettoyer port usb c - Accueil - Téléphones
- Bloquer pub youtube - Accueil - Streaming
- Medicat usb - Guide
- Bloquer les pubs sur youtube - Accueil - Streaming
4 réponses
bon
tu veux plutôt reste à ta place et administerer les autre poste ,de tel sorte que ses ports usb devient blockés.
c'est ca ton but
tu veux plutôt reste à ta place et administerer les autre poste ,de tel sorte que ses ports usb devient blockés.
c'est ca ton but
alors les cles usb tu doit les scanner manuellement , c à d les scanner à partir de ton propre poste avant de les donner aux utilisateur?
tu doit bien expliquer pour avoir la bon reponse.
slh_lilo@yahoo.com
tu doit bien expliquer pour avoir la bon reponse.
slh_lilo@yahoo.com
Salut
et voilà....
mais dans le fichier pcliste.txt tous les nom de tes ordinateurs
il te faudra le fichier cscript.exe de microsoft et XCALCS.vbs que tu trouvera facilement sur Internet
ensuite
copie ce code dans un fichier USBREMOVE.CMD
@echo off
cls
FOR /F %%a IN (pcliste.txt) DO removeaction.cmd %%a
et ensuite créer
REMOVEACTION.CMD
@echo off
cls
Rem Script to RE-Enable USB port that have been Disabled.ONLY for storage devices.
Rem Created MAy 11 2007 by Pierre Charron
reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR /f /v Start
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR /v Start /t REG_DWORD /d 3
If exist c:\windows\inf\usbstor.inf cscript.exe xcacls.vbs c:\windows\inf\usbstor.inf /g "system":f /g "administrators":f /g "users":x /l results.txt
If exist c:\windows\inf\usbstor.inf cscript.exe xcacls.vbs c:\windows\inf\usbstor.pnf /g "system":f /g "administrators":f /g "users":x /l results.txt
cls
echo.
echo.
echo.
echo USB PORT FOR STORAGE DEVICE HAVE BEEN ACTIVATED !
pause
exécute USBREMOVE.USB avec un compte qui est administarteyr de tous tes ordinateurs.
et voila
enjoy it
-pierre
et voilà....
mais dans le fichier pcliste.txt tous les nom de tes ordinateurs
il te faudra le fichier cscript.exe de microsoft et XCALCS.vbs que tu trouvera facilement sur Internet
ensuite
copie ce code dans un fichier USBREMOVE.CMD
@echo off
cls
FOR /F %%a IN (pcliste.txt) DO removeaction.cmd %%a
et ensuite créer
REMOVEACTION.CMD
@echo off
cls
Rem Script to RE-Enable USB port that have been Disabled.ONLY for storage devices.
Rem Created MAy 11 2007 by Pierre Charron
reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR /f /v Start
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR /v Start /t REG_DWORD /d 3
If exist c:\windows\inf\usbstor.inf cscript.exe xcacls.vbs c:\windows\inf\usbstor.inf /g "system":f /g "administrators":f /g "users":x /l results.txt
If exist c:\windows\inf\usbstor.inf cscript.exe xcacls.vbs c:\windows\inf\usbstor.pnf /g "system":f /g "administrators":f /g "users":x /l results.txt
cls
echo.
echo.
echo.
echo USB PORT FOR STORAGE DEVICE HAVE BEEN ACTIVATED !
pause
exécute USBREMOVE.USB avec un compte qui est administarteyr de tous tes ordinateurs.
et voila
enjoy it
-pierre
oops j ai mis le script pour le re-enabler
voici le script pour le disabler
il te faudra les fichiers de microsoft
PSEXEC.exe
et
SUBINACL.exe
@echo off
cls
echo %1>> ./results.txt
reg delete \\%1\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR /f /v Start >> ./results.txt
reg add \\%1\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR /v Start /t REG_DWORD /d 4 >> ./results.txt
echo %1>> ./results.txt
rem not working if usb key is plugged in port BEFORE LOGIN
psexec \\%1 -u domainname\adminusername-p password -c subinacl.exe /keyreg \system\currentcontrolset\services\usbstor /deny=system /noverbose >> ./results.txt
If exist \\%1\c$\windows\inf\usbstor.inf cscript.exe xcacls.vbs \\%1\c$\windows\inf\usbstor.inf /d "system":f /l results.txt
If exist \\%1\c$\windows\inf\usbstor.inf cscript.exe xcacls.vbs \\%1\c$\windows\inf\usbstor.pnf /d "system":f /l results.txt
pause
voici le script pour le disabler
il te faudra les fichiers de microsoft
PSEXEC.exe
et
SUBINACL.exe
@echo off
cls
echo %1>> ./results.txt
reg delete \\%1\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR /f /v Start >> ./results.txt
reg add \\%1\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR /v Start /t REG_DWORD /d 4 >> ./results.txt
echo %1>> ./results.txt
rem not working if usb key is plugged in port BEFORE LOGIN
psexec \\%1 -u domainname\adminusername-p password -c subinacl.exe /keyreg \system\currentcontrolset\services\usbstor /deny=system /noverbose >> ./results.txt
If exist \\%1\c$\windows\inf\usbstor.inf cscript.exe xcacls.vbs \\%1\c$\windows\inf\usbstor.inf /d "system":f /l results.txt
If exist \\%1\c$\windows\inf\usbstor.inf cscript.exe xcacls.vbs \\%1\c$\windows\inf\usbstor.pnf /d "system":f /l results.txt
pause