Skip to content

Commit 1fdacdc

Browse files
author
JC
committed
tested custom context menu removal
1 parent e5b43d9 commit 1fdacdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

uninstall.ps1

+4
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ Stop-Process -erroraction 'silentlycontinue' -Force -Name "upload" | Out-Null
2929
schtasks /Delete /TN "UAT" /F
3030
schtasks /Delete /TN "UATupload" /F
3131
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

Comments
 (0)