diff --git a/docs/guide_links.md b/docs/guide_links.md index 25e6595..12c595f 100644 --- a/docs/guide_links.md +++ b/docs/guide_links.md @@ -14,6 +14,7 @@ If you are facing any error, the script should tell you which guide you need to - [Change Edition Issues](change_edition_issues.md) - [Windows Evaluation Editions](evaluation_editions.md) - [Fix Powershell](https://gravesoft.dev/fix_powershell) +- [PowerShell on Legacy Windows](powershell-on-legacy-windows.md) - [In-place Repair Upgrade](https://gravesoft.dev/in-place_repair_upgrade) - [Remove Malware](https://gravesoft.dev/remove_malware) - [Clean Install Windows](https://gravesoft.dev/clean_install_windows) diff --git a/docs/powershell-on-legacy-windows.md b/docs/powershell-on-legacy-windows.md new file mode 100644 index 0000000..e14d7a6 --- /dev/null +++ b/docs/powershell-on-legacy-windows.md @@ -0,0 +1,23 @@ +# PowerShell on Legacy Windows + +Windows Vista and earlier versions do not come with PowerShell preinstalled. The guide below provides links you can use to install PowerShell 2.0. + +--- + +## PowerShell 2.0 Download Links + +| Windows | Links | +|---------------------------------------|--------------------------| +| **Windows XP 32-bit**
**Windows Embedded 32-bit** | Service Pack 3 build 2600.5512 is required
+
**Microsoft .NET Framework 2.0 SP2**
[32-bit](https://web.archive.org/web/20200801000000id_/download.microsoft.com/download/c/6/e/c6e88215-0178-4c6c-b5f3-158ff77b1f38/NetFx20SP2_x86.exe)
+
**Windows PowerShell 2.0 (KB968930)**
[32-bit](https://catalog.s.download.windowsupdate.com/msdownload/update/software/updt/2009/11/windowsxp-kb968930-x86-eng_540d661066953d76a6907b6ee0d1cd4531c1e1c6.exe) | +| **Windows XP 64-bit**
**Windows Server 2003**
**Windows Server 2003 R2** | Service Pack 1 is required for Server 2003
+
**Microsoft .NET Framework 2.0 SP2**
[32-bit](https://web.archive.org/web/20200801000000id_/download.microsoft.com/download/c/6/e/c6e88215-0178-4c6c-b5f3-158ff77b1f38/NetFx20SP2_x86.exe) - [64-bit](https://web.archive.org/web/20200801000000id_/download.microsoft.com/download/c/6/e/c6e88215-0178-4c6c-b5f3-158ff77b1f38/NetFx20SP2_x64.exe)
+
**Windows PowerShell 2.0 (KB968930)**
[32-bit](https://catalog.s.download.windowsupdate.com/msdownload/update/software/updt/2009/11/windowsserver2003-kb968930-x86-eng_843dca5f32b47a3bc36cb4d7f3a92dfd2fcdddb3.exe) - [64-bit](https://catalog.s.download.windowsupdate.com/msdownload/update/software/updt/2009/11/windowsserver2003-kb968930-x64-eng_8ba702aa016e4c5aed581814647f4d55635eff5c.exe) | +| **Windows Vista**
**Windows Server 2008** | Service Pack 1 is required for Windows Vista
+
**Windows PowerShell 2.0 (KB968930)**
[32-bit](https://catalog.s.download.windowsupdate.com/msdownload/update/software/updt/2011/02/windows6.0-kb968930-x86_16fd2e93be2e7265821191119ddfc0cdaa6f4243.msu) - [64-bit](https://catalog.s.download.windowsupdate.com/msdownload/update/software/updt/2011/02/windows6.0-kb968930-x64_4de013d593181a2a04217ce3b0e7536ab56995aa.msu) | + +Alternatively, you can download the files from [this mirror](https://app.box.com/s/okswqwyr68stsl1ffabffhm9ouneszye). All files are digitally signed by Microsoft. + +--- + +:::tip + +If you need any help, feel free to connect with us [here](troubleshoot.md). + +:::