The win10 system is newly installed. A list of installers is required.

Recently reinstalled the system. I have been using win7 before. Now install win10 to play.

Too many programs need to be reinstalled (Many programs can continue to use environment variables under configuration.). Record the list.

1. Google Chrome

2.QQ

3. Sogou input method.

4.jdk

5.eclipse

6. WeChat web developer tools

7.oracle client

8.plsqldev

9.git

10.maven

That's it for the basics. Think of it adding.

Windows10 right click to add "open command window here"

Register under OpenCmdHere.reg.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\OpenCmdHere]
@="在此处打开命令窗口"
"Icon"="cmd.exe"

[HKEY_CLASSES_ROOT\Directory\shell\OpenCmdHere\command]
@="cmd.exe /s /k pushd "%V""

[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHere]
@="在此处打开命令窗口"
"Icon"="cmd.exe"

[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHere\command]
@="cmd.exe /s /k pushd \"%V\""

[HKEY_CLASSES_ROOT\Drive\shell\OpenCmdHere]
@="在此处打开命令窗口"
"Icon"="cmd.exe"

[HKEY_CLASSES_ROOT\Drive\shell\OpenCmdHere\command]
@="cmd.exe /s /k pushd \"%V\""

[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\OpenCmdHere]
@="在此处打开命令窗口"
"Icon"="cmd.exe"

[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\OpenCmdHere\command]
@="cmd.exe /s /k pushd \"%V\""

 

 

Guess you like

Origin blog.csdn.net/xiaozaq/article/details/89710516