Browse Source

Use `code` formatting for more things

Jimmy Cushnie 5 years ago
parent
commit
ab9c0cceb6
1 changed files with 8 additions and 7 deletions
  1. 8 7
      README.md

+ 8 - 7
README.md

@@ -1,4 +1,5 @@
 # Windows10Debloater
 # Windows10Debloater
+
 Script/Utility/Application to debloat Windows 10
 Script/Utility/Application to debloat Windows 10
 
 
 # How To Run the Windows10Debloater.ps1 and the Windows10DebloaterGUI.ps1 files
 # How To Run the Windows10Debloater.ps1 and the Windows10DebloaterGUI.ps1 files
@@ -12,10 +13,10 @@ First Method:
 3) Enable PowerShell execution
 3) Enable PowerShell execution
 <code>Set-ExecutionPolicy Unrestricted -Force</code>
 <code>Set-ExecutionPolicy Unrestricted -Force</code>
 4) On the prompt, change to the directory where you extracted the files:
 4) On the prompt, change to the directory where you extracted the files:
-  e.g. - cd c:\temp
+  e.g. - `cd c:\temp`
 5) Next, to run either script, enter in the following:
 5) Next, to run either script, enter in the following:
-  e.g. - .\Windows10DebloaterGUI.ps1
-  
+  e.g. - `.\Windows10DebloaterGUI.ps1`
+
 
 
 Second Method:
 Second Method:
 
 
@@ -29,17 +30,17 @@ Remember this script NEEDS to be run as admin in order to function properly.
 # How To Run the Windows10SysPrepDebloater.ps1 file
 # How To Run the Windows10SysPrepDebloater.ps1 file
 
 
 For the WindowsSysPrepDebloater.ps1 file, there are a couple of parameters that you can run so that you can specify which functions are used. The parameters are:
 For the WindowsSysPrepDebloater.ps1 file, there are a couple of parameters that you can run so that you can specify which functions are used. The parameters are:
--SysPrep, -Debloat. 
+`-SysPrep, -Debloat`. 
 
 
 To run this with parameters, do the following:
 To run this with parameters, do the following:
 
 
 1) Download the .zip file on the main page of the github and extract the .zip file to your desired location
 1) Download the .zip file on the main page of the github and extract the .zip file to your desired location
 2) Once extracted, open PowerShell (or PowerShell ISE) as an Administrator
 2) Once extracted, open PowerShell (or PowerShell ISE) as an Administrator
 3) On the prompt, change to the directory where you extracted the files:
 3) On the prompt, change to the directory where you extracted the files:
-  e.g. - cd c:\temp
+  e.g. - `cd c:\temp`
 4) Next, to run either script, enter in the following:
 4) Next, to run either script, enter in the following:
-  e.g. - .\Windows10SysPrepDebloater.ps1 -Sysprep, -Debloat -Privacy
-  
+  e.g. - `.\Windows10SysPrepDebloater.ps1 -Sysprep, -Debloat -Privacy`
+
 
 
 # Sysprep, Interactive, and GUI Application
 # Sysprep, Interactive, and GUI Application