Sauvegarde WAPT
This commit is contained in:
13
gpo-allow-fonts/font/script.bat
Normal file
13
gpo-allow-fonts/font/script.bat
Normal file
@@ -0,0 +1,13 @@
|
||||
@ECHO OFF
|
||||
icacls "C:\Windows\Fonts" /GRANT "Tout le monde":(OI)(CI)M
|
||||
|
||||
attrib -r -s %systemroot%\Fonts
|
||||
|
||||
takeown /f "%systemroot%\Fonts" /r /d n
|
||||
|
||||
icacls "%systemroot%\fonts" /grant "Tout le monde":(OI)(CI)M /t
|
||||
|
||||
icacls "%systemroot%\system32\FNTCACHE.dat" /grant "Tout le monde":(OI)(CI)M /t
|
||||
|
||||
echo \registry\machine\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts [1 5 7 17] >%temp%\a.txt
|
||||
regini.exe %temp%\a.txt
|
||||
Reference in New Issue
Block a user