Last active
December 17, 2021 07:19
-
-
Save alanstevens/07d778f988c3183822eeac79086a0d1f to your computer and use it in GitHub Desktop.
Windows 10 setup resource files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let mapleader = "," | |
" Universal clipboard | |
set clipboard=unnamed | |
" Map the arrow keys to be based on display lines, not physical lines | |
map <Down> gj | |
map <Up> gk | |
" Create Blank Newlines and stay in Normal mode | |
nnoremap <Leader>O O<Esc> | |
nnoremap <Leader>o o<Esc> | |
" Searching | |
set hlsearch " highlight matches | |
set incsearch " incremental searching | |
set ignorecase " searches are case insensitive... | |
set smartcase " ... unless they contain at least one capital letter | |
" Search mappings: These will make it so that going to the next one in a | |
" search will center on the line it's found in. | |
map N Nzz | |
map n nzz | |
set backspace=indent,eol,start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete] | |
"Append Completion"="yes" | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<key name="Software"> | |
<key name="ConEmu"> | |
<key name=".Vanilla" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Language" type="string" data="en"/> | |
<value name="StartType" type="hex" data="02"/> | |
<value name="CmdLine" type="string" data=""/> | |
<value name="StartTasksFile" type="string" data=""/> | |
<value name="StartTasksName" type="string" data="{Shells::PowerShell}"/> | |
<value name="StartFarFolders" type="hex" data="00"/> | |
<value name="StartFarEditors" type="hex" data="00"/> | |
<value name="StartCreateDelay" type="ulong" data="100"/> | |
<value name="ColorTable00" type="dword" data="00000000"/> | |
<value name="ColorTable01" type="dword" data="00fecb96"/> | |
<value name="ColorTable02" type="dword" data="0060ffa8"/> | |
<value name="ColorTable03" type="dword" data="00fec5c6"/> | |
<value name="ColorTable04" type="dword" data="00606cff"/> | |
<value name="ColorTable05" type="dword" data="00fd73ff"/> | |
<value name="ColorTable06" type="dword" data="00b6ffff"/> | |
<value name="ColorTable07" type="dword" data="00eeeeee"/> | |
<value name="ColorTable08" type="dword" data="007c7c7c"/> | |
<value name="ColorTable09" type="dword" data="00fedcb5"/> | |
<value name="ColorTable10" type="dword" data="00abfece"/> | |
<value name="ColorTable11" type="dword" data="00fedfdf"/> | |
<value name="ColorTable12" type="dword" data="00b0b6ff"/> | |
<value name="ColorTable13" type="dword" data="00fe9cff"/> | |
<value name="ColorTable14" type="dword" data="00cbffff"/> | |
<value name="ColorTable15" type="dword" data="00ffffff"/> | |
<value name="TextColorIdx" type="hex" data="10"/> | |
<value name="BackColorIdx" type="hex" data="10"/> | |
<value name="PopTextColorIdx" type="hex" data="10"/> | |
<value name="PopBackColorIdx" type="hex" data="10"/> | |
<value name="ExtendFonts" type="hex" data="00"/> | |
<value name="ExtendFontNormalIdx" type="hex" data="01"/> | |
<value name="ExtendFontBoldIdx" type="hex" data="0C"/> | |
<value name="ExtendFontItalicIdx" type="hex" data="0D"/> | |
<value name="CursorTypeActive" type="dword" data="000232c1"/> | |
<value name="CursorTypeInactive" type="dword" data="00823283"/> | |
<value name="ClipboardDetectLineEnd" type="hex" data="01"/> | |
<value name="ClipboardBashMargin" type="hex" data="00"/> | |
<value name="ClipboardTrimTrailing" type="hex" data="02"/> | |
<value name="ClipboardEOL" type="hex" data="00"/> | |
<value name="ClipboardArrowStart" type="hex" data="01"/> | |
<value name="ClipboardAllLines" type="hex" data="01"/> | |
<value name="ClipboardAllLinesPosix" type="hex" data="00"/> | |
<value name="ClipboardFirstLine" type="hex" data="01"/> | |
<value name="ClipboardFirstLinePosix" type="hex" data="00"/> | |
<value name="ClipboardClickPromptPosition" type="hex" data="02"/> | |
<value name="ClipboardDeleteLeftWord" type="hex" data="02"/> | |
<value name="TrueColorerSupport" type="hex" data="01"/> | |
<value name="VividColors" type="hex" data="01"/> | |
<value name="FadeInactive" type="hex" data="01"/> | |
<value name="FadeInactiveLow" type="hex" data="00"/> | |
<value name="FadeInactiveHigh" type="hex" data="D0"/> | |
<value name="ConVisible" type="hex" data="00"/> | |
<value name="UseInjects" type="hex" data="01"/> | |
<value name="SetDefaultTerminal" type="hex" data="00"/> | |
<value name="SetDefaultTerminalStartup" type="hex" data="00"/> | |
<value name="SetDefaultTerminalStartupTSA" type="hex" data="00"/> | |
<value name="DefaultTerminalAgressive" type="hex" data="01"/> | |
<value name="DefaultTerminalNoInjects" type="hex" data="00"/> | |
<value name="DefaultTerminalNewWindow" type="hex" data="00"/> | |
<value name="DefaultTerminalDebugLog" type="hex" data="00"/> | |
<value name="DefaultTerminalConfirm" type="hex" data="01"/> | |
<value name="DefaultTerminalApps" type="string" data="explorer.exe"/> | |
<value name="ProcessAnsi" type="hex" data="01"/> | |
<value name="AnsiExecution" type="hex" data="01"/> | |
<value name="AnsiAllowedCommands" type="multi"> | |
<line data="cmd -cur_console:R /cGitShowBranch.cmd"/> | |
</value> | |
<value name="AnsiLog" type="hex" data="00"/> | |
<value name="AnsiLogCodes" type="hex" data="00"/> | |
<value name="AnsiLogPath" type="string" data="%UserProfile%\Desktop\ConEmuLogs\"/> | |
<value name="KillSshAgent" type="hex" data="01"/> | |
<value name="ProcessNewConArg" type="hex" data="01"/> | |
<value name="ProcessCmdStart" type="hex" data="00"/> | |
<value name="ProcessCtrlZ" type="hex" data="00"/> | |
<value name="SuppressBells" type="hex" data="01"/> | |
<value name="ConsoleExceptionHandler" type="hex" data="00"/> | |
<value name="UseClink" type="hex" data="01"/> | |
<value name="StoreTaskbarkTasks" type="hex" data="01"/> | |
<value name="StoreTaskbarCommands" type="hex" data="00"/> | |
<value name="JumpListAutoUpdate" type="hex" data="01"/> | |
<value name="SaveCmdHistory" type="hex" data="01"/> | |
<value name="SingleInstance" type="hex" data="01"/> | |
<value name="ShowHelpTooltips" type="hex" data="01"/> | |
<value name="Multi" type="hex" data="01"/> | |
<value name="Multi.ShowButtons" type="hex" data="01"/> | |
<value name="Multi.ShowSearch" type="hex" data="01"/> | |
<value name="Multi.NumberInCaption" type="hex" data="00"/> | |
<value name="Multi.CloseConfirmFlags" type="hex" data="04"/> | |
<value name="Multi.NewConfirm" type="hex" data="00"/> | |
<value name="Multi.DupConfirm" type="hex" data="01"/> | |
<value name="Multi.DetachConfirm" type="hex" data="01"/> | |
<value name="Multi.UseArrows" type="hex" data="00"/> | |
<value name="Multi.UseNumbers" type="hex" data="01"/> | |
<value name="Multi.UseWinTab" type="hex" data="00"/> | |
<value name="Multi.AutoCreate" type="hex" data="00"/> | |
<value name="Multi.LeaveOnClose" type="hex" data="00"/> | |
<value name="Multi.HideOnClose" type="hex" data="00"/> | |
<value name="Multi.MinByEsc" type="hex" data="02"/> | |
<value name="MapShiftEscToEsc" type="hex" data="01"/> | |
<value name="Multi.Iterate" type="hex" data="01"/> | |
<value name="Multi.SplitWidth" type="hex" data="04"/> | |
<value name="Multi.SplitHeight" type="hex" data="04"/> | |
<value name="ResetTerminalConfirm" type="hex" data="01"/> | |
<value name="KeyboardHooks" type="hex" data="01"/> | |
<value name="FontName" type="string" data="Hack Nerd Font Mono"/> | |
<value name="FontName2" type="string" data="Hack Nerd Font Mono"/> | |
<value name="FontAutoSize" type="hex" data="00"/> | |
<value name="FontSize" type="ulong" data="14"/> | |
<value name="FontSizeX" type="ulong" data="0"/> | |
<value name="FontUseDpi" type="hex" data="01"/> | |
<value name="FontUseUnits" type="hex" data="01"/> | |
<value name="FontSizeX2" type="ulong" data="0"/> | |
<value name="FontSizeX3" type="ulong" data="0"/> | |
<value name="FontCharSet" type="hex" data="01"/> | |
<value name="Anti-aliasing" type="ulong" data="6"/> | |
<value name="FontBold" type="hex" data="00"/> | |
<value name="FontItalic" type="hex" data="00"/> | |
<value name="Monospace" type="hex" data="01"/> | |
<value name="CompressLongStrings" type="hex" data="01"/> | |
<value name="BackGround Image show" type="hex" data="00"/> | |
<value name="BackGround Image" type="string" data="c:\back.bmp"/> | |
<value name="bgImageDarker" type="hex" data="FF"/> | |
<value name="bgImageColors" type="dword" data="ffffffff"/> | |
<value name="bgOperation" type="hex" data="00"/> | |
<value name="bgPluginAllowed" type="hex" data="01"/> | |
<value name="AlphaValue" type="hex" data="FF"/> | |
<value name="AlphaValueSeparate" type="hex" data="00"/> | |
<value name="AlphaValueInactive" type="hex" data="FF"/> | |
<value name="UserScreenTransparent" type="hex" data="00"/> | |
<value name="ColorKeyTransparent" type="hex" data="00"/> | |
<value name="ColorKeyValue" type="dword" data="00010101"/> | |
<value name="UseCurrentSizePos" type="hex" data="01"/> | |
<value name="AutoSaveSizePos" type="hex" data="01"/> | |
<value name="Cascaded" type="hex" data="01"/> | |
<value name="IntegralSize" type="hex" data="00"/> | |
<value name="WindowMode" type="dword" data="0000051f"/> | |
<value name="ConWnd X" type="long" data="696"/> | |
<value name="ConWnd Y" type="long" data="189"/> | |
<value name="LastMonitor" type="string" data="0,0,1680,1002"/> | |
<value name="ConWnd Width" type="dword" data="0000004d"/> | |
<value name="ConWnd Height" type="dword" data="00000019"/> | |
<value name="16bit Height" type="ulong" data="0"/> | |
<value name="QuakeStyle" type="hex" data="00"/> | |
<value name="Restore2ActiveMon" type="hex" data="00"/> | |
<value name="RestoreInactive" type="hex" data="00"/> | |
<value name="QuakeAnimation" type="ulong" data="300"/> | |
<value name="HideCaption" type="hex" data="00"/> | |
<value name="HideChildCaption" type="hex" data="01"/> | |
<value name="FocusInChildWindows" type="hex" data="01"/> | |
<value name="HideCaptionAlways" type="hex" data="00"/> | |
<value name="HideCaptionAlwaysFrame" type="hex" data="FF"/> | |
<value name="HideCaptionAlwaysDelay" type="ulong" data="2000"/> | |
<value name="HideCaptionAlwaysDisappear" type="ulong" data="2000"/> | |
<value name="DownShowHiddenMessage" type="hex" data="00"/> | |
<value name="DownShowExOnTopMessage" type="hex" data="00"/> | |
<value name="ConsoleFontName" type="string" data="Lucida Console"/> | |
<value name="ConsoleFontWidth" type="long" data="3"/> | |
<value name="ConsoleFontHeight" type="long" data="5"/> | |
<value name="DynamicBufferHeight" type="hex" data="01"/> | |
<value name="DefaultBufferHeight" type="long" data="32766"/> | |
<value name="AutoBufferHeight" type="hex" data="01"/> | |
<value name="UseScrollLock" type="hex" data="01"/> | |
<value name="ComSpec.Type" type="hex" data="00"/> | |
<value name="ComSpec.Bits" type="hex" data="00"/> | |
<value name="ComSpec.UpdateEnv" type="hex" data="00"/> | |
<value name="ComSpec.EnvAddPath" type="hex" data="01"/> | |
<value name="ComSpec.EnvAddExePath" type="hex" data="01"/> | |
<value name="ComSpec.UncPaths" type="hex" data="00"/> | |
<value name="ComSpec.Path" type="string" data=""/> | |
<value name="AutoReloadEnvironment" type="hex" data="01"/> | |
<value name="CTS.Intelligent" type="hex" data="01"/> | |
<value name="CTS.IntelligentExceptions" type="string" data="far|vim"/> | |
<value name="CTS.AutoCopy" type="hex" data="01"/> | |
<value name="CTS.ResetOnRelease" type="hex" data="00"/> | |
<value name="CTS.IBeam" type="hex" data="01"/> | |
<value name="CTS.EndOnTyping" type="hex" data="00"/> | |
<value name="CTS.EndOnKeyPress" type="hex" data="00"/> | |
<value name="CTS.EraseBeforeReset" type="hex" data="01"/> | |
<value name="CTS.Freeze" type="hex" data="00"/> | |
<value name="CTS.SelectBlock" type="hex" data="01"/> | |
<value name="CTS.SelectText" type="hex" data="01"/> | |
<value name="CTS.HtmlFormat" type="hex" data="00"/> | |
<value name="CTS.ForceLocale" type="dword" data="00000000"/> | |
<value name="CTS.RBtnAction" type="hex" data="03"/> | |
<value name="CTS.MBtnAction" type="hex" data="00"/> | |
<value name="CTS.ColorIndex" type="hex" data="E0"/> | |
<value name="ClipboardConfirmEnter" type="hex" data="01"/> | |
<value name="AutoTrimSingleLine" type="hex" data="00"/> | |
<value name="ClipboardConfirmLonger" type="ulong" data="200"/> | |
<value name="FarGotoEditorOpt" type="hex" data="01"/> | |
<value name="FarGotoEditorPath" type="string" data='{Far} /e%1:%2 "%3"'/> | |
<value name="HighlightMouseRow" type="hex" data="00"/> | |
<value name="HighlightMouseCol" type="hex" data="00"/> | |
<value name="FixFarBorders" type="hex" data="01"/> | |
<value name="Anti-aliasing2" type="hex" data="00"/> | |
<value name="FixFarBordersRanges" type="string" data="2013-25C4;"/> | |
<value name="ExtendUCharMap" type="hex" data="01"/> | |
<value name="EnhanceGraphics" type="hex" data="01"/> | |
<value name="EnhanceButtons" type="hex" data="00"/> | |
<value name="PartBrush75" type="hex" data="C8"/> | |
<value name="PartBrush50" type="hex" data="96"/> | |
<value name="PartBrush25" type="hex" data="5A"/> | |
<value name="PartBrushBlack" type="hex" data="20"/> | |
<value name="RightClick opens context menu" type="hex" data="02"/> | |
<value name="RightClickMacro2" type="string" data=""/> | |
<value name="SendAltTab" type="hex" data="00"/> | |
<value name="SendAltEsc" type="hex" data="00"/> | |
<value name="SendAltPrintScrn" type="hex" data="00"/> | |
<value name="SendPrintScrn" type="hex" data="00"/> | |
<value name="SendCtrlEsc" type="hex" data="00"/> | |
<value name="Min2Tray" type="hex" data="00"/> | |
<value name="AlwaysShowTrayIcon" type="hex" data="00"/> | |
<value name="SafeFarClose" type="hex" data="01"/> | |
<value name="SafeFarCloseMacro" type="string" data=""/> | |
<value name="FARuseASCIIsort" type="hex" data="00"/> | |
<value name="ShellNoZoneCheck" type="hex" data="00"/> | |
<value name="FixAltOnAltTab" type="hex" data="00"/> | |
<value name="UseAltGrayPlus" type="hex" data="01"/> | |
<value name="DisableMouse" type="hex" data="00"/> | |
<value name="RSelectionFix" type="hex" data="01"/> | |
<value name="MouseSkipActivation" type="hex" data="01"/> | |
<value name="MouseSkipMoving" type="hex" data="01"/> | |
<value name="MouseDragWindow" type="hex" data="01"/> | |
<value name="FarHourglass" type="hex" data="01"/> | |
<value name="FarHourglassDelay" type="ulong" data="2000"/> | |
<value name="Dnd" type="hex" data="01"/> | |
<value name="DndDrop" type="hex" data="01"/> | |
<value name="DefCopy" type="hex" data="01"/> | |
<value name="DropUseMenu" type="hex" data="02"/> | |
<value name="DragOverlay" type="hex" data="01"/> | |
<value name="DragShowIcons" type="hex" data="01"/> | |
<value name="DebugSteps" type="hex" data="00"/> | |
<value name="DebugLog" type="hex" data="00"/> | |
<value name="DragPanel" type="hex" data="02"/> | |
<value name="DragPanelBothEdges" type="hex" data="00"/> | |
<value name="KeyBarRClick" type="hex" data="01"/> | |
<value name="StatusBar.Show" type="hex" data="00"/> | |
<value name="StatusBar.Flags" type="dword" data="00000002"/> | |
<value name="StatusFontFace" type="string" data="Segoe UI"/> | |
<value name="StatusFontCharSet" type="ulong" data="0"/> | |
<value name="StatusFontHeight" type="long" data="12"/> | |
<value name="StatusBar.Color.Back" type="dword" data="00423607"/> | |
<value name="StatusBar.Color.Light" type="dword" data="00e3f6fd"/> | |
<value name="StatusBar.Color.Dark" type="dword" data="00a1a193"/> | |
<value name="StatusBar.Hide.VCon" type="hex" data="00"/> | |
<value name="StatusBar.Hide.CapsL" type="hex" data="01"/> | |
<value name="StatusBar.Hide.NumL" type="hex" data="00"/> | |
<value name="StatusBar.Hide.ScrL" type="hex" data="01"/> | |
<value name="StatusBar.Hide.VisL" type="hex" data="01"/> | |
<value name="StatusBar.Hide.InputGrouping" type="hex" data="00"/> | |
<value name="StatusBar.Hide.Lang" type="hex" data="01"/> | |
<value name="StatusBar.Hide.KeyHooks" type="hex" data="01"/> | |
<value name="StatusBar.Hide.TMode" type="hex" data="00"/> | |
<value name="StatusBar.Hide.RMode" type="hex" data="01"/> | |
<value name="StatusBar.Hide.WPos" type="hex" data="01"/> | |
<value name="StatusBar.Hide.WSize" type="hex" data="01"/> | |
<value name="StatusBar.Hide.WClient" type="hex" data="01"/> | |
<value name="StatusBar.Hide.WWork" type="hex" data="01"/> | |
<value name="StatusBar.Hide.WVBack" type="hex" data="01"/> | |
<value name="StatusBar.Hide.WVDC" type="hex" data="01"/> | |
<value name="StatusBar.Hide.WMode" type="hex" data="01"/> | |
<value name="StatusBar.Hide.Style" type="hex" data="01"/> | |
<value name="StatusBar.Hide.StyleEx" type="hex" data="01"/> | |
<value name="StatusBar.Hide.hFore" type="hex" data="01"/> | |
<value name="StatusBar.Hide.hFocus" type="hex" data="01"/> | |
<value name="StatusBar.Hide.Zoom" type="hex" data="01"/> | |
<value name="StatusBar.Hide.Dpi" type="hex" data="01"/> | |
<value name="StatusBar.Hide.ABuf" type="hex" data="00"/> | |
<value name="StatusBar.Hide.CPos" type="hex" data="01"/> | |
<value name="StatusBar.Hide.CSize" type="hex" data="00"/> | |
<value name="StatusBar.Hide.BSize" type="hex" data="01"/> | |
<value name="StatusBar.Hide.CurX" type="hex" data="01"/> | |
<value name="StatusBar.Hide.CurY" type="hex" data="01"/> | |
<value name="StatusBar.Hide.CurS" type="hex" data="01"/> | |
<value name="StatusBar.Hide.CurI" type="hex" data="00"/> | |
<value name="StatusBar.Hide.CellI" type="hex" data="01"/> | |
<value name="StatusBar.Hide.ConEmuPID" type="hex" data="01"/> | |
<value name="StatusBar.Hide.ConEmuHWND" type="hex" data="01"/> | |
<value name="StatusBar.Hide.ConEmuView" type="hex" data="01"/> | |
<value name="StatusBar.Hide.Srv" type="hex" data="01"/> | |
<value name="StatusBar.Hide.SrvHWND" type="hex" data="01"/> | |
<value name="StatusBar.Hide.Transparency" type="hex" data="01"/> | |
<value name="StatusBar.Hide.New" type="hex" data="00"/> | |
<value name="StatusBar.Hide.Sync" type="hex" data="00"/> | |
<value name="StatusBar.Hide.Proc" type="hex" data="00"/> | |
<value name="StatusBar.Hide.Title" type="hex" data="01"/> | |
<value name="StatusBar.Hide.Time" type="hex" data="01"/> | |
<value name="StatusBar.Hide.Resize" type="hex" data="00"/> | |
<value name="Tabs" type="hex" data="01"/> | |
<value name="TabsLocation" type="hex" data="00"/> | |
<value name="TabIcons" type="hex" data="01"/> | |
<value name="OneTabPerGroup" type="hex" data="00"/> | |
<value name="ActivateSplitMouseOver" type="hex" data="01"/> | |
<value name="TabSelf" type="hex" data="01"/> | |
<value name="TabLazy" type="hex" data="01"/> | |
<value name="TabFlashChanged" type="long" data="8"/> | |
<value name="TabRecent" type="hex" data="01"/> | |
<value name="TabDblClick" type="ulong" data="1"/> | |
<value name="TabBtnDblClick" type="ulong" data="6"/> | |
<value name="TabsOnTaskBar" type="hex" data="02"/> | |
<value name="TaskBarOverlay" type="hex" data="00"/> | |
<value name="TaskbarProgress" type="hex" data="01"/> | |
<value name="TabCloseMacro" type="string" data=""/> | |
<value name="TabFontFace" type="string" data="Segoe UI"/> | |
<value name="TabFontCharSet" type="ulong" data="0"/> | |
<value name="TabFontHeight" type="long" data="13"/> | |
<value name="SaveAllEditors" type="string" data=""/> | |
<value name="ToolbarAddSpace" type="long" data="0"/> | |
<value name="TabConsole" type="string" data="<%c> %s"/> | |
<value name="TabModifiedSuffix" type="string" data="[*]"/> | |
<value name="TabSkipWords" type="string" data="Administrator:|Администратор:"/> | |
<value name="TabPanels" type="string" data="<%c> %s"/> | |
<value name="TabEditor" type="string" data="<%c.%i>{%s}"/> | |
<value name="TabEditorModified" type="string" data="<%c.%i>[%s] *"/> | |
<value name="TabViewer" type="string" data="<%c.%i>[%s]"/> | |
<value name="TabLenMax" type="ulong" data="20"/> | |
<value name="AdminTitleSuffix" type="string" data=" (Admin)"/> | |
<value name="AdminShowShield" type="hex" data="01"/> | |
<value name="HideInactiveConsoleTabs" type="hex" data="00"/> | |
<value name="ShowFarWindows" type="hex" data="01"/> | |
<value name="TryToCenter" type="hex" data="01"/> | |
<value name="CenterConsolePad" type="ulong" data="4"/> | |
<value name="ShowScrollbar" type="hex" data="02"/> | |
<value name="ScrollBarAppearDelay" type="ulong" data="100"/> | |
<value name="ScrollBarDisappearDelay" type="ulong" data="1000"/> | |
<value name="IconID" type="ulong" data="1"/> | |
<value name="MainTimerElapse" type="ulong" data="10"/> | |
<value name="MainTimerInactiveElapse" type="ulong" data="1000"/> | |
<value name="AffinityMask" type="dword" data="00000000"/> | |
<value name="SkipFocusEvents" type="hex" data="00"/> | |
<value name="MonitorConsoleLang" type="hex" data="03"/> | |
<value name="SnapToDesktopEdges" type="hex" data="01"/> | |
<value name="AlwaysOnTop" type="hex" data="00"/> | |
<value name="SleepInBackground" type="hex" data="01"/> | |
<value name="RetardInactivePanes" type="hex" data="00"/> | |
<value name="MinimizeOnLoseFocus" type="hex" data="00"/> | |
<value name="DisableFarFlashing" type="hex" data="00"/> | |
<value name="DisableAllFlashing" type="hex" data="00"/> | |
<value name="FindText" type="string" data=""/> | |
<value name="FindMatchCase" type="hex" data="00"/> | |
<value name="FindMatchWholeWords" type="hex" data="00"/> | |
<value name="FindTransparent" type="hex" data="01"/> | |
<value name="PanView.BackColor" type="dword" data="30ffffff"/> | |
<value name="PanView.PFrame" type="long" data="1"/> | |
<value name="PanView.PFrameColor" type="dword" data="28808080"/> | |
<value name="PanView.SFrame" type="long" data="1"/> | |
<value name="PanView.SFrameColor" type="dword" data="07c0c0c0"/> | |
<value name="PanView.Thumbs.ImgSize" type="long" data="96"/> | |
<value name="PanView.Thumbs.SpaceX1" type="long" data="1"/> | |
<value name="PanView.Thumbs.SpaceY1" type="long" data="1"/> | |
<value name="PanView.Thumbs.SpaceX2" type="long" data="5"/> | |
<value name="PanView.Thumbs.SpaceY2" type="long" data="20"/> | |
<value name="PanView.Thumbs.LabelSpacing" type="long" data="2"/> | |
<value name="PanView.Thumbs.LabelPadding" type="long" data="0"/> | |
<value name="PanView.Thumbs.FontName" type="string" data="Segoe UI"/> | |
<value name="PanView.Thumbs.FontHeight" type="long" data="14"/> | |
<value name="PanView.Tiles.ImgSize" type="long" data="48"/> | |
<value name="PanView.Tiles.SpaceX1" type="long" data="4"/> | |
<value name="PanView.Tiles.SpaceY1" type="long" data="4"/> | |
<value name="PanView.Tiles.SpaceX2" type="long" data="172"/> | |
<value name="PanView.Tiles.SpaceY2" type="long" data="4"/> | |
<value name="PanView.Tiles.LabelSpacing" type="long" data="4"/> | |
<value name="PanView.Tiles.LabelPadding" type="long" data="1"/> | |
<value name="PanView.Tiles.FontName" type="string" data="Segoe UI"/> | |
<value name="PanView.Tiles.FontHeight" type="long" data="14"/> | |
<value name="PanView.LoadPreviews" type="hex" data="03"/> | |
<value name="PanView.LoadFolders" type="hex" data="01"/> | |
<value name="PanView.LoadTimeout" type="ulong" data="15"/> | |
<value name="PanView.MaxZoom" type="ulong" data="600"/> | |
<value name="PanView.UsePicView2" type="hex" data="01"/> | |
<value name="PanView.RestoreOnStartup" type="hex" data="00"/> | |
<value name="Update.VerLocation" type="string" data=""/> | |
<value name="Update.CheckOnStartup" type="hex" data="01"/> | |
<value name="Update.CheckHourly" type="hex" data="01"/> | |
<value name="Update.ConfirmDownload" type="hex" data="01"/> | |
<value name="Update.UseBuilds" type="hex" data="01"/> | |
<value name="Update.InetTool" type="hex" data="00"/> | |
<value name="Update.InetToolCmd" type="string" data=""/> | |
<value name="Update.UseProxy" type="hex" data="00"/> | |
<value name="Update.Proxy" type="string" data=""/> | |
<value name="Update.ProxyUser" type="string" data=""/> | |
<value name="Update.ProxyPassword" type="string" data=""/> | |
<value name="Update.ExeCmdLine" type="string" data=""/> | |
<value name="Update.ArcCmdLine" type="string" data=""/> | |
<value name="Update.DownloadPath" type="string" data="%TEMP%\ConEmu"/> | |
<value name="Update.LeavePackages" type="hex" data="00"/> | |
<value name="Update.PostUpdateCmd" type="string" data="echo Last successful update>ConEmuUpdate.info && date /t>>ConEmuUpdate.info && time /t>>ConEmuUpdate.info"/> | |
<key name="HotKeys" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="KeyMacroVersion" type="hex" data="02"/> | |
<value name="Multi.Modifier" type="dword" data="000000a2"/> | |
<value name="Multi.ArrowsModifier" type="dword" data="0000005b"/> | |
<value name="MinimizeRestore" type="dword" data="000011c0"/> | |
<value name="MinimizeRestore2" type="dword" data="00000000"/> | |
<value name="GlobalRestore" type="dword" data="00000000"/> | |
<value name="CdExplorerPath" type="dword" data="00000000"/> | |
<value name="ForcedFullScreen" type="dword" data="12115b0d"/> | |
<value name="SwitchGuiFocus" type="dword" data="00005b5a"/> | |
<value name="SetFocusGui" type="dword" data="00000000"/> | |
<value name="SetFocusChild" type="dword" data="00000000"/> | |
<value name="ChildSystemMenu" type="dword" data="00000000"/> | |
<value name="SetFocusParent" type="dword" data="0000a01b"/> | |
<value name="CheckUpdates" type="dword" data="00105b55"/> | |
<value name="Multi.NewConsole" type="dword" data="00005b57"/> | |
<value name="Multi.NewConsoleShift" type="dword" data="00105b57"/> | |
<value name="Multi.CmdKey" type="dword" data="00005b58"/> | |
<value name="Multi.NewWndConfirm" type="dword" data="00000000"/> | |
<value name="Multi.NewConsolePopup" type="dword" data="00005b4e"/> | |
<value name="Multi.NewConsolePopup2" type="dword" data="00000000"/> | |
<value name="Multi.NewAttach" type="dword" data="00105b47"/> | |
<value name="Multi.NewSplitV" type="dword" data="0010114f"/> | |
<value name="Multi.NewSplitH" type="dword" data="00101145"/> | |
<value name="Multi.SplitMaximize" type="dword" data="00005d0d"/> | |
<value name="Multi.SplitSizeVU" type="dword" data="00105d26"/> | |
<value name="Multi.SplitSizeVD" type="dword" data="00105d28"/> | |
<value name="Multi.SplitSizeHL" type="dword" data="00105d25"/> | |
<value name="Multi.SplitSizeHR" type="dword" data="00105d27"/> | |
<value name="Key.TabPane1" type="dword" data="00005d09"/> | |
<value name="Key.TabPane2" type="dword" data="00105d09"/> | |
<value name="Multi.SplitFocusU" type="dword" data="00005d26"/> | |
<value name="Multi.SplitFocusD" type="dword" data="00005d28"/> | |
<value name="Multi.SplitFocusL" type="dword" data="00005d25"/> | |
<value name="Multi.SplitFocusR" type="dword" data="00005d27"/> | |
<value name="Multi.SplitSwap" type="dword" data="00125d58"/> | |
<value name="Multi.SplitSwapU" type="dword" data="00125d26"/> | |
<value name="Multi.SplitSwapD" type="dword" data="00125d28"/> | |
<value name="Multi.SplitSwapL" type="dword" data="00125d25"/> | |
<value name="Multi.SplitSwapR" type="dword" data="00125d27"/> | |
<value name="Multi.Next" type="dword" data="00105b51"/> | |
<value name="Multi.NextShift" type="dword" data="00005b51"/> | |
<value name="Multi.Recreate" type="dword" data="00005bc0"/> | |
<value name="Multi.AltCon" type="dword" data="00005b41"/> | |
<value name="Multi.Pause" type="dword" data="80808013"/> | |
<value name="Multi.Scroll" type="dword" data="00000000"/> | |
<value name="Multi.GroupInput" type="dword" data="00005d47"/> | |
<value name="Multi.GroupInputAll" type="dword" data="00105d47"/> | |
<value name="Multi.GroupInputKey" type="dword" data="00125d47"/> | |
<value name="Multi.Detach" type="dword" data="00000000"/> | |
<value name="Multi.Unfasten" type="dword" data="00000000"/> | |
<value name="Multi.Close" type="dword" data="00005b2e"/> | |
<value name="CloseTabKey" type="dword" data="00125b2e"/> | |
<value name="CloseGroupKey" type="dword" data="00115b2e"/> | |
<value name="CloseGroupPrcKey" type="dword" data="00000000"/> | |
<value name="CloseAllConKey" type="dword" data="00000000"/> | |
<value name="CloseZombiesKey" type="dword" data="00000000"/> | |
<value name="CloseExceptConKey" type="dword" data="00000000"/> | |
<value name="CloseToRightKey" type="dword" data="00000000"/> | |
<value name="KillProcessKey" type="dword" data="00121103"/> | |
<value name="KillAllButShellKey" type="dword" data="00125b13"/> | |
<value name="DuplicateRootKey" type="dword" data="00005b53"/> | |
<value name="CloseConEmuKey" type="dword" data="00005b73"/> | |
<value name="Multi.Rename" type="dword" data="00005d52"/> | |
<value name="AffinityPriorityKey" type="dword" data="00005d41"/> | |
<value name="Multi.MoveLeft" type="dword" data="00125b25"/> | |
<value name="Multi.MoveRight" type="dword" data="00125b27"/> | |
<value name="CTS.VkBlockStart" type="dword" data="00000000"/> | |
<value name="CTS.VkTextStart" type="dword" data="00000000"/> | |
<value name="CTS.VkCopyFmt0" type="dword" data="00001143"/> | |
<value name="CTS.VkCopyFmt1" type="dword" data="00101143"/> | |
<value name="CTS.VkCopyFmt2" type="dword" data="00000000"/> | |
<value name="CTS.VkCopyAll" type="dword" data="00000000"/> | |
<value name="HighlightMouseSwitch" type="dword" data="00005d4c"/> | |
<value name="HighlightMouseSwitchX" type="dword" data="00005d58"/> | |
<value name="Multi.ShowTabsList" type="dword" data="00000000"/> | |
<value name="Multi.ShowTabsList2" type="dword" data="00005d7b"/> | |
<value name="ClipboardVkAllLines" type="dword" data="00001156"/> | |
<value name="ClipboardVkFirstLine" type="dword" data="0000102d"/> | |
<value name="Key.AltNumpad" type="dword" data="00000000"/> | |
<value name="DeleteWordToLeft" type="dword" data="00001108"/> | |
<value name="FindTextKey" type="dword" data="00005d46"/> | |
<value name="ScreenshotKey" type="dword" data="00005b48"/> | |
<value name="ScreenshotFullKey" type="dword" data="00105b48"/> | |
<value name="ShowStatusBarKey" type="dword" data="00005d53"/> | |
<value name="ShowTabBarKey" type="dword" data="00005d54"/> | |
<value name="ShowCaptionKey" type="dword" data="00005d43"/> | |
<value name="AlwaysOnTopKey" type="dword" data="00000000"/> | |
<value name="TransparencyInc" type="dword" data="00000000"/> | |
<value name="TransparencyDec" type="dword" data="00000000"/> | |
<value name="Key.EditMenu" type="dword" data="00000000"/> | |
<value name="Key.EditMenu2" type="dword" data="00000000"/> | |
<value name="Key.TabMenu" type="dword" data="00005d20"/> | |
<value name="Key.TabMenu2" type="dword" data="00000000"/> | |
<value name="Key.Maximize" type="dword" data="00001278"/> | |
<value name="Key.MaximizeWidth" type="dword" data="00105b28"/> | |
<value name="Key.MaximizeHeight" type="dword" data="00105b26"/> | |
<value name="Key.TileToLeft" type="dword" data="00005b25"/> | |
<value name="Key.TileToRight" type="dword" data="00005b27"/> | |
<value name="Key.JumpActiveMonitor" type="dword" data="00000000"/> | |
<value name="Key.JumpPrevMonitor" type="dword" data="00105b25"/> | |
<value name="Key.JumpNextMonitor" type="dword" data="00105b27"/> | |
<value name="Key.FullScreen" type="dword" data="0000120d"/> | |
<value name="Key.SysMenu" type="dword" data="00001220"/> | |
<value name="Key.SysMenu2" type="dword" data="00001102"/> | |
<value name="Key.DebugProcess" type="dword" data="00105b44"/> | |
<value name="Key.DumpProcess" type="dword" data="00000000"/> | |
<value name="Key.DumpTree" type="dword" data="00000000"/> | |
<value name="Key.BufUp" type="dword" data="00001126"/> | |
<value name="Key.BufDn" type="dword" data="00001128"/> | |
<value name="Key.BufPgUp" type="dword" data="00001121"/> | |
<value name="Key.BufPgDn" type="dword" data="00001122"/> | |
<value name="Key.BufHfPgUp" type="dword" data="00005d21"/> | |
<value name="Key.BufHfPgDn" type="dword" data="00005d22"/> | |
<value name="Key.BufTop" type="dword" data="00005d24"/> | |
<value name="Key.BufBottom" type="dword" data="00005d23"/> | |
<value name="Key.BufPrUp" type="dword" data="00121121"/> | |
<value name="Key.BufPrDn" type="dword" data="00121122"/> | |
<value name="Key.BufCursor" type="dword" data="00005d08"/> | |
<value name="Key.ResetTerm" type="dword" data="00000000"/> | |
<value name="FontLargerKey" type="dword" data="000011d0"/> | |
<value name="FontSmallerKey" type="dword" data="000011d1"/> | |
<value name="FontOriginalKey" type="dword" data="00001104"/> | |
<value name="PasteFileKey" type="dword" data="00101146"/> | |
<value name="PastePathKey" type="dword" data="00101144"/> | |
<value name="PasteCygwinKey" type="dword" data="00005d2d"/> | |
<value name="KeyMacro01" type="dword" data="00000000"/> | |
<value name="KeyMacro01.Text" type="string" data=""/> | |
<value name="KeyMacro02" type="dword" data="00000000"/> | |
<value name="KeyMacro02.Text" type="string" data=""/> | |
<value name="KeyMacro03" type="dword" data="00000000"/> | |
<value name="KeyMacro03.Text" type="string" data=""/> | |
<value name="KeyMacro04" type="dword" data="00000000"/> | |
<value name="KeyMacro04.Text" type="string" data=""/> | |
<value name="KeyMacro05" type="dword" data="00000000"/> | |
<value name="KeyMacro05.Text" type="string" data=""/> | |
<value name="KeyMacro06" type="dword" data="00000000"/> | |
<value name="KeyMacro06.Text" type="string" data=""/> | |
<value name="KeyMacro07" type="dword" data="00000000"/> | |
<value name="KeyMacro07.Text" type="string" data=""/> | |
<value name="KeyMacro08" type="dword" data="00000000"/> | |
<value name="KeyMacro08.Text" type="string" data=""/> | |
<value name="KeyMacro09" type="dword" data="00000000"/> | |
<value name="KeyMacro09.Text" type="string" data=""/> | |
<value name="KeyMacro10" type="dword" data="00000000"/> | |
<value name="KeyMacro10.Text" type="string" data=""/> | |
<value name="KeyMacro11" type="dword" data="00000000"/> | |
<value name="KeyMacro11.Text" type="string" data=""/> | |
<value name="KeyMacro12" type="dword" data="00000000"/> | |
<value name="KeyMacro12.Text" type="string" data=""/> | |
<value name="KeyMacro13" type="dword" data="00000000"/> | |
<value name="KeyMacro13.Text" type="string" data=""/> | |
<value name="KeyMacro14" type="dword" data="00000000"/> | |
<value name="KeyMacro14.Text" type="string" data=""/> | |
<value name="KeyMacro15" type="dword" data="00000000"/> | |
<value name="KeyMacro15.Text" type="string" data=""/> | |
<value name="KeyMacro16" type="dword" data="00000000"/> | |
<value name="KeyMacro16.Text" type="string" data=""/> | |
<value name="KeyMacro17" type="dword" data="00000000"/> | |
<value name="KeyMacro17.Text" type="string" data=""/> | |
<value name="KeyMacro18" type="dword" data="00000000"/> | |
<value name="KeyMacro18.Text" type="string" data=""/> | |
<value name="KeyMacro19" type="dword" data="00000000"/> | |
<value name="KeyMacro19.Text" type="string" data=""/> | |
<value name="KeyMacro20" type="dword" data="00000000"/> | |
<value name="KeyMacro20.Text" type="string" data=""/> | |
<value name="KeyMacro21" type="dword" data="00000000"/> | |
<value name="KeyMacro21.Text" type="string" data=""/> | |
<value name="KeyMacro22" type="dword" data="00000000"/> | |
<value name="KeyMacro22.Text" type="string" data=""/> | |
<value name="KeyMacro23" type="dword" data="00000000"/> | |
<value name="KeyMacro23.Text" type="string" data=""/> | |
<value name="KeyMacro24" type="dword" data="00000000"/> | |
<value name="KeyMacro24.Text" type="string" data=""/> | |
<value name="KeyMacro25" type="dword" data="00000000"/> | |
<value name="KeyMacro25.Text" type="string" data=""/> | |
<value name="KeyMacro26" type="dword" data="00000000"/> | |
<value name="KeyMacro26.Text" type="string" data=""/> | |
<value name="KeyMacro27" type="dword" data="00000000"/> | |
<value name="KeyMacro27.Text" type="string" data=""/> | |
<value name="KeyMacro28" type="dword" data="00000000"/> | |
<value name="KeyMacro28.Text" type="string" data=""/> | |
<value name="KeyMacro29" type="dword" data="00000000"/> | |
<value name="KeyMacro29.Text" type="string" data=""/> | |
<value name="KeyMacro30" type="dword" data="00000000"/> | |
<value name="KeyMacro30.Text" type="string" data=""/> | |
<value name="KeyMacro31" type="dword" data="00000000"/> | |
<value name="KeyMacro31.Text" type="string" data=""/> | |
<value name="KeyMacro32" type="dword" data="00000000"/> | |
<value name="KeyMacro32.Text" type="string" data=""/> | |
<value name="CTS.VkBlock" type="hex" data="A4"/> | |
<value name="CTS.VkText" type="hex" data="A0"/> | |
<value name="CTS.VkAct" type="hex" data="00"/> | |
<value name="CTS.VkPrompt" type="hex" data="00"/> | |
<value name="FarGotoEditorVk" type="hex" data="A2"/> | |
<value name="DndLKey" type="hex" data="00"/> | |
<value name="DndRKey" type="hex" data="A2"/> | |
<value name="WndDragKey" type="dword" data="00121101"/> | |
</key> | |
<key name="Tasks" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Count" type="long" data="14"/> | |
<key name="Task1" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Name" type="string" data="{Shells::cmd}"/> | |
<value name="Flags" type="dword" data="00000002"/> | |
<value name="Hotkey" type="dword" data="00000000"/> | |
<value name="GuiArgs" type="string" data=""/> | |
<value name="Active" type="long" data="0"/> | |
<value name="Count" type="long" data="1"/> | |
<value name="Cmd1" type="string" data='cmd.exe /k "%ConEmuBaseDir%\CmdInit.cmd"'/> | |
</key> | |
<key name="Task2" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Name" type="string" data="{Shells::cmd (Admin)}"/> | |
<value name="Flags" type="dword" data="00000004"/> | |
<value name="Hotkey" type="dword" data="00000000"/> | |
<value name="GuiArgs" type="string" data=""/> | |
<value name="Active" type="long" data="0"/> | |
<value name="Count" type="long" data="1"/> | |
<value name="Cmd1" type="string" data='cmd.exe /k "%ConEmuBaseDir%\CmdInit.cmd" -new_console:a'/> | |
</key> | |
<key name="Task3" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Name" type="string" data="{Shells::cmd-32}"/> | |
<value name="Flags" type="dword" data="00000004"/> | |
<value name="Hotkey" type="dword" data="00000000"/> | |
<value name="GuiArgs" type="string" data=""/> | |
<value name="Active" type="long" data="0"/> | |
<value name="Count" type="long" data="1"/> | |
<value name="Cmd1" type="string" data='"%windir%\syswow64\cmd.exe" /k "%ConEmuBaseDir%\CmdInit.cmd"'/> | |
</key> | |
<key name="Task4" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Name" type="string" data="{Shells::cmd 64/32}"/> | |
<value name="Flags" type="dword" data="00000004"/> | |
<value name="Hotkey" type="dword" data="00000000"/> | |
<value name="GuiArgs" type="string" data=""/> | |
<value name="Active" type="long" data="1"/> | |
<value name="Count" type="long" data="2"/> | |
<value name="Cmd1" type="string" data='> "%windir%\system32\cmd.exe" /k ""%ConEmuBaseDir%\CmdInit.cmd" & echo This is Native cmd.exe"'/> | |
<value name="Cmd2" type="string" data='"%windir%\syswow64\cmd.exe" /k ""%ConEmuBaseDir%\CmdInit.cmd" & echo This is 32 bit cmd.exe -new_console:s50V"'/> | |
</key> | |
<key name="Task5" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Name" type="string" data="{Shells::PowerShell}"/> | |
<value name="Flags" type="dword" data="00000004"/> | |
<value name="Hotkey" type="dword" data="00000000"/> | |
<value name="GuiArgs" type="string" data=""/> | |
<value name="Active" type="long" data="0"/> | |
<value name="Count" type="long" data="1"/> | |
<value name="Cmd1" type="string" data="powershell.exe"/> | |
</key> | |
<key name="Task6" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Name" type="string" data="{Shells::PowerShell (Admin)}"/> | |
<value name="Flags" type="dword" data="00000004"/> | |
<value name="Hotkey" type="dword" data="00000000"/> | |
<value name="GuiArgs" type="string" data=""/> | |
<value name="Active" type="long" data="0"/> | |
<value name="Count" type="long" data="1"/> | |
<value name="Cmd1" type="string" data="powershell.exe -new_console:a"/> | |
</key> | |
<key name="Task7" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Name" type="string" data="{Bash::bash}"/> | |
<value name="Flags" type="dword" data="00000004"/> | |
<value name="Hotkey" type="dword" data="00000000"/> | |
<value name="GuiArgs" type="string" data=""/> | |
<value name="Active" type="long" data="0"/> | |
<value name="Count" type="long" data="1"/> | |
<value name="Cmd1" type="string" data="%windir%\system32\wsl.exe -cur_console:pm:/mnt"/> | |
</key> | |
<key name="Task8" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Name" type="string" data="{Bash::Git bash}"/> | |
<value name="Flags" type="dword" data="00000004"/> | |
<value name="Hotkey" type="dword" data="00000000"/> | |
<value name="GuiArgs" type="string" data=""/> | |
<value name="Active" type="long" data="0"/> | |
<value name="Count" type="long" data="1"/> | |
<value name="Cmd1" type="string" data='set "PATH=%ProgramFiles%\Git\usr\bin;%PATH%" & %ProgramFiles%\Git\git-cmd.exe --no-cd --command=%ConEmuBaseDirShort%\conemu-msys2-64.exe /usr/bin/bash.exe -l -i -new_console:p'/> | |
</key> | |
<key name="Task9" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Name" type="string" data="{WSL::WSL}"/> | |
<value name="Flags" type="dword" data="00000004"/> | |
<value name="Hotkey" type="dword" data="00000000"/> | |
<value name="GuiArgs" type="string" data=""/> | |
<value name="Active" type="long" data="0"/> | |
<value name="Count" type="long" data="1"/> | |
<value name="Cmd1" type="string" data="%windir%\system32\wsl.exe -cur_console:pm:/mnt"/> | |
</key> | |
<key name="Task10" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Name" type="string" data="{Helper::Show ANSI colors}"/> | |
<value name="Flags" type="dword" data="00000004"/> | |
<value name="Hotkey" type="dword" data="00000000"/> | |
<value name="GuiArgs" type="string" data=""/> | |
<value name="Active" type="long" data="0"/> | |
<value name="Count" type="long" data="1"/> | |
<value name="Cmd1" type="string" data='cmd.exe /k type "%ConEmuBaseDir%\Addons\AnsiColors16t.ans" -cur_console:n'/> | |
</key> | |
<key name="Task11" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Name" type="string" data="{SDK::VS 2019 tools prompt}"/> | |
<value name="Flags" type="dword" data="00000004"/> | |
<value name="Hotkey" type="dword" data="00000000"/> | |
<value name="GuiArgs" type="string" data=""/> | |
<value name="Active" type="long" data="0"/> | |
<value name="Count" type="long" data="1"/> | |
<value name="Cmd1" type="string" data='cmd /k ""C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat"" -new_console:t:"VS 2019" -new_console:C:"%CommonProgramFiles(x86)%\microsoft shared\MSEnv\VSFileHandler.dll"'/> | |
</key> | |
<key name="Task12" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Name" type="string" data="{SDK::VS 2019 x86 tools prompt}"/> | |
<value name="Flags" type="dword" data="00000004"/> | |
<value name="Hotkey" type="dword" data="00000000"/> | |
<value name="GuiArgs" type="string" data=""/> | |
<value name="Active" type="long" data="0"/> | |
<value name="Count" type="long" data="1"/> | |
<value name="Cmd1" type="string" data='cmd /k ""C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat"" x86 -new_console:t:"VS 2019" -new_console:C:"%CommonProgramFiles(x86)%\microsoft shared\MSEnv\VSFileHandler.dll"'/> | |
</key> | |
<key name="Task13" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Name" type="string" data="{SDK::VS 2019 x64 tools prompt}"/> | |
<value name="Flags" type="dword" data="00000004"/> | |
<value name="Hotkey" type="dword" data="00000000"/> | |
<value name="GuiArgs" type="string" data=""/> | |
<value name="Active" type="long" data="0"/> | |
<value name="Count" type="long" data="1"/> | |
<value name="Cmd1" type="string" data='cmd /k ""C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat"" x64 -new_console:t:"VS 2019" -new_console:C:"%CommonProgramFiles(x86)%\microsoft shared\MSEnv\VSFileHandler.dll"'/> | |
</key> | |
<key name="Task14" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Name" type="string" data="{Tools::Chocolatey (Admin)}"/> | |
<value name="Flags" type="dword" data="00000004"/> | |
<value name="Hotkey" type="dword" data="00000000"/> | |
<value name="GuiArgs" type="string" data=""/> | |
<value name="Active" type="long" data="0"/> | |
<value name="Count" type="long" data="1"/> | |
<value name="Cmd1" type="string" data='*cmd.exe /k Title Chocolatey & "%ConEmuBaseDir%\Addons\ChocolateyAbout.cmd"'/> | |
</key> | |
</key> | |
<key name="Apps" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Count" type="long" data="0"/> | |
</key> | |
<key name="Colors" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Count" type="long" data="1"/> | |
<key name="Palette1" modified="2021-10-09 20:14:18" build="210912"> | |
<value name="Name" type="string" data="IR_Black"/> | |
<value name="TextColorIdx" type="hex" data="10"/> | |
<value name="BackColorIdx" type="hex" data="10"/> | |
<value name="PopTextColorIdx" type="hex" data="10"/> | |
<value name="PopBackColorIdx" type="hex" data="10"/> | |
<value name="ColorTable00" type="dword" data="00000000"/> | |
<value name="ColorTable01" type="dword" data="00fecb96"/> | |
<value name="ColorTable02" type="dword" data="0060ffa8"/> | |
<value name="ColorTable03" type="dword" data="00fec5c6"/> | |
<value name="ColorTable04" type="dword" data="00606cff"/> | |
<value name="ColorTable05" type="dword" data="00fd73ff"/> | |
<value name="ColorTable06" type="dword" data="00b6ffff"/> | |
<value name="ColorTable07" type="dword" data="00eeeeee"/> | |
<value name="ColorTable08" type="dword" data="007c7c7c"/> | |
<value name="ColorTable09" type="dword" data="00fedcb5"/> | |
<value name="ColorTable10" type="dword" data="00abfece"/> | |
<value name="ColorTable11" type="dword" data="00fedfdf"/> | |
<value name="ColorTable12" type="dword" data="00b0b6ff"/> | |
<value name="ColorTable13" type="dword" data="00fe9cff"/> | |
<value name="ColorTable14" type="dword" data="00cbffff"/> | |
<value name="ColorTable15" type="dword" data="00ffffff"/> | |
</key> | |
</key> | |
</key> | |
</key> | |
</key> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<value name="ColorTable00" type="dword" data="00000000"/> | |
<value name="ColorTable01" type="dword" data="00fecb96"/> | |
<value name="ColorTable02" type="dword" data="0060ffa8"/> | |
<value name="ColorTable03" type="dword" data="00fec5c6"/> | |
<value name="ColorTable04" type="dword" data="00606cff"/> | |
<value name="ColorTable05" type="dword" data="00fd73ff"/> | |
<value name="ColorTable06" type="dword" data="00b6ffff"/> | |
<value name="ColorTable07" type="dword" data="00eeeeee"/> | |
<value name="ColorTable08" type="dword" data="007c7c7c"/> | |
<value name="ColorTable09" type="dword" data="00fedcb5"/> | |
<value name="ColorTable10" type="dword" data="00abfece"/> | |
<value name="ColorTable11" type="dword" data="00fedfdf"/> | |
<value name="ColorTable12" type="dword" data="00b0b6ff"/> | |
<value name="ColorTable13" type="dword" data="00fe9cff"/> | |
<value name="ColorTable14" type="dword" data="00cbffff"/> | |
<value name="ColorTable15" type="dword" data="00ffffff"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<settings> | |
<console change_refresh="10" refresh="100" rows="25" columns="80" buffer_rows="500" buffer_columns="0" shell="" init_dir="C:\Users\alanstevens" start_hidden="0" save_size="1" height="240" width="320"> | |
<colors> | |
<!-- ir_black --> | |
<color id="0" r="0" g="0" b="0"/> | |
<color id="1" r="150" g="203" b="254"/> | |
<color id="2" r="168" g="255" b="96"/> | |
<color id="3" r="198" g="197" b="254"/> | |
<color id="4" r="255" g="108" b="96"/> | |
<color id="5" r="255" g="115" b="253"/> | |
<color id="6" r="255" g="255" b="182"/> | |
<color id="7" r="238" g="238" b="238"/> | |
<color id="8" r="124" g="124" b="124"/> | |
<color id="9" r="181" g="220" b="254"/> | |
<color id="10" r="206" g="254" b="171"/> | |
<color id="11" r="223" g="223" b="254"/> | |
<color id="12" r="255" g="182" b="176"/> | |
<color id="13" r="255" g="156" b="254"/> | |
<color id="14" r="255" g="255" b="203"/> | |
<color id="15" r="255" g="255" b="255"/> | |
<!-- zenburn --> | |
<!-- <color id="0" r="63" g="63" b="63"/>--> | |
<!-- <color id="1" r="100" g="100" b="75"/>--> | |
<!-- <color id="2" r="0" g="128" b="0"/>--> | |
<!-- <color id="3" r="0" g="128" b="128"/>--> | |
<!-- <color id="4" r="51" g="35" b="35"/>--> | |
<!-- <color id="5" r="170" g="80" b="170"/>--> | |
<!-- <color id="6" r="220" g="220" b="0"/>--> | |
<!-- <color id="7" r="220" g="220" b="204"/>--> | |
<!-- <color id="8" r="192" g="128" b="128"/>--> | |
<!-- <color id="9" r="175" g="175" b="255"/>--> | |
<!-- <color id="10" r="127" g="159" b="127"/>--> | |
<!-- <color id="11" r="140" g="208" b="211"/>--> | |
<!-- <color id="12" r="227" g="113" b="112"/>--> | |
<!-- <color id="13" r="200" g="128" b="200"/>--> | |
<!-- <color id="14" r="240" g="223" b="175"/>--> | |
<!-- <color id="15" r="255" g="255" b="255"/>--> | |
<!-- Solarized Dark--> | |
<!-- <color id="0" r="7" g="54" b="66"/>--> | |
<!-- <color id="1" r="38" g="139" b="210"/>--> | |
<!-- <color id="2" r="133" g="153" b="0"/>--> | |
<!-- <color id="3" r="42" g="161" b="152"/>--> | |
<!-- <color id="4" r="220" g="50" b="47"/>--> | |
<!-- <color id="5" r="211" g="54" b="130"/>--> | |
<!-- <color id="6" r="181" g="137" b="0"/>--> | |
<!-- <color id="7" r="238" g="232" b="213"/>--> | |
<!-- <color id="8" r="0" g="43" b="54"/>--> | |
<!-- <color id="9" r="131" g="148" b="150"/>--> | |
<!-- <color id="10" r="88" g="110" b="117"/>--> | |
<!-- <color id="11" r="147" g="161" b="161"/>--> | |
<!-- <color id="12" r="203" g="75" b="22"/>--> | |
<!-- <color id="13" r="108" g="113" b="196"/>--> | |
<!-- <color id="14" r="101" g="123" b="131"/>--> | |
<!-- <color id="15" r="253" g="246" b="227"/>--> | |
<!-- Solarized Light--> | |
<!-- <color id="0" r="238" g="232" b="213"/>--> | |
<!-- <color id="1" r="38" g="139" b="210"/>--> | |
<!-- <color id="2" r="133" g="153" b="0"/>--> | |
<!-- <color id="3" r="42" g="161" b="152"/>--> | |
<!-- <color id="4" r="220" g="50" b="47"/>--> | |
<!-- <color id="5" r="211" g="54" b="130"/>--> | |
<!-- <color id="6" r="181" g="137" b="0"/>--> | |
<!-- <color id="7" r="7" g="54" b="66"/>--> | |
<!-- <color id="8" r="0" g="43" b="54"/>--> | |
<!-- <color id="9" r="38" g="139" b="210"/>--> | |
<!-- <color id="10" r="133" g="153" b="0"/>--> | |
<!-- <color id="11" r="88" g="110" b="117"/>--> | |
<!-- <color id="12" r="203" g="75" b="22"/>--> | |
<!-- <color id="13" r="108" g="113" b="196"/>--> | |
<!-- <color id="14" r="131" g="148" b="150"/>--> | |
<!-- <color id="15" r="0" g="43" b="54"/>--> | |
<!-- Blank --> | |
<!-- <color id="0" r="" g="" b=""/>--> | |
<!-- <color id="1" r="" g="" b=""/>--> | |
<!-- <color id="2" r="" g="" b=""/>--> | |
<!-- <color id="3" r="" g="" b=""/>--> | |
<!-- <color id="4" r="" g="" b=""/>--> | |
<!-- <color id="5" r="" g="" b=""/>--> | |
<!-- <color id="6" r="" g="" b=""/>--> | |
<!-- <color id="7" r="" g="" b=""/>--> | |
<!-- <color id="8" r="" g="" b=""/>--> | |
<!-- <color id="9" r="" g="" b=""/>--> | |
<!-- <color id="10" r="" g="" b=""/>--> | |
<!-- <color id="11" r="" g="" b=""/>--> | |
<!-- <color id="12" r="" g="" b=""/>--> | |
<!-- <color id="13" r="" g="" b=""/>--> | |
<!-- <color id="14" r="" g="" b=""/>--> | |
<!-- <color id="15" r="" g="" b=""/>--> | |
</colors> | |
</console> | |
<appearance> | |
<font name="Hack Nerd Font Mono" size="11" bold="0" italic="0" smoothing="2"> | |
<color use="0" r="0" g="0" b="0"/> | |
</font> | |
<window title="Console" icon="" use_tab_icon="1" use_console_title="0" show_cmd="1" show_cmd_tabs="1" use_tab_title="1" trim_tab_titles="20" trim_tab_titles_right="0"/> | |
<controls show_menu="1" show_toolbar="0" show_statusbar="0" show_tabs="1" hide_single_tab="0" show_scrollbars="1" tabs_on_bottom="0" flat_scrollbars="0"/> | |
<styles caption="1" resizable="1" taskbar_button="1" border="0" inside_border="2" tray_icon="1"> | |
<selection_color r="255" g="255" b="255"/> | |
</styles> | |
<position x="-1" y="-1" dock="-1" snap="0" z_order="0" save_position="0"/> | |
<transparency type="1" active_alpha="245" inactive_alpha="210" r="0" g="0" b="0"/> | |
</appearance> | |
<behavior> | |
<copy_paste copy_on_select="1" clear_on_copy="1" no_wrap="1" trim_spaces="1" copy_newline_char="0" sensitive_copy="1"/> | |
<scroll page_scroll_rows="0"/> | |
<tab_highlight flashes="1" stay_highligted="1"/> | |
<one_instance allow_multiple_intances="0" reuse_tab="1" reuse_busy_tab="0"/> | |
<shell_integration run_console_menu_item="1" run_console_tab_menu_item="0" post_console_menu_item="1" post_console_tab_menu_item="1"/> | |
</behavior> | |
<hotkeys use_scroll_lock="1"> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="83" command="settings"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="112" command="help"/> | |
<hotkey ctrl="0" shift="0" alt="1" extended="0" code="115" command="exit"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="49" command="newtab1"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="50" command="newtab2"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="51" command="newtab3"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="52" command="newtab4"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="53" command="newtab5"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="54" command="newtab6"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="55" command="newtab7"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="56" command="newtab8"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="57" command="newtab9"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="121" command="newtab10"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="switchtab1"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="switchtab2"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="switchtab3"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="switchtab4"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="switchtab5"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="switchtab6"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="switchtab7"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="switchtab8"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="switchtab9"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="switchtab10"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="9" command="nexttab"/> | |
<hotkey ctrl="1" shift="1" alt="0" extended="0" code="9" command="prevtab"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="87" command="closetab"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="82" command="renametab"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="67" command="copy"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="1" code="46" command="clear_selection"/> | |
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="86" command="paste"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="stopscroll"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="scrollrowup"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="scrollrowdown"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="scrollpageup"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="scrollpagedown"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="scrollcolleft"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="scrollcolright"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="scrollpageleft"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="scrollpageright"/> | |
<hotkey ctrl="1" shift="1" alt="0" extended="0" code="112" command="dumpbuffer"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="interrupt"/> | |
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="activate"/> | |
</hotkeys> | |
<mouse> | |
<actions> | |
<action ctrl="0" shift="1" alt="0" button="1" name="copy"/> | |
<action ctrl="0" shift="0" alt="0" button="1" name="select"/> | |
<action ctrl="0" shift="0" alt="0" button="2" name="paste"/> | |
<action ctrl="1" shift="0" alt="0" button="1" name="drag"/> | |
<action ctrl="0" shift="1" alt="0" button="2" name="menu"/> | |
</actions> | |
</mouse> | |
<tabs> | |
<tab title="Command Prompt" icon="icons\cmd.ico" use_default_icon="0"> | |
<console shell="" init_dir="." run_as_user="0" user=""/> | |
<cursor style="0" r="255" g="255" b="255"/> | |
<background type="0" r="0" g="0" b="0"> | |
<image file="" relative="0" extend="0" position="0"> | |
<tint opacity="0" r="0" g="0" b="0"/> | |
</image> | |
</background> | |
</tab> | |
<tab title="Git Bash" icon="icons\git.ico" use_default_icon="0"> | |
<console shell="%comspec% /c "%ProgramFiles%\Git\bin\sh.exe" --login -i" init_dir="." run_as_user="0" user=""/> | |
<cursor style="0" r="255" g="255" b="255"/> | |
<background type="0" r="0" g="0" b="0"> | |
<image file="" relative="0" extend="0" position="0"> | |
<tint opacity="0" r="0" g="0" b="0"/> | |
</image> | |
</background> | |
</tab> | |
<tab title="PowerShell" icon="icons\powershell.ico" use_default_icon="0"> | |
<console shell="%windir%\system32\windowspowershell\v1.0\powershell.exe" init_dir="." run_as_user="0" user=""/> | |
<cursor style="0" r="255" g="255" b="0"/> | |
<background type="0" r="0" g="0" b="0"> | |
<image file="" relative="0" extend="0" position="0"> | |
<tint opacity="0" r="0" g="0" b="0"/> | |
</image> | |
</background> | |
</tab> | |
<tab title="Cygwin Bash" icon="icons\Cygwin.ico" use_default_icon="0"> | |
<console shell="C:\tools\cygwin\bin\bash" init_dir="." run_as_user="0" user=""/> | |
<cursor style="0" r="255" g="255" b="255"/> | |
<background type="0" r="0" g="0" b="0"> | |
<image file="" relative="0" extend="0" position="0"> | |
<tint opacity="0" r="0" g="0" b="0"/> | |
</image> | |
</background> | |
</tab> | |
<tab title="Ubuntu Bash" icon="icons\ubuntu.ico" use_default_icon="0"> | |
<console shell="bash" init_dir="" run_as_user="0" user=""/> | |
<cursor style="0" r="255" g="255" b="255"/> | |
<background type="0" r="0" g="0" b="0"> | |
<image file="" relative="0" extend="0" position="0"> | |
<tint opacity="0" r="0" g="0" b="0"/> | |
</image> | |
</background> | |
</tab> | |
</tabs> | |
<internationalization current_language="english"> | |
</internationalization> | |
</settings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer] | |
"DisableNotificationCenter"=dword:00000001 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REGEDIT4 | |
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] | |
"Use Search Asst"="no" | |
"Search Page"="http://www.google.com" | |
"Search Bar"="http://www.google.com/ie" | |
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL] | |
""="http://www.google.com/keyword/%s" | |
"provider"="gogl" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search] | |
"SearchAssistant"="http://www.google.com/ie" | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; IR_Black theme for Windows Command Prompt | |
[HKEY_CURRENT_USER\Console] | |
"ColorTable00"=dword:000000 | |
"ColorTable01"=dword:96CBFE | |
"ColorTable02"=dword:A8FF60 | |
"ColorTable03"=dword:C6C5FE | |
"ColorTable04"=dword:FF6C60 | |
"ColorTable05"=dword:FF73FD | |
"ColorTable06"=dword:FFFFB6 | |
"ColorTable07"=dword:EEEEEE | |
"ColorTable08"=dword:7C7C7C | |
"ColorTable09"=dword:B5DCFE | |
"ColorTable10"=dword:CEFEAB | |
"ColorTable11"=dword:DFDFFE | |
"ColorTable12"=dword:FFB6B0 | |
"ColorTable13"=dword:FF9CFE | |
"ColorTable14"=dword:FFFFCB | |
"ColorTable15"=dword:FFFFFF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
;3D Objects | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}] | |
;Desktop | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}] | |
;Documents | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}] | |
;Downloads | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}] | |
;Music | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}] | |
;Pictures | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}] | |
;Videos | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; Remove Desktop From This PC | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}] | |
; Remove Documents From This PC | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}] | |
; Remove Downloads From This PC | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}] | |
; Remove Music From This PC | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}] | |
; Remove Pictures From This PC | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}] | |
; Remove Videos From This PC | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}] | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | |
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8FB31484A1289140A077A50102FD4CDD/@KeyIndexDefined">True</s:Boolean> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8FB31484A1289140A077A50102FD4CDD/Shortcut/@EntryValue">comment</s:String> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8FB31484A1289140A077A50102FD4CDD/Description/@EntryValue">New comment with date and initials</s:String> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8FB31484A1289140A077A50102FD4CDD/Text/@EntryValue">// $END$ - HAS $DATE$ </s:String> | |
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8FB31484A1289140A077A50102FD4CDD/Reformat/@EntryValue">True</s:Boolean> | |
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8FB31484A1289140A077A50102FD4CDD/ShortenQualifiedReferences/@EntryValue">True</s:Boolean> | |
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8FB31484A1289140A077A50102FD4CDD/Applicability/=Live/@EntryIndexedValue">True</s:Boolean> | |
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8FB31484A1289140A077A50102FD4CDD/Scope/=C3001E7C0DA78E4487072B7E050D86C5/@KeyIndexDefined">True</s:Boolean> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8FB31484A1289140A077A50102FD4CDD/Scope/=C3001E7C0DA78E4487072B7E050D86C5/Type/@EntryValue">InCSharpFile</s:String> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8FB31484A1289140A077A50102FD4CDD/Scope/=C3001E7C0DA78E4487072B7E050D86C5/CustomProperties/=minimumLanguageVersion/@EntryIndexedValue">2.0</s:String> | |
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8FB31484A1289140A077A50102FD4CDD/Field/=DATE/@KeyIndexDefined">True</s:Boolean> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8FB31484A1289140A077A50102FD4CDD/Field/=DATE/Expression/@EntryValue">getCurrentDate("MM/dd/yyyy")</s:String> | |
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8FB31484A1289140A077A50102FD4CDD/Field/=DATE/Order/@EntryValue">0</s:Int64></wpf:ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | |
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=271BD46D548601428B6D388ED4FA26ED/@KeyIndexDefined">True</s:Boolean> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=271BD46D548601428B6D388ED4FA26ED/Shortcut/@EntryValue">todo</s:String> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=271BD46D548601428B6D388ED4FA26ED/Description/@EntryValue">A //TODO comment</s:String> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=271BD46D548601428B6D388ED4FA26ED/Text/@EntryValue">// TODO: $END$ - HAS $DATE$ </s:String> | |
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=271BD46D548601428B6D388ED4FA26ED/Reformat/@EntryValue">True</s:Boolean> | |
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=271BD46D548601428B6D388ED4FA26ED/ShortenQualifiedReferences/@EntryValue">True</s:Boolean> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=271BD46D548601428B6D388ED4FA26ED/Categories/=Imported_002010_002F26_002F17/@EntryIndexedValue">Imported 10/26/17</s:String> | |
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=271BD46D548601428B6D388ED4FA26ED/Applicability/=Live/@EntryIndexedValue">True</s:Boolean> | |
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=271BD46D548601428B6D388ED4FA26ED/Scope/=C3001E7C0DA78E4487072B7E050D86C5/@KeyIndexDefined">True</s:Boolean> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=271BD46D548601428B6D388ED4FA26ED/Scope/=C3001E7C0DA78E4487072B7E050D86C5/Type/@EntryValue">InCSharpFile</s:String> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=271BD46D548601428B6D388ED4FA26ED/Scope/=C3001E7C0DA78E4487072B7E050D86C5/CustomProperties/=minimumLanguageVersion/@EntryIndexedValue">2.0</s:String> | |
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=271BD46D548601428B6D388ED4FA26ED/Field/=DATE/@KeyIndexDefined">True</s:Boolean> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=271BD46D548601428B6D388ED4FA26ED/Field/=DATE/Expression/@EntryValue">getCurrentDate("MM/dd/yyyy")</s:String> | |
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=271BD46D548601428B6D388ED4FA26ED/Field/=DATE/InitialRange/@EntryValue">-1</s:Int64> | |
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=271BD46D548601428B6D388ED4FA26ED/Field/=DATE/Order/@EntryValue">0</s:Int64></wpf:ResourceDictionary> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment