22 Commits (40497d19b6120315d2acf093ca3088a9bdef91d2)

Author SHA1 Message Date
Chirishman cc415bdf65 Update install-basic-software.ps1 8 years ago
Chirishman b72183952e Switch to full Chocolatey, use ScheduledJob
Instead of depending on OneGet's unsupported, years out of date implementation, use that only to get the up-to-date version of Chocolatey.

Schedule daily update to run as a PSScheduled Job, enforce that it should run elevated and let the implicit credentials used when executing the script authorize the job where the previous script threw an error if there was no local user with the explicitly configured name of "admin".

This method requires PS 5.0 and up but since this script is for Windows 10 that is not a concern.
8 years ago
Alex Hirsch 56724b8c4f Create disable-searchUI.bat 8 years ago
Alex Hirsch d185d5f6c8 Rename disable_ShellExperienceHost.bat to disable-ShellExperienceHost.bat 8 years ago
Alex Hirsch 5d57b0e1d0 Create disable_ShellExperienceHost.bat 8 years ago
Alex Hirsch de79ea52bc Add my start button for classic shell 8 years ago
Alex Hirsch da846996f5 Add .gitattributes 8 years ago
austinmroczek 6604aa0846 create scheduled task for upgrades 8 years ago
austinmroczek 9c1b9f0215 add ProviderName flag when installing packages
Tried running the file to install putty and got this:

WARNING: 'putty' matched package 'putty/0.67' from provider: 'Chocolatey', source 'chocolatey'
WARNING: 'Putty' matched package 'Putty/1.0' from provider: 'PowerShellGet', source 'PSGallery'
Install-Package : Unable to install, multiple packages matched 'Putty'. Please specify a single -ProviderName.

Following the surprisingly helpful error message, I added the ProviderName flag to the end of line 36

Testing on my system and all seems fine.
8 years ago
Alex Hirsch f4c3e559f3 Use Desktop env var for god mode script
close #62
8 years ago
Alex Hirsch 18431dc27d Remove utils/install-PSWindowsUpdate.ps1
PowerShell's `Install-Module` command can be used to install this
module, therefore the install script is no longer needed. Thanks to
cluberti for notifying me about this.

close #54
8 years ago
Alex Hirsch 77ffe2f63e Move some things around for a new version 9 years ago
Alex Hirsch bec02cf657 move godmode script to utils 9 years ago
Alex Hirsch c3703c26c9 Revert "convert dark-theme utility to Powershell script"
This reverts commit 15d73847b7.
9 years ago
Marcel Wysocki dc97508d28 Rename boot-advanced-starup.bat to boot-advanced-startup.bat 9 years ago
Alex Hirsch d6552aca95 add utility scripts for cleanup and advanced boot
ref #4
9 years ago
Alex Hirsch 15d73847b7 convert dark-theme utility to Powershell script 9 years ago
Alex Hirsch 9bf9661794 rename pre-post-export script 9 years ago
Alex Hirsch 474fe46222 add dark-theme settings to utils 9 years ago
Alex Hirsch 2aee724782 add newline before eof 9 years ago
Alex Hirsch 47c14b0fd0 add pre_post_export batch file 9 years ago
Alex Hirsch 8c5aafb8b2 move run with powershell as administrator to utils 9 years ago