Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: Topaz Video AI 3.2.7+ batch file to block internet access and set all relevant registry parameters. Execute directly in the installation directory.
Submitted on May 27, 2023 at 04:52 PM

New Paste 1 (Text)

netsh.exe advfirewall firewall delete rule name="Block Topaz Video AI"
netsh.exe advfirewall firewall add rule name="Block Topaz Video AI" dir=out action=block program="%CD%\Topaz Video AI.exe" enable=yes

reg.exe add "HKLM\SOFTWARE\Topaz Labs LLC\Topaz Video AI" /v "InstallDir" /t REG_SZ /d "%CD%\\" /f
reg.exe add "HKLM\SOFTWARE\Topaz Labs LLC\Topaz Video AI" /v "ModelDir" /t REG_SZ /d "%CD%\models\\" /f
reg.exe add "HKCU\Software\Topaz Labs LLC\Topaz Video AI" /v "allowAnonymousDataCollection" /t REG_SZ /d "false" /f
reg.exe add "HKCU\Software\Topaz Labs LLC\Topaz Video AI" /v "allowRecovery" /t REG_SZ /d "false" /f
reg.exe add "HKCU\Software\Topaz Labs LLC\Topaz Video AI" /v "veaiDataFolder" /t REG_SZ /d "%CD%\models\\" /f

setx.exe CUDA_MODULE_LOADING LAZY
setx.exe TVAI_MODEL_DATA_DIR "%CD%\models\
setx.exe TVAI_MODEL_DIR "%CD%\models\

"Topaz Video AI.exe"