Skip to content

Instantly share code, notes, and snippets.

View Jurgen-DOUCHY's full-sized avatar

Jurgen DOUCHY Jurgen-DOUCHY

  • Cecurity.com
  • Kortrijk
View GitHub Profile
@echo off
echo [ INFO ] Removing JavaSoft key from current user...
reg delete "HKEY_CURRENT_USER\Software\JavaSoft" /f
if %ERRORLEVEL% equ 0 (
echo [ OK ] JavaSoft key removed successfully.
) else (
echo [ ERROR ] Failed to remove JavaSoft key or it does not exist.
)
echo [ INFO ] Removing PermanentUserId file...