Windows 10 Install
The purpose of this document is to describe how I configure Windows 10 on a new system.
And attack Bing with Chrometana
AllSnap - Windows 30px - Desktop 40px
Disable ("ignore") audacity.exe, putty.exe
Disable Chrome_RenderWidgetHostHWND
Disable ChromeWidgetWin1
Set Z-order via "None of the buttons" as push button
Manage Startup folder - Run shell:startup
Date and Time formats
DIOD script: Get-ChildItem 'C:\Users\justin\Documents\diod' -recurse | Where {$_.LastWriteTime -lt (get-date).AddDays(-1)} | Remove-Item -force
Bypass security: Set-ExecutionPolicy Unrestricted -force ; Set-ExecutionPolicy Bypass -force
Disable powershell beeping in PowerShell profile: Set-PSReadlineOption -BellStyle None
Shrink the start menu back down by unpinning things.
Possibly disable screen sleep lockout via deleting/renaming "C:\WINDOWS\SystemApps\Microsoft.LockApp_cw5n1h2txyewy". You can still set the screen saver lock.
Make Chrome searches luckier (more of a Chrome tip).
Alternative: Always clear downloads
Enable "I'm feeling lucky" by using {google:baseURL}search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=%s as keyword l in chrome://settings/searchEngines
Powershell PSReadlineOption and also here so be sure to run Set-PSReadlineOption -MaximumHistoryCount 100000