|
Question : Registry locations... eventvwr settings and recycle bin.. Help!
|
|
I'm creating a .reg file which will allow me to quickly change some settings that I routinely adjust. There are two items that I cannot find anywhere in the registry... 1) When I click the checkbox which disables the recycle bin entirely, what/where is the registry change? Also, is it a per user, or per machine setting? 2) I have a standard set of event viewer settings I'd like to apply also... (log sizes, overwrite settings, etc). Where are these? Thanks much!
Jeremy
|
|
Answer : Registry locations... eventvwr settings and recycle bin.. Help!
|
|
Here are the values of the Purgeinfo Name under the Bitbucket key.
I also included the reg info for global settings if you have more than one drive
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket
This is with the Check unmarked for D, but Marked for C "PurgeInfo"=hex:48,00,00,00,00,00,00,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,\ 00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,\ 0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,04,00,00,08,64,f8,0c,\ 02 ---------------------------------------------------------------- This is with the Check unmarked for C, but Marked for D
"PurgeInfo"=hex:48,00,00,00,00,00,00,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,\ 00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,\ 0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,08,00,00,08,64,f8,0c,\ 02 ---------------------------------------------------
If you set the Global setting for use one setting for all drives with do not move files, here are the settings
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket] "D"=hex:05,00,00,00,61,13,f0,77,00,00,00,00,00,00,00,00,00,00,00,00,20,03,00,\ 00,0a,00,00,00,00,00,00,00,c4,78,a6,07,00,00,00,00,00,80,00,00,0b,99,00,00,\ 00,00,00,00,e0,32,0d,00 "C"=hex:05,00,00,00,61,13,f0,77,00,00,00,00,00,00,00,00,00,00,00,00,20,03,00,\ 00,0a,00,00,00,00,00,00,00,5c,2c,a0,07,00,00,00,00,00,80,00,00,8d,98,00,00,\ 00,00,00,00,20,ab,0c,00 "PurgeInfo"=hex:48,00,00,00,01,00,00,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,\ 00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,\ 0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,08,00,00,08,64,f8,0c,\ 02
----------------------------------------------------------
If you set the Global setting for use one setting for all drives with DO move files, here are the settings
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket] "D"=hex:05,00,00,00,61,13,f0,77,00,00,00,00,00,00,00,00,00,00,00,00,20,03,00,\ 00,0a,00,00,00,00,00,00,00,c4,78,a6,07,00,00,00,00,00,80,00,00,0b,99,00,00,\ 00,00,00,00,e0,32,0d,00 "C"=hex:05,00,00,00,61,13,f0,77,00,00,00,00,00,00,00,00,00,00,00,00,20,03,00,\ 00,0a,00,00,00,00,00,00,00,5c,2c,a0,07,00,00,00,00,00,80,00,00,8d,98,00,00,\ 00,00,00,00,20,ab,0c,00 "PurgeInfo"=hex:48,00,00,00,01,00,00,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,\ 00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,\ 0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,0a,00,08,00,00,00,64,f8,0c,\ 02
Hope this helps, Craig
|
|
|
|