User Tools

Site Tools


wiki:os:microsoft:windows:7

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
wiki:os:microsoft:windows:7 [2022/09/17 23:52]
claire ↷ Page moved from os:windows:7 to wiki:os:windows:7
wiki:os:microsoft:windows:7 [2022/09/26 17:21] (current)
claire ↷ Links adapted because of a move operation
Line 1: Line 1:
 ====== Windows 7 ====== ====== Windows 7 ======
-**Windows 7 is officially unsupported by Microsoft. Use at your own risk.** That said, Microsoft Security Essentials still works, as well as [[https://​www.pcmatic.com/​|PC Matic]], which i haven'​t used, but has a lot of positive reviews.+ 
 +<adm warning Caution!>​ 
 +**Windows 7 is officially unsupported by Microsoft. Use at your own risk.** 
 +</​adm>​ 
 + 
 +That said, Microsoft Security Essentials still works, as well as [[https://​www.pcmatic.com/​|PC Matic]], which i haven'​t used, but has a lot of positive reviews.
 ===== Notes ===== ===== Notes =====
 Even though Microsoft no longer supports the OneDrive client for Windows 7, you can still connect to your OneDrive quite easily via **WebDAV**, which is a file sharing protocol that uses HTTPS. Even though Microsoft no longer supports the OneDrive client for Windows 7, you can still connect to your OneDrive quite easily via **WebDAV**, which is a file sharing protocol that uses HTTPS.
Line 26: Line 31:
 There are some important update packages that may be required to get a new installation to a workable state (including the ability to find and download updates): There are some important update packages that may be required to get a new installation to a workable state (including the ability to find and download updates):
  
-  * The [[https://​docs.microsoft.com/​en-us/​powershell/​scripting/​windows-powershell/​wmf/​overview|Windows Management Framework (WMF)]] includes updates for [[wiki:​software:​powershell]] (and the ISE), WinRM, and WMI. WMF requires .NET 4.5 (for v5).+  * The [[https://​docs.microsoft.com/​en-us/​powershell/​scripting/​windows-powershell/​wmf/​overview|Windows Management Framework (WMF)]] includes updates for [[wiki:​software:​code:​winscript:​powershell]] (and the ISE), WinRM, and WMI. WMF requires .NET 4.5 (for v5).
   * The .NET Framework might fail to install on the first attempt; [[https://​support.microsoft.com/​en-us/​topic/​the-net-framework-4-7-installation-is-blocked-on-windows-7-windows-server-2008-r2-and-windows-server-2012-because-of-a-missing-d3dcompiler-update-0869046a-0972-7824-1bb8-5d89bf99e112|KB4019990]] has an update available.   * The .NET Framework might fail to install on the first attempt; [[https://​support.microsoft.com/​en-us/​topic/​the-net-framework-4-7-installation-is-blocked-on-windows-7-windows-server-2008-r2-and-windows-server-2012-because-of-a-missing-d3dcompiler-update-0869046a-0972-7824-1bb8-5d89bf99e112|KB4019990]] has an update available.
   * Old .NET Framework downloads are [[https://​dotnet.microsoft.com/​en-us/​download/​dotnet-framework|here]],​ and the last .NET 4 build (4.8) can be downloaded directly [[https://​dotnet.microsoft.com/​en-us/​download/​dotnet-framework/​thank-you/​net48-offline-installer|here]].   * Old .NET Framework downloads are [[https://​dotnet.microsoft.com/​en-us/​download/​dotnet-framework|here]],​ and the last .NET 4 build (4.8) can be downloaded directly [[https://​dotnet.microsoft.com/​en-us/​download/​dotnet-framework/​thank-you/​net48-offline-installer|here]].
Line 71: Line 76:
   - Download Windows Automated Installation Kit (AIK) [[https://​www.microsoft.com/​en-us/​download/​details.aspx?​id=5753&​msclkid=86bd9ec9cf1e11ecbccfd3094d61fc86|here]]   - Download Windows Automated Installation Kit (AIK) [[https://​www.microsoft.com/​en-us/​download/​details.aspx?​id=5753&​msclkid=86bd9ec9cf1e11ecbccfd3094d61fc86|here]]
   - Extract contents of Windows 7 ISO: <​code>​dism /mount-wim /​wimfile:'​F:​\Wandow\Windows 7\Win7SP1iso\sources\install.wim'​ /​mountdir:'​F:​\Wandow\Windows 7\Win7SP1wim'​ /​index:​1</​code>​   - Extract contents of Windows 7 ISO: <​code>​dism /mount-wim /​wimfile:'​F:​\Wandow\Windows 7\Win7SP1iso\sources\install.wim'​ /​mountdir:'​F:​\Wandow\Windows 7\Win7SP1wim'​ /​index:​1</​code>​
-    * Get the index of the image:<​code>​dism /​get-wiminfo /​wimfile:'​F:​\Wandow\Windows 7\Win7SP1\sources\install.wim'</​code>​+  - Get the index of the image:<​code>​dism /​get-wiminfo /​wimfile:'​F:​\Wandow\Windows 7\Win7SP1\sources\install.wim'</​code>​
   - Integrate MSU packages: <​code>​dism /​image:'​F:​\Wandow\Windows 7\Win7SP1wim'​ /​add-package /​packagepath:'​F:​\Wandow\Windows 7\updates\filename.msu'</​code>​   - Integrate MSU packages: <​code>​dism /​image:'​F:​\Wandow\Windows 7\Win7SP1wim'​ /​add-package /​packagepath:'​F:​\Wandow\Windows 7\updates\filename.msu'</​code>​
   - Integrate drivers (extracted CAB): <​code>​dism /​image:'​F:​\Wandow\Windows 7\Win7SP1wim'​ /add-driver /​driver:'​F:​\Wandow\Windows 7\E6410-win7-A12-66JCY\E6410\win7\x64'​ /​recurse</​code>​   - Integrate drivers (extracted CAB): <​code>​dism /​image:'​F:​\Wandow\Windows 7\Win7SP1wim'​ /add-driver /​driver:'​F:​\Wandow\Windows 7\E6410-win7-A12-66JCY\E6410\win7\x64'​ /​recurse</​code>​