Uninstall trendMicro client – scripted

 

Cool

UT.cmd

  For32-bit OS: HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro
For 64-bit OS: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6232Node\TrendMicroWorryFree7
[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1600\Misc.]
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6232Node\TrendMicro\UniClient\1600\Misc.] (Probably!) 

Worry free 7 – Automatic uninstallation script x86/x64

REQUIRES UAC ELEVATION !!!!!! aka do run as admin….

———————————–
echo Windows Registry Editor Version 5.00 >%temp%\T.reg
if %PROCESSOR_ARCHITECTURE%==x86 echo [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1600\Misc.] >>%temp%\T.reg
if %PROCESSOR_ARCHITECTURE%==AMD64 echo [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6232Node\TrendMicro\UniClient\1600\Misc.] >>%temp%\T.reg
echo ”NoPwdProtect”=dword:00000000 >>%temp%\T.reg
echo ”Unload_Pwd”= >>%temp%\T.reg
echo ”AllowUninstall”=dword:00000001 >>%temp%\T.reg
echo ”Uninstall_Pwd”=”” >>%temp%\T.reg

regedit /S %temp%\t.reg
msiexec /x {0A07E717-BB5D-4B99-840B-6C5DED52B277} /q /passive

———————————-

uninstall guiden finner man under ”Wolfie” [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall]

Reset Trend Worryfree console

Resetting the Trend Micro Client/Server for SMB & Worry-Free Business Security password:
1. Browse to C:\Program Files\Trend Micro\Security Server\PCCSRV\Private (replacing C: with the drive the product is installed upon).
2. Open ofcserver.ini in a text editor such as Notepad.
3. Search through the file for the section marked with ”[INI_SERVER_SECTION]”.
4. Under the ”[INI_SERVER_SECTION]” locate the ”Master_Pwd=” line.
5. Change the ”Master_Pwd=” line to read ”Master_Pwd=70ÔÇ│ and save the file.
6. Launch the Services Snap-In (Start > Run > services.msc).
7. Right click on the ”Trend Micro Security Server Master Service” and select ”Restart”.
8. You should now be able to login to the web console using ”1ÔÇ│ as the password.