Home >Development Tools >VSCode >vscode cannot be opened in win10 system
Win10 system vscode cannot be opened Solution:
Execute netsh winsock reset reset command.
Recommended learning: vscode introductory tutorial
Implementation method:
window R key to bring up run, enter cmd, and press Enter.
After the command prompt comes out, click the icon in the upper left corner and select Edit->Choose to paste this into netsh winsock reset
After pasting, press Enter
Finally, you will be prompted to successfully reset the Winsock directory. Generally, there is no need to restart. Just double-click your Visual Code and it should be able to open it.
The above is the detailed content of vscode cannot be opened in win10 system. For more information, please follow other related articles on the PHP Chinese website!