We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b43d9 commit 1fdacdcCopy full SHA for 1fdacdc
uninstall.ps1
@@ -29,3 +29,7 @@ Stop-Process -erroraction 'silentlycontinue' -Force -Name "upload" | Out-Null
29
schtasks /Delete /TN "UAT" /F
30
schtasks /Delete /TN "UATupload" /F
31
schtasks /Delete /TN "DFPM" /F
32
+
33
+# remove custom context menu
34
+New-PSDrive -Name HKCR -PSProvider Registry -Root HKEY_CLASSES_ROOT
35
+Remove-item -path 'HKCR:\`*\Shell\WhitelistFile' -Force -Recurse
0 commit comments