chore: modify windows evaluations samples

This commit is contained in:
Jiaqi DENG
2024-09-21 23:46:39 +08:00
parent 50a887ebb6
commit e0d0041520
48 changed files with 249 additions and 268 deletions

View File

@@ -29,10 +29,8 @@
{
"type": "launch",
"parameters": {
"command": [
"ncat.exe", "-k", "-l", "0.0.0.0", "9222",
"--sh-exec", "ncat.exe 127.0.0.1 1337"
]
"command": "ncat.exe -k -l 0.0.0.0 9222 --sh-exec \"ncat.exe 127.0.0.1 1337\"",
"shell": true
}
},
{
@@ -57,7 +55,7 @@
"files": [
{
"url": "https://drive.google.com/uc?id=1Yy-ZrkMq4pIQq1Y75bD2WVJXxHMTaMqE&export=download",
"path": "C:\\Users\\chenj\\thunderbird-profile.7z"
"path": "C:\\Users\\User\\thunderbird-profile.7z"
}
]
}
@@ -67,21 +65,21 @@
"parameters": {
"command": [
"C:\\Program Files\\7-Zip\\7z.exe",
"x", "C:\\Users\\chenj\\thunderbird-profile.7z"
"x", "C:\\Users\\User\\thunderbird-profile.7z"
]
}
},
{
"type": "execute",
"parameters": {
"command": "rd /s /q C:\\Users\\chenj\\AppData\\Roaming\\Thunderbird",
"command": "rd /s /q C:\\Users\\User\\AppData\\Roaming\\Thunderbird",
"shell": true
}
},
{
"type": "execute",
"parameters": {
"command": "move C:\\Users\\chenj\\Thunderbird C:\\Users\\chenj\\AppData\\Roaming\\Thunderbird",
"command": "move C:\\Users\\User\\Thunderbird C:\\Users\\User\\AppData\\Roaming\\Thunderbird",
"shell": true
}
},