User Tools

Site Tools


computing:windows:windows_10

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:windows:windows_10 [2018/09/21 11:03]
gcooper
computing:windows:windows_10 [2021/01/07 08:08] (current)
gcooper
Line 2: Line 2:
  
 http://www.ghacks.net/2016/08/08/10-ways-to-free-up-hard-drive-space-on-windows/ http://www.ghacks.net/2016/08/08/10-ways-to-free-up-hard-drive-space-on-windows/
 +
 +===== Latest Release Version =====
 +
 +https://www.microsoft.com/en-us/itpro/windows-10/release-information
 +
 +===== Install or Upgrade =====
 +
 +  * Direct upgrade is easiest, but fresh install is best
 +  * USB install is much faster than DVD install
 +  * USB flash drive needs to be at least 8GB
 +  * Windows 10 will automatically activate if the machine was previously activated with Windows 10
 +
 +==== Microsoft Media Creation Tool ====
 +
 +https://www.microsoft.com/en-us/software-download/windows10
 +
 +  * Upgrade the PC you are working on now
 +  * Download ISO file
 +  * Create USB flash drive
 +  * Use this if you haven't already obtained the Windows installation ISO file
 +
 +==== Rufus ====
 +
 +https://rufus.ie/
 +
 +If you already have the Windows ISO, you can use Rufus with these settings:
 +
 +  - **Device** option
 +    * Select the USB flash drive you want to use
 +  - **Boot selection**
 +    * Click **Select**
 +    * **Browse to and select** your 32-bit or 64-bit Windows 10 ISO file
 +  - **Image option**
 +    * Select **Standard Windows installation**
 +  - **Partition scheme**
 +    * **MBR**
 +  - **Target system**
 +    * **BIOS** or UEFI-CSM
 +  - **Volume label**
 +    * Any valid name
 +  - **File system**
 +    * **NTFS**
 +  - **Cluster size**
 +    * **Default** value (4096 bytes)
 +  - Select **Quick format**
 +  - Select **Create extended label and icon files**
 +  - Click on **Start**
  
 ===== Disable Hibernation ===== ===== Disable Hibernation =====
Line 27: Line 74:
 <file> <file>
 compact /compactos:always compact /compactos:always
-</file> 
- 
-===== Clean Up Bloated Windows 10 ===== 
- 
-https://gist.github.com/alirobe/7f3b34ad89a159e6daa1 
- 
-==== Remove Default Apps ==== 
- 
-<file> 
-Get-AppxPackage *3dbuilder* | Remove-AppxPackage 
-Get-AppxPackage *windowsalarms* | Remove-AppxPackage 
-Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage 
-Get-AppxPackage *windowscamera* | Remove-AppxPackage 
-Get-AppxPackage *officehub* | Remove-AppxPackage 
-Get-AppxPackage *skypeapp* | Remove-AppxPackage 
-Get-AppxPackage *getstarted* | Remove-AppxPackage 
-Get-AppxPackage *zunemusic* | Remove-AppxPackage 
-Get-AppxPackage *solitairecollection* | Remove-AppxPackage 
-Get-AppxPackage *bingfinance* | Remove-AppxPackage 
-Get-AppxPackage *zunevideo* | Remove-AppxPackage 
-Get-AppxPackage *bingnews* | Remove-AppxPackage 
-Get-AppxPackage *onenote* | Remove-AppxPackage 
-Get-AppxPackage *people* | Remove-AppxPackage 
-Get-AppxPackage *windowsphone* | Remove-AppxPackage 
-Get-AppxPackage *photos* | Remove-AppxPackage 
-Get-AppxPackage *windowsstore* | Remove-AppxPackage 
-Get-AppxPackage *bingsports* | Remove-AppxPackage 
-Get-AppxPackage *soundrecorder* | Remove-AppxPackage 
-Get-AppxPackage *bingweather* | Remove-AppxPackage 
-Get-AppxPackage *xboxapp* | Remove-AppxPackage 
-</file> 
-  
-==== Reinstall Default Apps ==== 
- 
-<file> 
-Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} 
 </file> </file>
  
Line 87: Line 98:
 reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings" /v "NOC_GLOBAL_SETTING_TOASTS_ENABLED" /t REG_DWORD /d "0" /f reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings" /v "NOC_GLOBAL_SETTING_TOASTS_ENABLED" /t REG_DWORD /d "0" /f
 </file> </file>
 +
 +===== DVD Player =====
 +
 +Windows 10 won't play DVDs by default.
 +
 +The simplest DVD player may be here:
 +
 +https://www.codecguide.com/download_k-lite_codec_pack_standard.htm
 +
 +:!: Choose **Standard** or above so you get the **Media Player Classic** which you will use to play DVDs.
 +
 +:!: You will probably have to set **Media Player Classic** as the default app for DVD autoplay using **Control Panel** (not Settings).
computing/windows/windows_10.1537549383.txt.gz · Last modified: 2018/09/21 11:03 by gcooper