37 Commits (master)

Author SHA1 Message Date
Brandon b1405d51b9
Added more registry tweaks to lower RAM usage 3 years ago
luffitys 61147bf77f Registry tweaks to lower RAM usage 4 years ago
Alex Hirsch 36d3666770 Add note to shell experience host script.
ref #250
4 years ago
Alex Hirsch 59a9c12f4e
Merge pull request #202 from ogmios-voice/prefetch
Prefetch/Prelaunch
5 years ago
Alex Hirsch dd12dd0be1
Merge pull request #203 from ogmios-voice/ssd-tune
SSD tuning
5 years ago
Ogmios b80adccac0 SSD tuning 5 years ago
Ogmios 919110c17a Prefetch/Prelaunch 5 years ago
Ogmios 0cff8d1c75 memory compression script fix 5 years ago
Alex Hirsch 2ee83c604a Update enable-photo-viewer 5 years ago
jounihh 3ca9a612ae
enables windows photo viewer 5 years ago
Alex Hirsch e8670d9a98 Ignore errors when disabling scheduled tasks
close #135
7 years ago
Alex Hirsch adf52b85ed Merge pull request #124 from paulohpf/patch-4
disable memory-compression
7 years ago
Michael McCormick 25a2b58396 Replaced aliases with full cmdlet names, per PSScriptAnalyzer 7 years ago
Paulo Henrique Palmeira Franco 88824a1d1a disable memory-compression
Windows 10 came with this new feature, but in some cases this may causes some crashes and slowdown the OS.
7 years ago
Alex Hirsch d3bf3e3749 Fix lineendings
ref #109
7 years ago
Chirishman cc415bdf65 Update install-basic-software.ps1 7 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 8 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