iT邦幫忙

1

000-A_ResetToCommandSettings.txt||001-B_ResetToCommandSettings.bat

Joe 2020-03-11 03:03:001224 瀏覽
  • 分享至 

  • xImage
  •  

@echo off
rem 關閉命令回顯功能

rem 重置命令提示字元設置
echo Reset To Command Settings

rem 刪除註冊表 電腦\HKEY_CURRENT_USER\Console%SystemRoot%_system32_cmd.exe
reg delete "HKCU\Console%SystemRoot%_system32_cmd.exe" /f

rem 暫停處理
pause
https://ithelp.ithome.com.tw/upload/images/20211128/20110334V5SFNQpr4D.png


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 則留言

0
hda8821791
iT邦新手 5 級 ‧ 2020-05-02 19:19:28

https://ithelp.ithome.com.tw/upload/images/20200502/2012680045MwgFqWFM.png

{
"version": "0.2.0",
"configurations": [
{
"name": "g++.exe build and debug active file",
"type": "cppdbg",
"request": "launch",
"program": "${fileDirname}\${fileBasenameNoExtension}.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"miDebuggerPath": "C:/MinGW/bin/gdb.exe",
"setupCommands": [
{
"description": "啟用 gdb 的美化顯示",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
],
"preLaunchTask": "g++.exe build active file"
}
]
}

我要留言

立即登入留言