Skip to content

Instantly share code, notes, and snippets.

View JohnDoe44526949's full-sized avatar
🎯
Focusing

JohnDoe44526949 JohnDoe44526949

🎯
Focusing
View GitHub Profile
(function() {
var canvas;
var ctx;
var isWorking = false;
var exchangeRate = 0;
var timerId;
var found = false;
var maxHPS = 0;
var hpsList = [];
@Srendi
Srendi / BoxStarterAll.txt
Last active April 19, 2018 20:37
BoxStarter
Set-ExecutionPolicy Unrestricted -Force
Update-ExecutionPolicy Unrestricted
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
disable-uac
disable-microsoftupdate
install-windowsupdate -acceptEULA
Set-TaskbarOptions -Size Small -Lock -Dock Bottom
Enable-RemoteDesktop
Enable-PSRemoting -Force
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst