{ "WPFFeaturesdotnet": { "Content": "All .Net Framework (2,3,4)", "Description": ".NET and .NET Framework is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.", "category": "Features", "panel": "1", "feature": [ "NetFx4-AdvSrvs", "NetFx3" ], "InvokeScript": [], "link": "https://winutil.christitus.com/dev/features/features/dotnet" }, "WPFFeatureshyperv": { "Content": "HyperV Virtualization", "Description": "Hyper-V is a hardware virtualization product developed by Microsoft that allows users to create and manage virtual machines.", "category": "Features", "panel": "1", "feature": [ "Microsoft-Hyper-V-All" ], "InvokeScript": [ "bcdedit /set hypervisorschedulertype classic" ], "link": "https://winutil.christitus.com/dev/features/features/hyperv" }, "WPFFeatureslegacymedia": { "Content": "Legacy Media (WMP, DirectPlay)", "Description": "Enables legacy programs from previous versions of Windows.", "category": "Features", "panel": "1", "feature": [ "WindowsMediaPlayer", "MediaPlayback", "DirectPlay", "LegacyComponents" ], "InvokeScript": [], "link": "https://winutil.christitus.com/dev/features/features/legacymedia" }, "WPFFeaturewsl": { "Content": "Windows Subsystem for Linux", "Description": "Windows Subsystem for Linux is an optional feature of Windows that allows Linux programs to run natively on Windows without the need for a separate virtual machine or dual booting.", "category": "Features", "panel": "1", "feature": [ "VirtualMachinePlatform", "Microsoft-Windows-Subsystem-Linux" ], "InvokeScript": [], "link": "https://winutil.christitus.com/dev/features/features/wsl" }, "WPFFeaturenfs": { "Content": "NFS - Network File System", "Description": "Network File System (NFS) is a mechanism for storing files on a network.", "category": "Features", "panel": "1", "feature": [ "ServicesForNFS-ClientOnly", "ClientForNFS-Infrastructure", "NFS-Administration" ], "InvokeScript": [ "nfsadmin client stop", "Set-ItemProperty -Path 'HKLM:\\SOFTWARE\\Microsoft\\ClientForNFS\\CurrentVersion\\Default' -Name 'AnonymousUID' -Type DWord -Value 0", "Set-ItemProperty -Path 'HKLM:\\SOFTWARE\\Microsoft\\ClientForNFS\\CurrentVersion\\Default' -Name 'AnonymousGID' -Type DWord -Value 0", "nfsadmin client start", "nfsadmin client localhost config fileaccess=755 SecFlavors=+sys -krb5 -krb5i" ], "link": "https://winutil.christitus.com/dev/features/features/nfs" }, "WPFFeatureRegBackup": { "Content": "Enable Daily Registry Backup Task 12.30am", "Description": "Enables daily registry backup, previously disabled by Microsoft in Windows 10 1803.", "category": "Features", "panel": "1", "feature": [], "InvokeScript": [ " New-ItemProperty -Path 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Configuration Manager' -Name 'EnablePeriodicBackup' -Type DWord -Value 1 -Force New-ItemProperty -Path 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Configuration Manager' -Name 'BackupCount' -Type DWord -Value 2 -Force $action = New-ScheduledTaskAction -Execute 'schtasks' -Argument '/run /i /tn \"\\Microsoft\\Windows\\Registry\\RegIdleBackup\"' $trigger = New-ScheduledTaskTrigger -Daily -At 00:30 Register-ScheduledTask -Action $action -Trigger $trigger -TaskName 'AutoRegBackup' -Description 'Create System Registry Backups' -User 'System' " ], "link": "https://winutil.christitus.com/dev/features/features/regbackup" }, "WPFFeatureEnableLegacyRecovery": { "Content": "Enable Legacy F8 Boot Recovery", "Description": "Enables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.", "category": "Features", "panel": "1", "feature": [], "InvokeScript": [ "bcdedit /set bootmenupolicy legacy" ], "link": "https://winutil.christitus.com/dev/features/features/enablelegacyrecovery" }, "WPFFeatureDisableLegacyRecovery": { "Content": "Disable Legacy F8 Boot Recovery", "Description": "Disables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.", "category": "Features", "panel": "1", "feature": [], "InvokeScript": [ "bcdedit /set bootmenupolicy standard" ], "link": "https://winutil.christitus.com/dev/features/features/disablelegacyrecovery" }, "WPFFeaturesSandbox": { "Content": "Windows Sandbox", "Description": "Windows Sandbox is a lightweight virtual machine that provides a temporary desktop environment to safely run applications and programs in isolation.", "category": "Features", "panel": "1", "feature": [ "Containers-DisposableClientVM" ], "link": "https://winutil.christitus.com/dev/features/features/sandbox" }, "WPFFeatureInstall": { "Content": "Install Features", "category": "Features", "panel": "1", "Type": "Button", "ButtonWidth": "300", "function": "Invoke-WPFFeatureInstall", "link": "https://winutil.christitus.com/dev/features/features/install" }, "WPFPanelAutologin": { "Content": "Set Up Autologin", "category": "Fixes", "panel": "1", "Type": "Button", "ButtonWidth": "300", "function": "Invoke-WPFPanelAutologin", "link": "https://winutil.christitus.com/dev/features/fixes/autologin" }, "WPFFixesUpdate": { "Content": "Reset Windows Update", "category": "Fixes", "panel": "1", "Type": "Button", "ButtonWidth": "300", "function": "Invoke-WPFFixesUpdate", "link": "https://winutil.christitus.com/dev/features/fixes/update" }, "WPFFixesNetwork": { "Content": "Reset Network", "category": "Fixes", "panel": "1", "Type": "Button", "ButtonWidth": "300", "function": "Invoke-WPFFixesNetwork", "link": "https://winutil.christitus.com/dev/features/fixes/network" }, "WPFPanelDISM": { "Content": "System Corruption Scan", "category": "Fixes", "panel": "1", "Type": "Button", "ButtonWidth": "300", "function": "Invoke-WPFSystemRepair", "link": "https://winutil.christitus.com/dev/features/fixes/dism" }, "WPFFixesWinget": { "Content": "WinGet Reinstall", "category": "Fixes", "panel": "1", "Type": "Button", "ButtonWidth": "300", "function": "Invoke-WPFFixesWinget", "link": "https://winutil.christitus.com/dev/features/fixes/winget" }, "WPFPanelControl": { "Content": "Control Panel", "category": "Legacy Windows Panels", "panel": "2", "Type": "Button", "ButtonWidth": "300", "InvokeScript": [ "control" ], "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/control" }, "WPFPanelComputer": { "Content": "Computer Management", "category": "Legacy Windows Panels", "panel": "2", "Type": "Button", "ButtonWidth": "300", "InvokeScript": [ "compmgmt.msc" ], "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/computer" }, "WPFPanelNetwork": { "Content": "Network Connections", "category": "Legacy Windows Panels", "panel": "2", "Type": "Button", "ButtonWidth": "300", "InvokeScript": [ "ncpa.cpl" ], "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/network" }, "WPFPanelPower": { "Content": "Power Panel", "category": "Legacy Windows Panels", "panel": "2", "Type": "Button", "ButtonWidth": "300", "InvokeScript": [ "powercfg.cpl" ], "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/power" }, "WPFPanelPrinter": { "Content": "Printer Panel", "category": "Legacy Windows Panels", "panel": "2", "Type": "Button", "ButtonWidth": "300", "InvokeScript": [ "Start-Process 'shell:::{A8A91A66-3A7D-4424-8D24-04E180695C7A}'" ], "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/printer" }, "WPFPanelRegion": { "Content": "Region", "category": "Legacy Windows Panels", "panel": "2", "Type": "Button", "ButtonWidth": "300", "InvokeScript": [ "intl.cpl" ], "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/region" }, "WPFPanelRestore": { "Content": "Windows Restore", "category": "Legacy Windows Panels", "panel": "2", "Type": "Button", "ButtonWidth": "300", "InvokeScript": [ "rstrui.exe" ], "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/restore" }, "WPFPanelSound": { "Content": "Sound Settings", "category": "Legacy Windows Panels", "panel": "2", "Type": "Button", "ButtonWidth": "300", "InvokeScript": [ "mmsys.cpl" ], "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/sound" }, "WPFPanelSystem": { "Content": "System Properties", "category": "Legacy Windows Panels", "panel": "2", "Type": "Button", "ButtonWidth": "300", "InvokeScript": [ "sysdm.cpl" ], "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/system" }, "WPFPanelTimedate": { "Content": "Time and Date", "category": "Legacy Windows Panels", "panel": "2", "Type": "Button", "ButtonWidth": "300", "InvokeScript": [ "timedate.cpl" ], "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/timedate" }, "WPFWinUtilInstallPSProfile": { "Content": "Install CTT PowerShell Profile", "category": "Powershell Profile Powershell 7+ Only", "panel": "2", "Type": "Button", "ButtonWidth": "300", "function": "Invoke-WinUtilInstallPSProfile", "link": "https://winutil.christitus.com/dev/features/powershell-profile-powershell-7--only/installpsprofile" }, "WPFWinUtilUninstallPSProfile": { "Content": "Uninstall CTT PowerShell Profile", "category": "Powershell Profile Powershell 7+ Only", "panel": "2", "Type": "Button", "ButtonWidth": "300", "function": "Invoke-WinUtilUninstallPSProfile", "link": "https://winutil.christitus.com/dev/features/powershell-profile-powershell-7--only/uninstallpsprofile" }, "WPFWinUtilSSHServer": { "Content": "Enable OpenSSH Server", "category": "Remote Access", "panel": "2", "Type": "Button", "ButtonWidth": "300", "function": "Invoke-WPFSSHServer", "link": "https://winutil.christitus.com/dev/features/remote-access/sshserver" } }