You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manual alternative?
Steps for reproducing the action executed by this script manually. If not available, explain why.
Host
The script host you chose and why.
Additional context
Add any other context or screenshots about the script.
Script code
<?xml version="1.0" encoding="UTF-8"?>
<Script>
<Name>EnglishName</Name>
<Namexml:lang="fr">FrenchName</Name>
<Description>EnglishDescription</Description>
<Descriptionxml:lang="fr">FrenchDescription</Description>
<Category>Maintenance/Debloating/Customization</Category>
<Recommended>Safe/Dangerous/Limited</Recommended>
<Impact>Ergonomics/Free storage space/Memory usage/Network usage/Privacy/Performance/Shutdown time/Startup time/Storage speed/Visuals</Impact>
<Versions>>=10.0.0</Versions> <!-- Supported Windows version range in SemVer 2.0.0 standard range syntax (optional). If unspecified, the script considered to support all Windows versions. -->
<Code>
<ExecuteHost="Cmd/PowerShell/Regedit">code</Execute> <!-- (optional) -->
<EnableHost="Cmd/PowerShell/Regedit">code</Enable> <!-- (optional) -->
<DisableHost="Cmd/PowerShell/Regedit">code</Disable> <!-- (optional) -->
<DetectHost="Cmd/PowerShell/Regedit">code</Detect> <!-- (optional) -->
</Code>
</Script>
The text was updated successfully, but these errors were encountered:
Purpose
Upgrade App to .Net8.0
Manual alternative?
Steps for reproducing the action executed by this script manually. If not available, explain why.
Host
The script host you chose and why.
Additional context
Add any other context or screenshots about the script.
Script code
The text was updated successfully, but these errors were encountered: