File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# https://gallery.technet.microsoft.com/scriptcenter/Clean-up-your-C-Drive-bc7bb3ed
2-
2+ # iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/DreamThief/PowerShellGit/master/clean-disk.ps1'))
33Function Cleanup {
44<#
55.CREATED BY:
Original file line number Diff line number Diff line change 1+ # iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/DreamThief/PowerShellGit/master/run-WInUpdate.ps1'))
2+
13cls
24
35# Define update criteria.
@@ -26,7 +28,7 @@ $Downloader.Updates = $SearchResult
2628
2729$Downloader.Download ()
2830
29- write-host " Installing the needful" - ForegroundColor Blue
31+ write-host " Installing the needful" - ForegroundColor green
3032
3133$Installer = New-Object - ComObject Microsoft.Update.Installer
3234
You can’t perform that action at this time.
0 commit comments