You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(Registry.GetValue(@"HKEY_CLASSES_ROOT\Directory\Background\shell\Paste As File\command","",null)==null)
37
-
{
36
+
if(Registry.GetValue(@"HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\Paste As File\command","",null)==null)
37
+
{
38
38
if(MessageBox.Show("Seems that you are running this application for the first time,\nDo you want to Register it with your system Context Menu ?","Paste As File",MessageBoxButtons.YesNo,MessageBoxIcon.Question)==DialogResult.Yes)
0 commit comments