Skip to content

Commit

Permalink
Default user configuration had an invalid token definition
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKasaku committed Aug 9, 2017
1 parent f422fe0 commit e798527
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -5,12 +5,12 @@

<powershell>
<userAccountControl>
<!-- In development, remove default elevationAction -->
<!-- In development, remove default elevationActions -->
<tokens>
<token name="Default" elevationAction="Allow"/>
<token name="Console" elevationAction="Allow"/>
<token name="ISE" elevationAction="Allow"/>
<token name="ItemSave" elevationAction="Allow"/>
<token patch:instead="*[@name='Default']" name="Default" elevationAction="Allow" expiration="00:00:00"/>
<token patch:instead="*[@name='Console']" name="Console" elevationAction="Allow" expiration="00:00:00"/>
<token patch:instead="*[@name='ISE']" name="ISE" elevationAction="Allow" expiration="00:00:00"/>
<token patch:instead="*[@name='ItemSave']" name="ItemSave" elevationAction="Allow" expiration="00:00:00"/>
</tokens>
</userAccountControl>
</powershell>
Expand Down

0 comments on commit e798527

Please sign in to comment.