Skip to content

Commit

Permalink
Merge pull request #863 from mandiant/Cmd-Here-Fix
Browse files Browse the repository at this point in the history
Fix Cmd Here Formatting
  • Loading branch information
emtuls authored Jan 29, 2024
2 parents ad888eb + 49b0762 commit 5f451e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/debloat.vm/debloat.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>debloat.vm</id>
<version>0.0.0.20231218</version>
<version>0.0.0.20240123</version>
<description>Debloat and performance configurations for Windows OS</description>
<authors>Mandiant</authors>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/debloat.vm/tools/win10.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<registry-item name="Disable Windows Update Automatic Restart" path="HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MusNotification.exe" value="Debugger" type="String" data="cmd.exe" />
<registry-item name="Disable Microsoft Connectivity Test (msftconnecttest.com)" path="HKLM:\SYSTEM\CurrentControlSet\services\NlaSvc\Parameters\Internet" value="EnableActiveProbing" type="DWord" data="0" />
<registry-item name="Enable opening cmd from context menu - Default" path="Registry::HKEY_CLASSES_ROOT\Directory\Background\shell\ctx_cmd" value="(Default)" type="String" data="Cmd Here" />
<registry-item name="Enable opening cmd from context menu - Command" path="Registry::HKEY_CLASSES_ROOT\Directory\Background\shell\ctx_cmd\command" value="(Default)" type="String" data="cmd.exe /s /k pushd &quot;%V&quot;" />
<registry-item name="Enable opening cmd from context menu - Command" path="Registry::HKEY_CLASSES_ROOT\Directory\Background\shell\ctx_cmd\command" value="(Default)" type="String" data="&quot;cmd.exe&quot; &quot;pushd &quot;%V&quot;&quot;" />
</registry-items>
<path-items>
<!--
Expand Down

0 comments on commit 5f451e9

Please sign in to comment.