Skip to content

Commit

Permalink
powershellタスクの -NoProfile をはずす
Browse files Browse the repository at this point in the history
-NoProfile をつけているとユーザのプロファイルを読み込まなくなる。
しかし読み込んでほしかったのではずした。

ref. cmderdev/cmder#505
  • Loading branch information
kai2nenobu committed Jun 7, 2019
1 parent da017c2 commit f35790a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmder/user-ConEmu.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<key name="Software">
<key name="ConEmu">
<key name=".Vanilla" modified="2019-03-18 11:57:56" build="180626">
<key name=".Vanilla" modified="2019-06-07 16:25:27" build="180626">
<value name="ColorTable00" type="dword" data="00000000"/>
<value name="ColorTable01" type="dword" data="00ee0000"/>
<value name="ColorTable02" type="dword" data="0000cd00"/>
Expand Down Expand Up @@ -126,8 +126,8 @@
<value name="ConWnd Width" type="dword" data="00000078"/>
<value name="ConWnd Height" type="dword" data="0000001e"/>
<value name="Cascaded" type="hex" data="01"/>
<value name="ConWnd X" type="long" data="112"/>
<value name="ConWnd Y" type="long" data="51"/>
<value name="ConWnd X" type="long" data="90"/>
<value name="ConWnd Y" type="long" data="123"/>
<value name="16bit Height" type="ulong" data="0"/>
<value name="AutoSaveSizePos" type="hex" data="01"/>
<value name="IntegralSize" type="hex" data="00"/>
Expand Down Expand Up @@ -493,10 +493,10 @@
<value name="Hotkey" type="dword" data="00000000"/>
<value name="Flags" type="dword" data="00000000"/>
</key>
<key name="Task2" modified="2019-03-05 14:03:37" build="180626">
<key name="Task2" modified="2019-06-07 16:25:27" build="180626">
<value name="Name" type="string" data="{Powershell::Powershell}"/>
<value name="GuiArgs" type="string" data=' /icon "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe"'/>
<value name="Cmd1" type="string" data='PowerShell -ExecutionPolicy Bypass -NoLogo -NoProfile -NoExit -Command "Invoke-Expression &apos;. &apos;&apos;%ConEmuDir%\..\profile.ps1&apos;&apos;&apos;" -new_console:d:"%USERPROFILE%"'/>
<value name="Cmd1" type="string" data='PowerShell -ExecutionPolicy Bypass -NoLogo -NoExit -Command "Invoke-Expression &apos;. &apos;&apos;%ConEmuDir%\..\profile.ps1&apos;&apos;&apos;" -new_console:d:"%USERPROFILE%"'/>
<value name="Active" type="long" data="0"/>
<value name="Count" type="long" data="1"/>
<value name="Hotkey" type="dword" data="00000000"/>
Expand Down

0 comments on commit f35790a

Please sign in to comment.