Jump to content

runner3734

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by runner3734

  1. The title pretty much says it all. I would like to have the recycle bin delete confirmation option turned off. I know that this is determined via the ShellState entry at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer. With delete confirmation enabled, my shellstate is: "ShellState"=hex:24,00,00,00,2e,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 01,00,00,00,0d,00,00,00,00,00,00,00,00,00,00,00 With delete confirmation disabled, my shellstate is: "ShellState"=hex:24,00,00,00,2a,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 01,00,00,00,0d,00,00,00,00,00,00,00,00,00,00,00 since hex e = binary 1110 and hex a = binary 1010, it is clear that enabling or disabling the delete confirmation is just setting a single bit in the shellstate key. I see in other threads, recommendations to use a regfile entry that overwrites the entire shellstate key. This seems very dumb to me, since we don't know what all the other bits do, and we want to make an unattended install that will work on many different computers. Obviously, we want to leave all the other bits alone, so that we only affect the delete confirmation setting. Is there an easy way to do registry value bitsetting for unattended installs?
×
×
  • Create New...