Pi-TV

# Regedit, Windows, Wmic 2021-02-21

Windows misc

Add/Remove programs

Wmic

Run wmic in the terminal and then:

Power

Turn off hibernate

As admin run in the terminal: powercfg -h off

Misc

Persistent subst

Make SUBST virtual disk persistent:

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "W:" /t REG_SZ /d "subst T: C:\Temp" /f