Hardware
-
Windows 10 Error: The computer restarted unexpectedly or encountered an unexpected error
https://www.thewindowsclub.com/computer-restarted-unexpectedly-encountered-unexpected-error
-
Modify Network Share Permission from Command Line using ICACLS
List files in local network share:
dir \\localhost\myshare
list permissions on share:
icacls \\localhost\myshare
allocate permissions to share:
icacls \\localhost\myshare /grant mydomain\ … more
-
Install Windows 10 from USB
https://www.makeuseof.com/tag/windows-10-usb-boot-drive/ more
-
How to Record CPU and Memory Usage Over Time in Windows?
https://www.instantfundas.com/2012/03/how-to-record-cpu-and-memory-usage-over.html
-
Email for Custom Domains That Are Free or Low-Cost
https://www.dannyguo.com/blog/using-mailgun-for-a-free-custom-domain-email-address/
https://www.freshtechtips.com/2016/12/free-custom-domain-email-hosting.html
https://www.migadu.com/en/pricing. … more
-
Display Setting Cant be Changed from a Remote RDP Session
The W2012 hotfix seems to work with w2016 now
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\IgnoreClientDesktopScaleFactor to 1
Source:
https://social.technet. … more
-
Shadowsocks and ShadowVPN
https://github.com/clowwindy/ShadowVPN/wiki/Compared-to-Shadowsocks-and-OpenVPN
-
Emule P2P
https://github.com/irwir/eMule/releases more
-
Get Current NetworkCredential
using System.Net;
NetworkCredential cred = CredentialCache.DefaultNetworkCredentials more
-
BitMitigate vs Cloudflare
https://bitmitigate.com/