Skip to content

Commit

Permalink
revert ZEN-9497
Browse files Browse the repository at this point in the history
WINRS_NOPROFILE = FALSE, has a bad effect when running `wmic.exe process call create "powershell.exe"` as it attempts to create profiles on the fly - related to powershell error code 0xffff0000
  • Loading branch information
Max Braitmaiere committed Apr 13, 2016
1 parent 21b0e7a commit a14f50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txwinrm/request/create.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<w:Locale xml:lang="en-US" s:mustUnderstand="false" />
<p:DataLocale xml:lang="en-US" s:mustUnderstand="false" />
<w:OptionSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<w:Option Name="WINRS_NOPROFILE">FALSE</w:Option>
<w:Option Name="WINRS_NOPROFILE">TRUE</w:Option>
<w:Option Name="WINRS_CODEPAGE">437</w:Option>
</w:OptionSet>
<w:OperationTimeout>PT60.000S</w:OperationTimeout>
Expand Down

0 comments on commit a14f50f

Please sign in to comment.