Jump to content

Need help to automate these settings


Recommended Posts

using regkeys or command line utilities if possible. thanks

In Internet Properties : Temporary Internet files, set Amount of disk space to use to 6 MB.

View – Remove the checkmark from Hide extensions for known file types.

the Recycle Bin icon Configure drives independently Set the Maximum size of Recycle Bin (percent of drive) to 1.

Link to comment
Share on other sites


In Internet Properties : Temporary Internet files, set Amount of disk space to use to 6 MB.
I use this, mine is 10meg
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content]
"CacheLimit"=dword:00002800

View – Remove the checkmark from Hide extensions for known file types.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideFileExt"=dword:00000000

the Recycle Bin icon Configure drives independently Set the Maximum size of Recycle Bin (percent of drive) to 1.

Mine is set at 5%

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket]
"Percent"=dword:00000005
"UseGlobalSettings"=dword:00000000

Keys will also be created for each drive\ partiton, unsure what they are for, this is C:\

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\c]
"NeedToPurge"=dword:00000001

Link to comment
Share on other sites

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket]

"Percent"=dword:00000005

"UseGlobalSettings"=dword:00000000

this doesn't seem to change my recycle bin percentage

and now i can't use the slider because it is greyed out. help I think am screwed.

Edited by clivebuckwheat
Link to comment
Share on other sites

Try this for configure drives independantly

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket]
"UseGlobalSettings"=dword:00000000

and this to set C:\ drive to 1%

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\c]
"Percent"=dword:00000001

You can backup the keys after you have set the drive limits, and can also Set "Do not move files to the recycle bin" to unchecked

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\c]
"NukeOnDelete"=dword:00000000

there will be an entry for each drive\partition thats is on your system.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...