Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Turn on developer mode
Browse files Browse the repository at this point in the history
It automatically activates developer mode.
  • Loading branch information
herrwinfried authored Jan 28, 2023
1 parent dde0df5 commit f54f252
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/EasierWsaInstaller/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if ($Arch -eq 'Arm64' -or $Arch -eq 'amd64') {
Set-Location "C:\easierwsainstaller-project"
Add-AppxPackage Microsoft*WindowsSubsystemForAndroid*.msixbundle
} else {
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"
Add-AppxPackage -Register .\AppxManifest.xml
}
$PSVersionTable
Expand All @@ -44,4 +45,4 @@ Write-Host "No-Stop"
} else {
pause
}
}
}

0 comments on commit f54f252

Please sign in to comment.