Skip to content

Instantly share code, notes, and snippets.

@afritsch
afritsch / Windows 8.X Battery Report
Created September 17, 2014 17:25
Hidden Windows 8 feature for monitoring the longterm battery performance.
rem @echo off
powercfg /batteryreport /output "%~dp0battery_report.html"
pause
@afritsch
afritsch / HTML Monitor test
Last active February 14, 2020 13:03
This is a simple test written in HTML and Javascript to check your monitor for pixel errors.
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="description" content="Monitor test in HTML">
<meta name="keywords" content="Monitor,test,online,html,javascript">
<meta name="author" content="Aande">