chore: modify windows evaluations samples
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user