13

Let's say the key is HKEY_CLASSES_ROOT\Folder\shell, enter image description here

and i edit the value to empty

enter image description here

Then how can this registry key reset back to (value not set) state ? I tried reg add HKCR\Folder\Shell /t REG_SZ /f(without /d) but no luck.

林果皞
  • 455

1 Answers1

17

Just delete it. The default stays there with (value not set)

Kevin
  • 2,101