Skip to content

Instantly share code, notes, and snippets.

View JohnDoe44526949's full-sized avatar
🎯
Focusing

JohnDoe44526949 JohnDoe44526949

🎯
Focusing
View GitHub Profile
# Latest available updates for Windows 10 RTM / version 1507 #
32-bit (x86)
Servicing Stack Update
https://www.catalog.update.microsoft.com/Search.aspx?q=servicing+stack+1507
click on "Last Updated" column to sort by newest update
Cumulative Update for Enterprise 2015 LTSB
https://www.catalog.update.microsoft.com/Search.aspx?q=cumulative+1507
(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