Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianNoeverGOB committed Nov 9, 2022
1 parent 9e6ced0 commit ed35d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows11OldCMenuSetter/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static char CheckAlreadySet()
if (result == "y" || result == "yes")
{
SendError("Deleting Subkeys...");
Registry.CurrentUser.OpenSubKey(@"Software\Classes\CLSID\").DeleteSubKeyTree("{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}");
Registry.CurrentUser.OpenSubKey(@"Software\Classes\CLSID\", true).DeleteSubKeyTree("{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}");
SendError("Successfully deleted Subkeys");
return 'd';
}
Expand Down

0 comments on commit ed35d56

Please sign in to comment.