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
Command : .\Install-ConEmuTheme.ps1 [-ConfigPath Path] -Operation Add -ThemePathOrName themes\oceans16-dark.xml
Throws This : Install-ConEmuTheme.ps1: Cannot validate argument on parameter 'ConfigPath'. The "Test-Path -Path $_" validation script for the argument with value "[-ConfigPath" did not return a result of True. Determine why the validation script failed, and then try the command again.
Windows 7 32-bit, ConEmu x86 (Version : 11.210)
The text was updated successfully, but these errors were encountered:
Replace -ConfigPath with the path to your ConEmu.xml file
In my case: .\Install-ConEmuTheme.ps1 -ConfigPath C:\cmder_mini\vendor\conemu-maximus5\ConEmu.xml -Operation Add -ThemePathOrName themes\"oceans16-dark.xml"
Command :
.\Install-ConEmuTheme.ps1 [-ConfigPath Path] -Operation Add -ThemePathOrName themes\oceans16-dark.xml
Throws This :
Install-ConEmuTheme.ps1: Cannot validate argument on parameter 'ConfigPath'. The "Test-Path -Path $_" validation script for the argument with value "[-ConfigPath" did not return a result of True. Determine why the validation script failed, and then try the command again.
Windows 7 32-bit, ConEmu x86 (Version : 11.210)
The text was updated successfully, but these errors were encountered: