LTSC-Add-MicrosoftStore

Add Windows Store for LTSC [Moved to: https://github.com/kkkgo/LTSC-Add-MicrosoftStore] (by lixuy)

LTSC-Add-MicrosoftStore Alternatives

Similar projects and alternatives to LTSC-Add-MicrosoftStore

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better LTSC-Add-MicrosoftStore alternative or higher similarity.

LTSC-Add-MicrosoftStore reviews and mentions

Posts with mentions or reviews of LTSC-Add-MicrosoftStore. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.
  • How to restore the Microsoft Store and built-in apps after an Intune Fresh Start or Autopilot Reset
    2 projects | /r/Intune | 16 Nov 2022
    # This script will download the URL you specify, extract the file, then run the files you request # Variables that require input $packageURL = "https://github.com/lixuy/LTSC-Add-MicrosoftStore/archive/2019.zip" # Pre-set variables (optional to change) $fileLocation = "C:\Windows\Temp" $zipName = "scripts.zip" $zipFolder = "scripts" $outpath = "$fileLocation/$zipName" # Create Hash Table - Edit the extensions to include any extensions you want to run $scriptExtensions= @( 'cmd' 'ps1' ) # Download Zip folder to temp location Invoke-WebRequest -Uri $packageURL -OutFile $outpath # Extract Zip folder Expand-Archive -Path "$fileLocation/$zipName" -DestinationPath "$fileLocation/$zipFolder" # Search for all cmd files and run the script $n = 1 foreach($scriptExtension in $scriptExtensions) { # Search for all cmd files and run the script foreach($script in Get-ChildItem -Path "$fileLocation/$zipFolder" -Recurse *.$scriptExtension) { $script.FullName Write-Host "Installing script #$n" Invoke-Item $script.FullName $n++ } }

Stats

Basic LTSC-Add-MicrosoftStore repo stats
1
2,225
10.0
over 2 years ago

The primary programming language of LTSC-Add-MicrosoftStore is Batchfile.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com