├── AutoLockScreen.ps1 ├── AutomatedFolderBackup.ps1 ├── AutomatedPowerControl.ps1 ├── ClearClipboardHistory.ps1 ├── ClearTeamsCache.ps1 ├── DiskUsageAnalyzer.ps1 ├── FindLargeFiles.ps1 ├── LICENSE ├── ManageStartupApps.ps1 ├── NetworkSpeedTest.ps1 ├── README.md ├── RemoveLocalOneDriveFiles.ps1 ├── ScheduledSystemCleanup.ps1 ├── SystemHealthCheck.ps1 ├── SystemInfoReport.ps1 ├── WiFiPasswordViewer.ps1 ├── WindowsServicesManager.ps1 └── WindowsUpdateManager.ps1 /AutoLockScreen.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/AutoLockScreen.ps1 -------------------------------------------------------------------------------- /AutomatedFolderBackup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/AutomatedFolderBackup.ps1 -------------------------------------------------------------------------------- /AutomatedPowerControl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/AutomatedPowerControl.ps1 -------------------------------------------------------------------------------- /ClearClipboardHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/ClearClipboardHistory.ps1 -------------------------------------------------------------------------------- /ClearTeamsCache.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/ClearTeamsCache.ps1 -------------------------------------------------------------------------------- /DiskUsageAnalyzer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/DiskUsageAnalyzer.ps1 -------------------------------------------------------------------------------- /FindLargeFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/FindLargeFiles.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /ManageStartupApps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/ManageStartupApps.ps1 -------------------------------------------------------------------------------- /NetworkSpeedTest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/NetworkSpeedTest.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /RemoveLocalOneDriveFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/RemoveLocalOneDriveFiles.ps1 -------------------------------------------------------------------------------- /ScheduledSystemCleanup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/ScheduledSystemCleanup.ps1 -------------------------------------------------------------------------------- /SystemHealthCheck.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/SystemHealthCheck.ps1 -------------------------------------------------------------------------------- /SystemInfoReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/SystemInfoReport.ps1 -------------------------------------------------------------------------------- /WiFiPasswordViewer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/WiFiPasswordViewer.ps1 -------------------------------------------------------------------------------- /WindowsServicesManager.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/WindowsServicesManager.ps1 -------------------------------------------------------------------------------- /WindowsUpdateManager.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasuken/PowerShell-Utility-Scripts/HEAD/WindowsUpdateManager.ps1 --------------------------------------------------------------------------------