I added a Windows Batch in "C:\Users\XXX\AppData\Roaming\Microsoft\Windows\SendTo" folder, and the content only has two lines.
@echo off
start cmd
I can do my tests quickly now.
By the way, there are other ways to do this wok. You could refer to the link below.
https://www.itechtics.com/open-command-window-folder/
2020/07/07
I do not like to modify registry of Windows. However, this way is the best way. I did another improvement by adding a registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\Dos]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\Dos\command]
@="cmd"
Just for fun.
沒有留言:
張貼留言