Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Gestion des fichiers temporaires internet

2 réponses
Avatar
Andre
Bonjour,

Est-il possible de définir la taille réservée pour les fichiers temporaires
internet pour tous les utilisateurs en 1x?
Soit par cle de registre, soit par GPO.
Merci.

Andre

2 réponses

Avatar
Mathieu CHATEAU
Bonjour,

voici un ADM a ajouter qui permet cela:


CLASS USER
CATEGORY !!WindowsComponents
CATEGORY !!InternetExplorer
CATEGORY !!IE_Cache
;; KEYNAME "SoftwarePoliciesMicrosoftWindowsCurrentVersionInternet
Settings"
KEYNAME "SoftwareMicrosoftWindowsCurrentVersionInternet Settings"

POLICY !!IE_Cache_size
#if version >= 4
SUPPORTED !!SUPPORTED_IE5
#endif

EXPLAIN !!IE_ExplainCacheSize

PART !!IE_CacheSizeInKB NUMERIC
;;KEYNAME
"SoftwarePoliciesMicrosoftWindowsCurrentVersionInternet
Settings5.0CacheContent"
KEYNAME "SoftwareMicrosoftWindowsCurrentVersionInternet
Settings5.0CacheContent"
VALUENAME "CacheLimit"
DEFAULT 102400
MAX 1024000
END PART
PART !!IE_CacheSizeInKB2 NUMERIC
;; KEYNAME
"SoftwarePoliciesMicrosoftWindowsCurrentVersionInternet
SettingsCacheContent"
KEYNAME "SoftwareMicrosoftWindowsCurrentVersionInternet
SettingsCacheContent"
VALUENAME "CacheLimit"
DEFAULT 102400
MAX 1024000
END PART
END POLICY

END CATEGORY ;; IE Cache
END CATEGORY ;; Internet Explorer
END CATEGORY ;; WindowsComponents

[strings]

WindowsComponents="Windows Components"
InternetExplorer="Internet Explorer"
IE_Cache="Cache"

IE_Cache_size="Internet Explorer's cache size"
IE_ExplainCacheSize="Maximum cache size in kilobytes for Internet Explorer"
IE_CacheSizeInKB="Cache size in kilobytes"
IE_CacheSizeInKB2="Cache size in kilobytes (enter the same value to make it
work)"
SUPPORTED_IE5="at least Internet Explorer v5.01"


--
Cordialement,
Mathieu CHATEAU
http://lordoftheping.blogspot.com


"Andre" wrote in message
news:
Bonjour,

Est-il possible de définir la taille réservée pour les fichiers
temporaires
internet pour tous les utilisateurs en 1x?
Soit par cle de registre, soit par GPO.
Merci.

Andre


Avatar
Andre
Merci.

Andre



Bonjour,

voici un ADM a ajouter qui permet cela:


CLASS USER
CATEGORY !!WindowsComponents
CATEGORY !!InternetExplorer
CATEGORY !!IE_Cache
;; KEYNAME "SoftwarePoliciesMicrosoftWindowsCurrentVersionInternet
Settings"
KEYNAME "SoftwareMicrosoftWindowsCurrentVersionInternet Settings"

POLICY !!IE_Cache_size
#if version >= 4
SUPPORTED !!SUPPORTED_IE5
#endif

EXPLAIN !!IE_ExplainCacheSize

PART !!IE_CacheSizeInKB NUMERIC
;;KEYNAME
"SoftwarePoliciesMicrosoftWindowsCurrentVersionInternet
Settings5.0CacheContent"
KEYNAME "SoftwareMicrosoftWindowsCurrentVersionInternet
Settings5.0CacheContent"
VALUENAME "CacheLimit"
DEFAULT 102400
MAX 1024000
END PART
PART !!IE_CacheSizeInKB2 NUMERIC
;; KEYNAME
"SoftwarePoliciesMicrosoftWindowsCurrentVersionInternet
SettingsCacheContent"
KEYNAME "SoftwareMicrosoftWindowsCurrentVersionInternet
SettingsCacheContent"
VALUENAME "CacheLimit"
DEFAULT 102400
MAX 1024000
END PART
END POLICY

END CATEGORY ;; IE Cache
END CATEGORY ;; Internet Explorer
END CATEGORY ;; WindowsComponents

[strings]

WindowsComponents="Windows Components"
InternetExplorer="Internet Explorer"
IE_Cache="Cache"

IE_Cache_size="Internet Explorer's cache size"
IE_ExplainCacheSize="Maximum cache size in kilobytes for Internet Explorer"
IE_CacheSizeInKB="Cache size in kilobytes"
IE_CacheSizeInKB2="Cache size in kilobytes (enter the same value to make it
work)"
SUPPORTED_IE5="at least Internet Explorer v5.01"


--
Cordialement,
Mathieu CHATEAU
http://lordoftheping.blogspot.com


"Andre" wrote in message
news:
Bonjour,

Est-il possible de définir la taille réservée pour les fichiers
temporaires
internet pour tous les utilisateurs en 1x?
Soit par cle de registre, soit par GPO.
Merci.

Andre