This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:windows:windows_10 [2017/03/09 11:06] gcooper |
computing:windows:windows_10 [2021/01/07 08:08] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Windows 10 Topics ====== | ====== Windows 10 Topics ====== | ||
- | ===== Compact OS ===== | + | http:// |
- | http:// | + | ===== Latest Release Version ===== |
- | Current status: | + | https:// |
- | < | + | ===== Install or Upgrade ===== |
- | compact / | + | |
- | </ | + | |
- | Compress | + | * 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:// | ||
+ | |||
+ | * Upgrade the PC you are working on now | ||
+ | * Download ISO file | ||
+ | * Create USB flash drive | ||
+ | * Use this if you haven' | ||
+ | |||
+ | ==== Rufus ==== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | 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 ===== | ||
+ | |||
+ | This will also get rid of '' | ||
< | < | ||
- | compact / | + | powercfg -h off |
</ | </ | ||
- | ===== Clean Up Bloated Windows 10 ===== | + | ===== Compact OS ===== |
- | https://github.com/W4RH4WK/Debloat-Windows-10 | + | http://www.makeuseof.com/tag/save-disk-space-compact-os-windows-10/ |
- | ==== Remove Default Apps ==== | + | http:// |
+ | |||
+ | Current status: | ||
< | < | ||
- | Get-AppxPackage *3dbuilder* | Remove-AppxPackage | + | compact / |
- | 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 | + | |
</ | </ | ||
- | + | ||
- | ==== Reinstall Default Apps ==== | + | Compress Windows 10 OS: |
< | < | ||
- | Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register " | + | compact / |
</ | </ | ||
Line 75: | Line 98: | ||
reg add " | reg add " | ||
</ | </ | ||
+ | |||
+ | ===== DVD Player ===== | ||
+ | |||
+ | Windows 10 won't play DVDs by default. | ||
+ | |||
+ | The simplest DVD player may be here: | ||
+ | |||
+ | https:// | ||
+ | |||
+ | :!: 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). |