diff --git a/docs/content/dev/features/Features/DisableLegacyRecovery.md b/docs/content/dev/features/Features/DisableLegacyRecovery.md index 87323c2d..e268e966 100644 --- a/docs/content/dev/features/Features/DisableLegacyRecovery.md +++ b/docs/content/dev/features/Features/DisableLegacyRecovery.md @@ -3,7 +3,7 @@ title: "Legacy F8 Boot Recovery - Disable" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=110} +```json {filename="config/feature.json",linenos=inline,linenostart=107} "WPFFeatureDisableLegacyRecovery": { "Content": "Legacy F8 Boot Recovery - Disable", "Description": "Disables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.", diff --git a/docs/content/dev/features/Features/EnableLegacyRecovery.md b/docs/content/dev/features/Features/EnableLegacyRecovery.md index bafa1385..f146818a 100644 --- a/docs/content/dev/features/Features/EnableLegacyRecovery.md +++ b/docs/content/dev/features/Features/EnableLegacyRecovery.md @@ -3,7 +3,7 @@ title: "Legacy F8 Boot Recovery - Enable" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=99} +```json {filename="config/feature.json",linenos=inline,linenostart=96} "WPFFeatureEnableLegacyRecovery": { "Content": "Legacy F8 Boot Recovery - Enable", "Description": "Enables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.", diff --git a/docs/content/dev/features/Features/RegBackup.md b/docs/content/dev/features/Features/RegBackup.md index ca2df83c..4fda2145 100644 --- a/docs/content/dev/features/Features/RegBackup.md +++ b/docs/content/dev/features/Features/RegBackup.md @@ -3,7 +3,7 @@ title: "Registry Backup (Daily Task 12:30am) - Enable" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=82} +```json {filename="config/feature.json",linenos=inline,linenostart=79} "WPFFeatureRegBackup": { "Content": "Registry Backup (Daily Task 12:30am) - Enable", "Description": "Enables daily registry backup, previously disabled by Microsoft in Windows 10 1803.", diff --git a/docs/content/dev/features/Features/Sandbox.md b/docs/content/dev/features/Features/Sandbox.md index 0f51f355..d41ea73f 100644 --- a/docs/content/dev/features/Features/Sandbox.md +++ b/docs/content/dev/features/Features/Sandbox.md @@ -3,7 +3,7 @@ title: "Windows Sandbox - Enable" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=121} +```json {filename="config/feature.json",linenos=inline,linenostart=118} "WPFFeaturesSandbox": { "Content": "Windows Sandbox - Enable", "Description": "Windows Sandbox is a lightweight virtual machine that provides a temporary desktop environment to safely run applications and programs in isolation.", diff --git a/docs/content/dev/features/Features/hyperv.md b/docs/content/dev/features/Features/hyperv.md index d34025d2..5cb158a3 100644 --- a/docs/content/dev/features/Features/hyperv.md +++ b/docs/content/dev/features/Features/hyperv.md @@ -12,7 +12,4 @@ description: "" "feature": [ "Microsoft-Hyper-V-All" ], - "InvokeScript": [ - "bcdedit /set hypervisorschedulertype classic" - ], ``` diff --git a/docs/content/dev/features/Features/legacymedia.md b/docs/content/dev/features/Features/legacymedia.md index efc4a52d..0c797cd2 100644 --- a/docs/content/dev/features/Features/legacymedia.md +++ b/docs/content/dev/features/Features/legacymedia.md @@ -3,7 +3,7 @@ title: "Legacy Media Components (WMP, DirectPlay) - Enable" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=37} +```json {filename="config/feature.json",linenos=inline,linenostart=34} "WPFFeatureslegacymedia": { "Content": "Legacy Media Components (WMP, DirectPlay) - Enable", "Description": "Enables legacy programs from previous versions of Windows.", diff --git a/docs/content/dev/features/Features/nfs.md b/docs/content/dev/features/Features/nfs.md index 496a024a..5a301818 100644 --- a/docs/content/dev/features/Features/nfs.md +++ b/docs/content/dev/features/Features/nfs.md @@ -3,7 +3,7 @@ title: "Network File System (NFS) - Enable" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=63} +```json {filename="config/feature.json",linenos=inline,linenostart=60} "WPFFeaturenfs": { "Content": "Network File System (NFS) - Enable", "Description": "Network File System (NFS) is a mechanism for storing files on a network.", diff --git a/docs/content/dev/features/Features/wsl.md b/docs/content/dev/features/Features/wsl.md index 73f8336e..c50ffaca 100644 --- a/docs/content/dev/features/Features/wsl.md +++ b/docs/content/dev/features/Features/wsl.md @@ -3,7 +3,7 @@ title: "Windows Subsystem for Linux (WSL) - Enable" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=51} +```json {filename="config/feature.json",linenos=inline,linenostart=48} "WPFFeaturewsl": { "Content": "Windows Subsystem for Linux (WSL) - Enable", "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.", diff --git a/docs/content/dev/features/Legacy-Windows-Panels/Computer.md b/docs/content/dev/features/Legacy-Windows-Panels/Computer.md index 96692de3..3d47258b 100644 --- a/docs/content/dev/features/Legacy-Windows-Panels/Computer.md +++ b/docs/content/dev/features/Legacy-Windows-Panels/Computer.md @@ -3,7 +3,7 @@ title: "Computer Management" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=196} +```json {filename="config/feature.json",linenos=inline,linenostart=193} "WPFPanelComputer": { "Content": "Computer Management", "category": "Legacy Windows Panels", diff --git a/docs/content/dev/features/Legacy-Windows-Panels/Control.md b/docs/content/dev/features/Legacy-Windows-Panels/Control.md index 34b7cc87..d79af6c7 100644 --- a/docs/content/dev/features/Legacy-Windows-Panels/Control.md +++ b/docs/content/dev/features/Legacy-Windows-Panels/Control.md @@ -3,7 +3,7 @@ title: "Control Panel" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=185} +```json {filename="config/feature.json",linenos=inline,linenostart=182} "WPFPanelControl": { "Content": "Control Panel", "category": "Legacy Windows Panels", diff --git a/docs/content/dev/features/Legacy-Windows-Panels/Network.md b/docs/content/dev/features/Legacy-Windows-Panels/Network.md index f505528e..ae0f23ca 100644 --- a/docs/content/dev/features/Legacy-Windows-Panels/Network.md +++ b/docs/content/dev/features/Legacy-Windows-Panels/Network.md @@ -3,7 +3,7 @@ title: "Network Connections" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=207} +```json {filename="config/feature.json",linenos=inline,linenostart=204} "WPFPanelNetwork": { "Content": "Network Connections", "category": "Legacy Windows Panels", diff --git a/docs/content/dev/features/Legacy-Windows-Panels/Power.md b/docs/content/dev/features/Legacy-Windows-Panels/Power.md index 4afa1686..6e6eb55d 100644 --- a/docs/content/dev/features/Legacy-Windows-Panels/Power.md +++ b/docs/content/dev/features/Legacy-Windows-Panels/Power.md @@ -3,7 +3,7 @@ title: "Power Panel" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=218} +```json {filename="config/feature.json",linenos=inline,linenostart=215} "WPFPanelPower": { "Content": "Power Panel", "category": "Legacy Windows Panels", diff --git a/docs/content/dev/features/Legacy-Windows-Panels/Printer.md b/docs/content/dev/features/Legacy-Windows-Panels/Printer.md index 1e4d2e47..1b6a733a 100644 --- a/docs/content/dev/features/Legacy-Windows-Panels/Printer.md +++ b/docs/content/dev/features/Legacy-Windows-Panels/Printer.md @@ -3,7 +3,7 @@ title: "Printer Panel" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=229} +```json {filename="config/feature.json",linenos=inline,linenostart=226} "WPFPanelPrinter": { "Content": "Printer Panel", "category": "Legacy Windows Panels", diff --git a/docs/content/dev/features/Legacy-Windows-Panels/Region.md b/docs/content/dev/features/Legacy-Windows-Panels/Region.md index 111cb7d8..8e9b424a 100644 --- a/docs/content/dev/features/Legacy-Windows-Panels/Region.md +++ b/docs/content/dev/features/Legacy-Windows-Panels/Region.md @@ -3,7 +3,7 @@ title: "Region" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=240} +```json {filename="config/feature.json",linenos=inline,linenostart=237} "WPFPanelRegion": { "Content": "Region", "category": "Legacy Windows Panels", diff --git a/docs/content/dev/features/Legacy-Windows-Panels/Restore.md b/docs/content/dev/features/Legacy-Windows-Panels/Restore.md index 360fe876..fe8588c5 100644 --- a/docs/content/dev/features/Legacy-Windows-Panels/Restore.md +++ b/docs/content/dev/features/Legacy-Windows-Panels/Restore.md @@ -3,7 +3,7 @@ title: "Windows Restore" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=251} +```json {filename="config/feature.json",linenos=inline,linenostart=248} "WPFPanelRestore": { "Content": "Windows Restore", "category": "Legacy Windows Panels", diff --git a/docs/content/dev/features/Legacy-Windows-Panels/Sound.md b/docs/content/dev/features/Legacy-Windows-Panels/Sound.md index 3646e2b1..aa9e8975 100644 --- a/docs/content/dev/features/Legacy-Windows-Panels/Sound.md +++ b/docs/content/dev/features/Legacy-Windows-Panels/Sound.md @@ -3,7 +3,7 @@ title: "Sound Settings" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=262} +```json {filename="config/feature.json",linenos=inline,linenostart=259} "WPFPanelSound": { "Content": "Sound Settings", "category": "Legacy Windows Panels", diff --git a/docs/content/dev/features/Legacy-Windows-Panels/System.md b/docs/content/dev/features/Legacy-Windows-Panels/System.md index 57b74f35..35390851 100644 --- a/docs/content/dev/features/Legacy-Windows-Panels/System.md +++ b/docs/content/dev/features/Legacy-Windows-Panels/System.md @@ -3,7 +3,7 @@ title: "System Properties" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=273} +```json {filename="config/feature.json",linenos=inline,linenostart=270} "WPFPanelSystem": { "Content": "System Properties", "category": "Legacy Windows Panels", diff --git a/docs/content/dev/features/Legacy-Windows-Panels/Timedate.md b/docs/content/dev/features/Legacy-Windows-Panels/Timedate.md index 5e1c20cc..40c31fc1 100644 --- a/docs/content/dev/features/Legacy-Windows-Panels/Timedate.md +++ b/docs/content/dev/features/Legacy-Windows-Panels/Timedate.md @@ -3,7 +3,7 @@ title: "Time and Date" description: "" --- -```json {filename="config/feature.json",linenos=inline,linenostart=284} +```json {filename="config/feature.json",linenos=inline,linenostart=281} "WPFPanelTimedate": { "Content": "Time and Date", "category": "Legacy Windows Panels",