Antiburnin OverView
This is a simple batch file that will play a 50 second mp4 file with VLC Media Player (included) then wait an hour and loop
.
This will hopefully prevent Screen burn in, mostly on cctv monitors. Older LCD monitors and possibly OLEDs (untested).
Get AntiBurnIn Now!
Windows 10 & 11 64bit Only
- It is recommended to move the vlc window to the screen you want protected while the video is active.
- Also if you plan to schedule it as a task at startup or anything else add the location "C:\Program Files (x86)\InsigniaServers\AntiBurn-In" to the "start in" area.
- If you want to stop the program without rebooting you need to open Task Manager -> More Details -> Antiburnin*.exe & Console Window Host & Timeout -> End Task
In order from left to right
- If you would like to request a different platform or share feedback visit our uninstall page
Antiburnin Batch Script
@ECHO OFF
cls
:start
"C:\Program Files (x86)\InsigniaServers \AntiBurnIn\VLC\vlc.exe" --fullscreen --play-and-stop --play-and-exit --no-autoscale
"C:\Program Files (x86)\InsigniaServers\AntiBurnIn \antiburnin.mp4"
timeout /T 3600 /nobreak
goto start