Start ProgramsThis is the default behavior. By specifying a full or pa การแปล - Start ProgramsThis is the default behavior. By specifying a full or pa ไทย วิธีการพูด

Start ProgramsThis is the default b

Start Programs

This is the default behavior. By specifying a full or partial path to a program executable file, Sandboxie Start will launch that program under the supervision of Sandboxie:

"C:Program FilesSandboxieStart.exe" c:windowssystem32calc.exe
"C:Program FilesSandboxieStart.exe" calc.exe
Two special program names are allowed:

"C:Program FilesSandboxieStart.exe" default_browser
"C:Program FilesSandboxieStart.exe" mail_agent
Sandboxie Start can also display the Run Any Program dialog window, or the Sandboxie Start Menu, depending on parameters specified:

"C:Program FilesSandboxieStart.exe" run_dialog
"C:Program FilesSandboxieStart.exe" start_menu
In all forms, the parameter /box:SandboxName is applicable, and may be specified between Start.exe and the parameter, to indicate a sandbox name other than the default of DefaultBox. For example:

"C:Program FilesSandboxieStart.exe" /box:TestBox run_dialog
A special form of the /box parameter is /box:__ask__ and causes Start.exe to display the sandbox selection dialog box.

The parameter /nosbiectrl can be used to make sure Start.exe does not try to run Sandboxie Control before running the sandboxed program.

"C:Program FilesSandboxieStart.exe" /nosbiectrl calc.exe
The parameter /silent can be used to eliminate some pop-up error messages. For example:

"C:Program FilesSandboxieStart.exe" /silent no_such_program.exe
In both silent and normal operation, Start.exe exits with a zero exit code on success, or non-zero on failure. In batch files, the exit code can be examined using the IF ERRORLEVEL condition.

The parameter /elevate can be used to run a program with Administartor privileges on a system where User Account Control (UAC) is enabled. For example:

"C:Program FilesSandboxieStart.exe" /elevate cmd.exe
The parameter /env can be used to pass an environment variable:

"C:Program FilesSandboxieStart.exe" /env:VariableName=VariableValueWithoutSpace
"C:Program FilesSandboxieStart.exe" /env:VariableName="Variable Value With Spaces"
The parameter /hide_window can be used to signal that the starting program should not display its window:

"C:Program FilesSandboxieStart.exe" /hide_window cmd.exe /c automated_script.bat
The parameter /wait can be used to run a program, wait for it to finish, and return the exit status from the program:

"C:Program FilesSandboxieStart.exe" /wait cmd.exe
Note that Start.exe is a Win32 application and not a console application, so the system "start" command is useful here to force the system to wait for Start.exe to finish:

start /wait "C:Program FilesSandboxieStart.exe" /wait cmd /c exit 9
echo %ERRORLEVEL%
9
The system waits for Start.exe to finish, which in turn waits for "cmd /c exit 9" to finish, and then the exit status 9 is returned all the way back.

Parameters can be combined in any order. For example:

"C:Program FilesSandboxieStart.exe" /box:CustomBox /silent /nosbiectrl MyProgram.exe
Stop Programs

Terminate all programs running in a particular sandbox. Note that the request is transmitted to the Sandboxie service SbieSvc, which actually carries out the termination.

"C:Program FilesSandboxieStart.exe" /terminate
"C:Program FilesSandboxieStart.exe" /box:TestBox /terminate
"C:Program FilesSandboxieStart.exe" /terminate_all
If the parameter /box:SandboxName is omitted, programs running in the default sandbox, DefaultBox, will be stopped.

The form /terminate_all terminates all programs in all sandboxes.

List Programs

List the system process ID numbers for all programs running in a particular sandbox.

"C:Program FilesSandboxieStart.exe" /listpids
"C:Program FilesSandboxieStart.exe" /box:TestBox /listpids
If the parameter /box:SandboxName is omitted, programs running in the default sandbox, DefaultBox, will be listed.

The output is formatted as one number per line. The first line contains the number of programs, followed by one process ID per line. Example output:

"C:Program FilesSandboxieStart.exe" /listpids | more
3
3036
2136
384
Note that Start.exe is not a console applications, so the output does not appear in a command prompt window unless you pipe the output using a construct such as | more.

Delete Contents of Sandbox

"C:Program FilesSandboxieStart.exe" delete_sandbox
"C:Program FilesSandboxieStart.exe" delete_sandbox_silent
The /box:SandboxName parameter may be specified between Start.exe and the delete command.

The _silent suffix on the delete command, indicates Sandboxie Start should silently ignore any errors and not display any error messages.

The delete operation occurs in two phases:

Phase 1 scans the contents of the sandbox and processes files which could pose a problem during the second phase:
Junctions (also known as reparse points) are removed.
Read-only files and directories are made fully accessible.
Files and directories that have very long names are renamed to shorter names.
Renames the sandbox to the format __Delete_(sandbox name)_(some random number)_. For example, if the sandbox is DefaultBox, it could be renamed to __Delete_DefaultBox_01C4012345678912.
Phase 2 deletes any sandboxes that were processed in phase 1.
Sandboxes that were processed in phase 1 are those that have been renamed as described above.
More than one sandbox may be deleted in phase 2.
By default, the standard system command RMDIR is used to delete the renamed sandbox folder.
Alternatively, a third-party delete utility may used. See Secure Delete Sandbox.
Issuing the delete_sandbox command causes Start.exe to invoke phase 1 followed by phase 2. Start.exe also accepts these commands to invoke a specific phase:

"C:Program FilesSandboxieStart.exe" delete_sandbox_phase1
"C:Program FilesSandboxieStart.exe" delete_sandbox_phase2
"C:Program FilesSandboxieStart.exe" delete_sandbox_silent_phase1
"C:Program FilesSandboxieStart.exe" delete_sandbox_silent_phase2
Reload Configuration

This command reloads the Sandboxie configuration in SandboxieIni into the active Sandboxie driver. Typically useful after manually editing the Sandboxie.ini file.

"C:Program FilesSandboxieStart.exe" /reload
Note that reloading the configuration does not take effect on sandboxed programs that are already running when this command is issued.

Disable Forced Programs

The following command runs a program outside the sandox, even if the program is forced. It is similar to using the Run Outside Sandbox option from the sandbox selection window of the Run Sandboxed command.

"C:Program FilesSandboxieStart.exe" /dfp c:path oprogram.exe
"C:Program FilesSandboxieStart.exe" /disable_force c:path oprogram.exe
Note that /dfp and /disable_force are identical.

An older form of this command can temporarily disable the forced programs mode, for all programs. It is similar in function to using the Disable Forced Programs command from the Tray Icon Menu in Sandboxie Control (and not the File Menu).

"C:Program FilesSandboxieStart.exe" disable_force
Note the missing slash in this command syntax. Note also that this command is not a toggle. It always puts the Disable Forced Programs mode into effect and always restarts the countdown timer. At this time, Start.exe does not offer a way to request the cancelation of this mode.

Related Reading Material

See also: InjectDll and SBIE DLL API

Go to Help Topics.
0/5000
จาก: -
เป็น: -
ผลลัพธ์ (ไทย) 1: [สำเนา]
คัดลอก!
เริ่มโปรแกรม

นี่เป็นลักษณะการทำงานเริ่มต้น ด้วยการระบุเส้นทางทั้งหมด หรือบางส่วนไปยังแฟ้มปฏิบัติการได้โปรแกรม Sandboxie เริ่มจะเปิดใช้โปรแกรมภายใต้การดูแลของ Sandboxie:

"C:Program FilesSandboxieStart.exe" c:windowssystem32calc.exe
"C:Program FilesSandboxieStart.exe" calc.exe
Two ชื่อโปรแกรมพิเศษได้:

"C:Program FilesSandboxieStartdefault_browser exe"
"C:Program FilesSandboxieStart.exe" mail_agent
Sandboxie เริ่มต้นสามารถแสดงหน้าต่างโต้ตอบเรียกใช้โปรแกรมใด ๆ หรือ Sandboxie เริ่มเมนู ขึ้นอยู่กับพารามิเตอร์ที่ระบุ:

"C:Program FilesSandboxieStart.exe" run_dialog
"C:Program FilesSandboxieStart.exe" start_menu
ในทุกรูปแบบ /box:SandboxName พารามิเตอร์ที่จะใช้ และอาจระบุระหว่าง Start.exe และพารามิเตอร์ การระบุชื่อ sandbox ค่าเริ่ม DefaultBox ตัวอย่าง:

"C:Program FilesSandboxieStart.exe" /box:TestBox run_dialog
/box พารามิเตอร์รูปแบบพิเศษเป็น /box:__ask__ และทำให้ Start.exe เพื่อแสดงการ sandbox ตัวเลือกกล่องโต้ตอบกล่องได้

/nosbiectrl พารามิเตอร์ที่สามารถใช้เพื่อให้แน่ใจว่าเริ่มต้นได้exe ไม่ได้พยายามเรียกใช้ตัวควบคุม Sandboxie ก่อนทำ sandboxed โปรแกรมงาน

สามารถใช้ "C:Program FilesSandboxieStart.exe" /nosbiectrl calc.exe
The พารามิเตอร์ /silent เพื่อกำจัดข้อความบางข้อผิดพลาดแบบผุดขึ้นได้ ตัวอย่าง:

"C:Program FilesSandboxieStart.exe" /silent no_such_program.exe
In เงียบ และปกติ Start.exe ออกจาก ด้วยรหัสออกจากศูนย์สำเร็จ หรือหนึ่งล้มเหลว ในไฟล์ รหัสจบการทำงานสามารถถูกตรวจสอบโดยใช้เงื่อนไข IF ERRORLEVEL ได้

พารามิเตอร์ / ยกระดับพันธมิตรสามารถใช้เพื่อเรียกใช้โปรแกรม ด้วย Administartor สิทธิ์ในระบบซึ่งการควบคุมบัญชีผู้ใช้ (UAC) ถูกเปิดใช้งานได้ ตัวอย่าง:

"C:Program FilesSandboxieStart.exe" ยกระดับพันธมิตร cmd.exe
The พารามิเตอร์/env สามารถใช้ส่งผ่านตัวแปรสิ่งแวดล้อม:

"c:Program FilesSandboxieStart.exe" /env:VariableName = VariableValueWithoutSpace
/env:VariableName "C:Program FilesSandboxieStart.exe" ="ตัวแปรค่ามีช่อง"
/hide_window พารามิเตอร์ที่สามารถใช้เพื่อเป็นสัญญาณว่า โปรแกรมเริ่มต้นจะแสดงหน้าต่าง:

"C:Program FilesSandboxieStart.exe" /hide_window cmd.exe /c automated_script.bat
/Wait พารามิเตอร์คุณสามารถใช้เพื่อเรียกใช้โปรแกรม รอให้เสร็จสิ้น และกลับสถานะออกจากโปรแกรม:

"C:Program FilesSandboxieStart.exe" /wait cmd.exe
Note ว่า Start.exe เป็นโปรแกรมประยุกต์ Win32 ที่ไม่มีคอนโซลแอพพลิเคชัน เพื่อระบบ "เริ่มต้น" สั่งใช้ที่นี่บังคับให้รอ Start.exe เพื่อเสร็จสิ้นระบบ:

เริ่มต้น/รอ "C:Program FilesSandboxieStartexe" /wait คำสั่ง /c ออก 9
ERRORLEVEL สะท้อน%
9
ระบบรอ Start.exe เพื่อเสร็จสิ้นการ ซึ่งจะรอสำหรับ"คำสั่ง /c ออก 9"ให้เสร็จสิ้น และออกจากสถานะ 9 จะส่งกลับทางหลัง

สามารถรวมพารามิเตอร์ในลำดับใดก็ได้ ตัวอย่าง:

"C:Program FilesSandboxieStart.exe" /box:CustomBox /silent /nosbiectrl MyProgram.exe
Stop โปรแกรม

หยุดโปรแกรมทั้งหมดที่ทำงานอยู่ใน sandbox เฉพาะ หมายเหตุมีส่งคำขอเพื่อบริการ Sandboxie SbieSvc ซึ่งดำเนินออกเลิกจ้างจริง

"C:Program FilesSandboxieStart.exe" / สิ้นสุด
"C:Program FilesSandboxieStart.exe" /box:TestBox / จบ
"C:Program FilesSandboxieStart.exe" /terminate_all
ถ้าไม่ใส่ /box:SandboxName พารามิเตอร์ จะหยุดโปรแกรมที่ทำงานอยู่ใน sandbox เริ่มต้น DefaultBox

/terminate_all แบบฟอร์มยุติโปรแกรมทั้งหมดใน sandboxes ทั้งหมด

รายชื่อโปรแกรม

รายการหมายเลข ID กระบวนการของระบบสำหรับโปรแกรมทั้งหมดที่ใช้ในการเฉพาะ sandbox

"C:Program FilesSandboxieStart.exe" /listpids
"C:Program FilesSandboxieStart.exe" /box:TestBox /listpids
ถ้าไม่ใส่ /box:SandboxName พารามิเตอร์ จะแสดงรายการโปรแกรมที่ใช้ในการเริ่มต้น sandbox, DefaultBox

ผลลัพธ์มีรูปแบบเป็นหนึ่งหมายเลขสำหรับแต่ละบรรทัด บรรทัดแรกประกอบด้วยหมายเลขของโปรแกรม ตาม ด้วยรหัสกระบวนการหนึ่งสำหรับแต่ละบรรทัด ตัวอย่างผลลัพธ์:

/listpids "C:Program FilesSandboxieStart.exe" | เพิ่มเติม
3
3036
2136
384
หมายเหตุว่า Start.exe ไม่แอพลิเคชันคอนโซล ดังนั้นผลลัพธ์ไม่ปรากฏในหน้าต่างพร้อมรับคำสั่งเว้นแต่การแสดงผลที่ใช้การก่อสร้างเช่นท่อคุณ | ยิ่งได้

ลบเนื้อหาของ Sandbox

"C:Program FilesSandboxieStart.exe" delete_sandbox
"C:Program FilesSandboxieStart.exe" delete_sandbox_silent
อาจระบุพารามิเตอร์ /box:SandboxName ระหว่าง Start.exe และคำสั่งลบ.

ท้าย _silent บนคำสั่งการลบ บ่งชี้เริ่มต้น Sandboxie ควรละเว้นข้อผิดพลาดใด ๆ อยู่เบื้องหลัง และไม่แสดงข้อความข้อผิดพลาดใด ๆ

การลบเกิดขึ้นในระยะที่สอง:

สแกนเนื้อหาของ sandbox ระยะที่ 1 และประมวลผลแฟ้มซึ่งอาจก่อให้เกิดปัญหาในระหว่างขั้นตอนที่สอง:
Junctions (เรียกอีกอย่างว่าจุดแยกวิเคราะห์ใหม่) จะถูกเอาออก
อ่านอย่างเดียวแฟ้มและไดเรกทอรีจะสามารถเข้าถึงได้อย่างเต็ม
แฟ้มและไดเรกทอรีที่มีชื่อยาวมากจะเปลี่ยนให้ชื่อสั้นลง.
sandbox เปลี่ยนชื่อไป__ (บางเลขสุ่ม) __Delete_ (sandbox ชื่อ) รูปแบบการ ตัวอย่าง ว่า sandbox DefaultBox มันสามารถถูกเปลี่ยนชื่อไป __Delete_DefaultBox_01C4012345678912
2 ระยะลบ sandboxes ใด ๆ ที่ถูกประมวลผลในขั้นตอนที่ 1.
Sandboxes ที่ถูกประมวลผลในขั้นตอนที่ 1 เป็นผู้ที่มีการเปลี่ยนชื่อตามที่อธิบายไว้ข้างต้นได้
sandbox มากกว่าหนึ่งอาจถูกลบในขั้นตอนที่ 2.
โดยค่าเริ่มต้น ใช้ระบบมาตรฐานสั่ง RMDIR การลบโฟลเดอร์เปลี่ยนชื่อ sandbox ได้
หรือ อาจใช้โปรแกรมอื่นลบ ปลอดภัยลบ Sandbox ได้
ออกคำสั่ง delete_sandbox ทำให้เริ่มต้นexe เรียกระยะที่ 1 ตามขั้นตอนที่ 2 Start.exe ยังยอมรับคำสั่งเหล่านี้จะเรียกระยะใดระยะหนึ่ง:

"C:Program FilesSandboxieStart.exe" delete_sandbox_phase1
"C:Program FilesSandboxieStart.exe" delete_sandbox_phase2
delete_sandbox_silent_phase1 "C:Program FilesSandboxieStart.exe"
"C:Program FilesSandboxieStart.exe" delete_sandbox_silent_phase2
โหลดกำหนดค่า

คำสั่งนี้ reloads ฟิก Sandboxie ใน SandboxieIni ในไดรเวอร์ใช้ Sandboxie ประโยชน์โดยทั่วไปหลังจากการแก้ไขไฟล์ Sandboxie.ini ด้วยตนเอง

"C:Program FilesSandboxieStart.exe" /reload
หมายเหตุที่ โหลดการกำหนดค่าไม่มีผลกับโปรแกรม sandboxed ที่กำลังเรียกใช้เมื่อมีออกคำสั่งนี้

ปิดบังคับโปรแกรม

คำสั่งต่อไปนี้เรียกใช้โปรแกรมภายนอก sandox แม้ว่าโปรแกรมถูกบังคับ จึงคล้ายกับการใช้ตัวเลือกการเรียกใช้ภายนอก Sandbox จากหน้าต่างเลือก sandbox ของรัน Sandboxed สั่ง

"C:Program FilesSandboxieStart.exe" /dfp c:path oprogram.exe
"C:Program FilesSandboxieStart.exe" /disable_force c:path oprogram.exe
ทราบว่า /dfp และ /disable_force เป็นเหมือนกัน

แบบเก่าของคำสั่งนี้สามารถชั่วคราวปิดใช้งานโหมดโปรแกรมบังคับ โปรแกรมทั้งหมด จะคล้ายกันในฟังก์ชันโดยใช้คำสั่งปิดโปรแกรมบังคับจากไอคอนเมนูใน Sandboxie ควบคุม (และไม่เมนู'แฟ้ม')

"C:Program FilesSandboxieStart.exe" disable_force
หมายเหตุทับหายไปในไวยากรณ์คำสั่งนี้ ให้สังเกตว่า คำสั่งนี้ไม่สลับที่ มันทำให้โหมดปิดใช้งานโปรแกรมบังคับผลเสมอ และจะเริ่มจับเวลานับถอยหลัง ตอนนี้ Start.exe ไม่เสนอวิธีการร้องขอการยกเลิกโหมดนี้

อ่านวัสดุที่เกี่ยวข้อง

ดูยัง: InjectDll และ SBIE DLL API

ไปที่หัวข้อวิธีใช้
การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 2:[สำเนา]
คัดลอก!
เริ่มต้นโปรแกรมนี้เป็นพฤติกรรมปกติ โดยการระบุเส้นทางแบบเต็มหรือบางส่วนไปยังแฟ้มที่ปฏิบัติการโปรแกรม Sandboxie เริ่มจะเปิดตัวโปรแกรมที่อยู่ภายใต้การกำกับดูแลของ Sandboxie: "C: Program Files Sandboxie Start.exe" C: system32 windows calc.exe "C : Program Files Sandboxie Start.exe "calc.exe สองชื่อโปรแกรมพิเศษที่ได้รับอนุญาต: "C: Program Files Sandboxie Start.exe" default_browser "C: Program Files Sandboxie Start.exe" mail_agent Sandboxie เริ่มต้นยังสามารถแสดงการเรียกใช้ใด ๆ หน้าต่างโปรแกรมหรือเมนู Sandboxie เริ่มการทำงานขึ้นอยู่กับพารามิเตอร์ที่ระบุ: "C: Program Files Sandboxie Start.exe" run_dialog "C: Program Files Sandboxie Start.exe" start_menu ในทุกรูปแบบพารามิเตอร์ / กล่อง: SandboxName มีผลบังคับใช้และอาจจะระบุระหว่าง Start.exe และพารามิเตอร์เพื่อระบุชื่อ sandbox อื่นที่ไม่ใช่ค่าเริ่มต้นของ DefaultBox ตัวอย่างเช่น"C: Program Files Sandboxie Start.exe" / กล่อง: TestBox run_dialog รูปแบบพิเศษของกล่องพารามิเตอร์ / เป็น / กล่อง: __ask__ และทำให้เกิด Start.exe เพื่อแสดงการเลือก sandbox กล่องโต้ตอบพารามิเตอร์ / nosbiectrl สามารถนำมาใช้เพื่อให้แน่ใจว่า Start.exe ไม่ได้พยายามที่จะเรียก Sandboxie ควบคุมก่อนที่จะใช้โปรแกรม sandboxed "C: Program Files Sandboxie Start.exe" / nosbiectrl calc.exe พารามิเตอร์ / เงียบสามารถใช้ในการกำจัด บางข้อความผิดพลาดป๊อปอัพ ตัวอย่างเช่น"C: Program Files Sandboxie Start.exe" / no_such_program.exe เงียบในการดำเนินงานทั้งเงียบและปกติ Start.exe ออกด้วยรหัสศูนย์ออกจากความสำเร็จหรือไม่เป็นศูนย์ในความล้มเหลว ในแฟ้มชุดรหัสทางออกที่สามารถตรวจสอบการใช้เงื่อนไข IF ERRORLEVEL พารามิเตอร์ / ยกระดับสามารถใช้ในการเรียกใช้โปรแกรมที่มีสิทธิ์ Administartor ในระบบที่ควบคุมบัญชีผู้ใช้ (UAC) ถูกเปิดใช้งาน ตัวอย่างเช่น"C: Program Files Sandboxie Start.exe" / ยกระดับ cmd.exe พารามิเตอร์ / env สามารถใช้ในการส่งผ่านตัวแปรสภาพแวดล้อมที่: "C: Program Files Sandboxie Start.exe" / env: VariableName VariableValueWithoutSpace = "C: Program Files Sandboxie Start.exe" / env: VariableName = "ค่าตัวแปรที่มีช่องว่าง" พารามิเตอร์ / hide_window สามารถใช้ในการส่งสัญญาณว่าโปรแกรมเริ่มต้นไม่ควรแสดงหน้าต่างของ: "C: Program Files Sandboxie Start.exe "/ hide_window cmd.exe / C automated_script.bat พารามิเตอร์ / รอสามารถใช้ในการเรียกใช้โปรแกรมรอจนเสร็จสมบูรณ์และกลับออกจากสถานะจากโปรแกรม: "C: Program Files Sandboxie Start.exe "/ รอ cmd.exe ทราบว่า Start.exe เป็นโปรแกรม Win32 และไม่ใช้คอนโซลเพื่อให้ระบบ "เริ่มต้น" คำสั่งที่นี่จะเป็นประโยชน์ที่จะบังคับให้ระบบรอ Start.exe ไป เสร็จ: เริ่ม / รอ "C: Program Files Sandboxie Start.exe" / รอ cmd / C ออกจาก 9 % สะท้อน ERRORLEVEL% 9 ระบบรอ Start.exe ให้เสร็จซึ่งจะรอให้ "cmd / C ออก 9 "จะจบแล้วออกจากสถานะที่ 9 จะถูกส่งกลับตลอดทางกลับพารามิเตอร์สามารถนำมารวมกันในลำดับใด ตัวอย่างเช่น"C: Program Files Sandboxie Start.exe" / กล่อง: CustomBox / เงียบ / nosbiectrl MyProgram.exe หยุดโปรแกรมยุติโปรแกรมทั้งหมดที่ทำงานใน sandbox โดยเฉพาะอย่างยิ่ง โปรดทราบว่าการร้องขอถูกส่งไปยังบริการ Sandboxie SbieSvc ที่จริงจะดำเนินการเลิกจ้าง"C: Program Files Sandboxie Start.exe" / ยุติ"C: Program Files Sandboxie Start.exe" / กล่อง: TestBox / ยุติ"C: Program Files Sandboxie Start.exe" / terminate_all ถ้าพารามิเตอร์ / กล่อง: SandboxName ละเว้น, โปรแกรมทำงานใน sandbox เริ่มต้น DefaultBox จะหยุดรูปแบบ / terminate_all ยุติโปรแกรมทั้งหมดในทุก เรียงรายรายชื่อโปรแกรมรายชื่อหมายเลขกระบวนการของระบบสำหรับโปรแกรมทั้งหมดที่ทำงานอยู่ในเฉพาะ sandbox "C: Program Files Sandboxie Start.exe" / listpids "C: Program Files Sandboxie Start.exe" / กล่อง: TestBox / listpids ถ้าพารามิเตอร์ / กล่อง: SandboxName ละเว้น, โปรแกรมทำงานใน sandbox เริ่มต้น DefaultBox จะได้รับการจดทะเบียนการส่งออกมีรูปแบบเป็นจำนวนหนึ่งต่อบรรทัด บรรทัดแรกมีจำนวนของโปรแกรมตามด้วยรหัสขั้นตอนต่อหนึ่งบรรทัด ออกตัวอย่าง: "C: Program Files Sandboxie Start.exe" / listpids | อื่น ๆ3 3036 2136 384 ทราบว่า Start.exe ไม่ได้ใช้งานคอนโซลเพื่อการส่งออกไม่ปรากฏในหน้าต่างพร้อมรับคำสั่งเว้นแต่คุณท่อ การส่งออกโดยใช้โครงสร้างเช่น | อื่น ๆลบเนื้อหาของ Sandbox "C: Program Files Sandboxie Start.exe" delete_sandbox "C: Program Files Sandboxie Start.exe" delete_sandbox_silent / กล่อง: SandboxName พารามิเตอร์อาจจะระบุ ระหว่าง Start.exe และคำสั่งลบคำต่อท้าย _silent ในคำสั่งลบบ่งชี้ Sandboxie เริ่มเงียบควรละเว้นข้อผิดพลาดใด ๆ และไม่แสดงข้อความผิดพลาดใด ๆดำเนินการลบเกิดขึ้นในสองขั้นตอนขั้นตอนที่ 1 สแกนเนื้อหาของ sandbox และกระบวนการ ไฟล์ที่อาจก่อให้เกิดปัญหาในระหว่างขั้นตอนที่สอง: Junctions (ยังเป็นที่รู้จักกันเป็นจุดแยกวิเคราะห์ใหม่) จะถูกลบออกอ่านอย่างเดียวไฟล์และไดเรกทอรีที่ทำเข้าถึงได้อย่างเต็มที่ไฟล์และไดเรกทอรีที่มีชื่อยาวมากจะมีการเปลี่ยนชื่อเป็นชื่อที่สั้นลงsandbox เปลี่ยนชื่อ รูปแบบที่ Delete_ __ (ชื่อ sandbox) _ (บางจำนวนสุ่ม) _ ตัวอย่างเช่นถ้า sandbox เป็น DefaultBox, มันอาจจะเปลี่ยนชื่อเป็น __ Delete_DefaultBox_01C4012345678912 ระยะที่ 2 ลบเรียงรายใด ๆ ที่ถูกประมวลผลในขั้นตอนที่ 1 Sandboxes ที่ได้รับการประมวลผลในขั้นตอนที่ 1 เป็นผู้ที่ได้รับการเปลี่ยนชื่อตามที่อธิบายไว้ข้างต้นมากกว่าหนึ่ง sandbox อาจ ถูกลบออกไปในระยะที่ 2 โดยค่าเริ่มต้น RMDIR คำสั่งระบบมาตรฐานที่ใช้ในการลบโฟลเดอร์ sandbox เปลี่ยนชื่อหรือบุคคลที่สามอาจลบยูทิลิตี้ที่ใช้ ดูการรักษาความปลอดภัยลบ Sandbox . ออกคำสั่ง delete_sandbox ทำให้ Start.exe จะก่อให้เกิดขั้นตอนที่ 1 ตามด้วยขั้นตอนที่ 2 Start.exe ยังยอมรับคำสั่งเหล่านี้จะก่อให้เกิดขั้นตอนที่เฉพาะเจาะจง: "C: Program Files Sandboxie Start.exe" delete_sandbox_phase1 " C: Program Files Sandboxie Start.exe "delete_sandbox_phase2 "C: Program Files Sandboxie Start.exe" delete_sandbox_silent_phase1 "C: Program Files Sandboxie Start.exe" delete_sandbox_silent_phase2 โหลดการตั้งค่าคำสั่งนี้โหลดการตั้งค่าใน Sandboxie SandboxieIni เป็นคนขับรถที่ใช้งาน Sandboxie ที่มีประโยชน์โดยทั่วไปหลังจากที่การแก้ไขด้วยตนเอง Sandboxie.ini ไฟล์"C: Program Files Sandboxie Start.exe" / โหลดโปรดทราบว่าการกำหนดค่าโหลดไม่ได้มีผลในโปรแกรม sandboxed ที่มีอยู่แล้วทำงานเมื่อคำสั่งนี้จะออกบังคับปิดการใช้งาน โปรแกรมคำสั่งดังต่อไปนี้เรียกใช้โปรแกรมนอก sandox แม้ว่าโปรแกรมที่ถูกบังคับ มันคล้ายกับใช้การเรียกใช้ตัวเลือกนอก Sandbox จากหน้าต่างเลือก sandbox ของคำสั่ง Run Sandboxed "C: Program Files Sandboxie Start.exe" / dfp C: เส้นทาง to program.exe "C: Program Files Sandboxie Start.exe "/ disable_force C: เส้นทาง to program.exe ทราบว่า / dfp และ / disable_force เหมือนรูปแบบเก่าของคำสั่งนี้สามารถปิดการใช้งานชั่วคราวโหมดโปรแกรมบังคับสำหรับโปรแกรมทั้งหมด มันเป็นที่คล้ายกันในฟังก์ชั่นในการใช้คำสั่งปิดการใช้งานโปรแกรมที่ถูกบังคับจากเมนูไอคอนถาดใน Sandboxie ควบคุม (และไม่เมนูแฟ้ม) "C: Program Files Sandboxie Start.exe" disable_force หมายเหตุเฉือนขาดหายไปในไวยากรณ์คำสั่งนี้ . ยังทราบว่าคำสั่งนี้ไม่ได้เปิด มันก็จะทำให้โปรแกรมปิดการใช้งานโหมดการบังคับให้มีผลบังคับใช้และมักจะเริ่มจับเวลา ในเวลานี้ Start.exe ไม่ได้มีวิธีการที่จะขอให้มีการยกเลิกของโหมดนี้เกี่ยวข้องการอ่านวัสดุดูเพิ่มเติม: InjectDll และ SBIE DLL API ไปเพื่อช่วยให้หัวข้อ































































































































การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 3:[สำเนา]
คัดลอก!
เริ่มโปรแกรม

นี่เป็นพฤติกรรมเริ่มต้น โดยระบุชื่อเต็มหรือบางส่วนของเส้นทางไปยังแฟ้มที่ปฏิบัติการโปรแกรมในเริ่มจะเปิดโปรแกรมที่สังกัดใน :

" C : Program Files N ใน N เริ่มต้น . exe " C : Windows System32 calc.exe
" C : Program Files N ใน N เริ่มต้น . exe " calc.exe
2 โปรแกรมพิเศษที่ชื่อจะได้รับอนุญาต :

" C : Program Files N ในเริ่มต้นexe " default_browser
" C : Program Files N ใน N เริ่มต้น . exe " mail_agent
ในเริ่มต้นยังสามารถแสดงการเรียกใช้โปรแกรมใด ๆหน้าต่างโต้ตอบหรือในเมนูเริ่มต้นขึ้นอยู่กับพารามิเตอร์ที่ระบุ :

" C : Program Files N ใน N เริ่มต้น . exe " run_dialog
" c : / โปรแกรม ไฟล์ใน N เริ่มต้น . exe " start_menu
ในทุกรูปแบบ พารามิเตอร์ / กล่อง : sandboxname สามารถใช้ได้และอาจจะระบุ ระหว่าง start.exe และพารามิเตอร์เพื่อระบุข้อมูลชื่ออื่นมากกว่าค่าเริ่มต้นของ defaultbox . ตัวอย่าง :

" C : Program Files N ใน N เริ่มต้น . exe " / กล่อง : testbox run_dialog
รูปแบบพิเศษของพารามิเตอร์ / กล่อง / กล่อง : __ask__ และสาเหตุ start.exe แสดงกล่องเลือกกล่องโต้ตอบ

พารามิเตอร์ / nosbiectrl สามารถใช้เพื่อให้แน่ใจว่า เริ่มexe ไม่พยายามที่จะเรียกใช้โปรแกรมในการควบคุมก่อน sandboxed

" C : Program Files N ใน N เริ่มต้น . exe " / nosbiectrl calc.exe
พารามิเตอร์ / เงียบสามารถใช้ขจัดบางผุดขึ้นข้อผิดพลาดข้อความ ตัวอย่าง :

" C : Program Files N ใน N เริ่มต้น . exe " / เงียบ no_such_program . exe
ทั้งเงียบและปกติการ start.exe ออกกับศูนย์ออกรหัสในความสำเร็จหรือผลรวมของค่าในความล้มเหลว ในแฟ้มแบทช์ , ออกรหัส สามารถตรวจสอบการใช้ถ้า errorlevel สภาพ

พารามิเตอร์ / ยกระดับที่สามารถใช้เพื่อเรียกใช้โปรแกรม ด้วย administartor สิทธิพิเศษในระบบที่ควบคุมบัญชีผู้ใช้ ( UAC ) จะเปิดใช้งาน ตัวอย่าง :

" C : Program Files N ใน N เริ่มต้น . exe " ยกระดับ CMD EXE
พารามิเตอร์ / Env สามารถใช้ผ่านตัวแปรสภาพแวดล้อม :

" C : Program Files N ใน N เริ่มต้น . exe " / Env : variablename = variablevaluewithoutspace
" C : Program Files N ใน N เริ่มต้น . exe " / Env : variablename = " ตัวแปรค่ากับเป็น "
/ hide_window พารามิเตอร์สามารถใช้สัญญาณที่โปรแกรมเริ่มต้นควรแสดงของหน้าต่าง :

" C : Program Files N ใน N เริ่มต้น . exe " / hide_window cmd.exe / C automated_script ค้างคาว
.พารามิเตอร์ / รอสามารถใช้เพื่อเรียกใช้โปรแกรม รอให้มันเสร็จและกลับออกจากสถานะจากโปรแกรม :

" C : Program Files N ใน N เริ่มต้น . exe " / รอ CMD EXE
ทราบว่า start.exe เป็นโปรแกรมประยุกต์ Win32 และไม่ได้เป็นคอนโซลโปรแกรม ดังนั้นระบบ " เริ่มต้น " คำสั่งจะเป็นประโยชน์มาเพื่อบังคับให้ระบบรอ start.exe จบ : / รอ " C เริ่ม

: Program Files N ในเริ่มต้นexe " / รอ cmd / C ออก 9
9
%
% errorlevel สะท้อนระบบรอ start.exe ให้เสร็จ ซึ่งจะรอ " cmd / C ออก 9 " เสร็จแล้วออกจากสถานะ 9 คืนมา

พารามิเตอร์สามารถรวมในใบสั่งใด ๆ ตัวอย่าง :

" C : Program Files N ใน N เริ่มต้น . exe " / กล่อง : custombox / เงียบ / nosbiectrl myprogram . exe โปรแกรม


หยุดยกเลิกโปรแกรมทั้งหมดทำงานใน sandbox ที่เฉพาะเจาะจง หมายเหตุว่า การร้องขอจะถูกส่งผ่านไปยังในบริการ sbiesvc ซึ่งจริงๆ แล้วดำเนินการสิ้นสุด

" C : Program Files N ใน N เริ่มต้น . exe " / ยกเลิก
" C : Program Files N ใน N เริ่มต้น . exe " / กล่อง : testbox / ยกเลิก
" C : Program Files ใน N เริ่มต้น . exe " / terminate_all
ถ้าพารามิเตอร์ / กล่อง : sandboxname คือ ละเว้นโปรแกรมที่ใช้ในการเริ่มต้น defaultbox Sandbox จะหยุด

แบบฟอร์ม / terminate_all สิ้นสุดลง ทุกโปรแกรม ทุก sandboxes .



รายการรายชื่อโปรแกรมระบบกระบวนการ ID ตัวเลขสำหรับโปรแกรมทั้งหมดทำงานในเฉพาะ sandbox

" C : Program Files N ใน N เริ่มต้น . exe " / listpids
" C : Program Files N ใน N เริ่มต้น . exe " / กล่อง : testbox / listpids
ถ้าพารามิเตอร์ / กล่อง : sandboxname คือ ละเว้นโปรแกรมที่ใช้ในการเริ่มต้น defaultbox Sandbox จะอยู่

ออกมีรูปแบบเป็นหมายเลขเดียวต่อบรรทัด บรรทัดแรกประกอบด้วยหมายเลขของโปรแกรมตามกระบวนการ ID ต่อหนึ่งบรรทัด ตัวอย่างผลลัพธ์ที่ได้ :

" C : Program Files N ใน N เริ่มต้น . exe " / listpids | อีก
3



1664 136 384 หมายเหตุ start.exe เป็นคอนโซลโปรแกรมดังนั้น ผลผลิตไม่ได้ปรากฏในคำสั่งหน้าต่างถ้าคุณท่อส่งออกที่ใช้ก่อสร้าง เช่น | มากขึ้น

ลบเนื้อหาของ sandbox

" C : Program Files N ใน N เริ่มต้น . exe " delete_sandbox
" C : Program Files N ใน N เริ่มต้น . exe " delete_sandbox_silent
/ กล่อง : พารามิเตอร์ sandboxname อาจมีการระบุระหว่าง start.exe และคำสั่งลบ

ต่อท้าย _silent บนลบคำสั่งแสดงในเริ่มต้นควรเงียบๆไม่สนใจข้อผิดพลาดใด ๆและไม่แสดงข้อความผิดพลาดใด ๆ .

ลบการดำเนินงานเกิดขึ้นในสองขั้นตอน :

เฟส 1 จะสแกนเนื้อหาของข้อมูลและกระบวนการไฟล์ ซึ่งอาจก่อให้เกิดปัญหา ในขั้นตอนที่สอง :
( ทิศตะวันตกเฉียงเหนือเรียกว่าจุดแยกใหม่ ) จะถูกลบออก
อ่านไฟล์เท่านั้น และไดเรกทอรีที่ทำอย่างเต็มที่
%ไฟล์และไดเรกทอรีที่มีชื่อยาวมากจะถูกเปลี่ยนชื่อเป็นชื่อที่สั้นลง
เปลี่ยนชื่อ Sandbox รูปแบบ __delete_ ( ชื่อ Sandbox ) _ ( การสุ่มหมายเลข ) _ . ตัวอย่างเช่น ถ้า defaultbox sandbox คือ มันสามารถเปลี่ยน __delete_defaultbox_01c4012345678912 .
เฟส 2 ลบใด ๆที่ถูกประมวลผลใน sandboxes
เฟส 1sandboxes ที่ถูกประมวลผลในเฟสที่ 1 เป็นผู้ที่ได้รับการเปลี่ยนชื่อตามที่อธิบายไว้ข้างต้น .
มากกว่าหนึ่ง Sandbox อาจถูกลบในขั้นตอนที่ 2 .
โดยปริยาย มาตรฐานระบบบัญชาการ rmdir ใช้เพื่อลบโฟลเดอร์ชื่อ Sandbox .
หรือบุคคลที่สามลบโปรแกรมอาจใช้ เห็นการรักษาความปลอดภัยลบ sandbox .
ออก delete_sandbox สั่งให้เริ่มexe เรียกระยะที่ 1 ตามด้วย เฟส 2 start.exe ยังยอมรับคำสั่งเหล่านี้จะใช้เฉพาะช่วง :

" C : Program Files N ใน N เริ่มต้น . exe " delete_sandbox_phase1
" C : Program Files N ใน N เริ่มต้น . exe " delete_sandbox_phase2
" C : Program Files N ใน N เริ่มต้น . exe " delete_sandbox_silent_phase1
" C : Program Files n n เริ่มใน . exe " delete_sandbox_silent_phase2 ค่า


โหลดคำสั่งนี้จะโหลดการตั้งค่าในใน sandboxieini เข้าไปอยู่ในไดรเวอร์ โดยปกติประโยชน์หลังจากการแก้ไขด้วยตนเองแฟ้ม sandboxie.ini

" C : Program Files N ใน N เริ่มต้น . exe " / โหลด
หมายเหตุโหลดการตั้งค่าไม่มีผลบังคับใช้ใน sandboxed โปรแกรมที่ใช้ เมื่อคำสั่งนี้ออก



ปิดการใช้งานโปรแกรมบังคับต่อไปนี้คำสั่งรันโปรแกรมภายนอก sandox แม้ว่าโปรแกรมจะบังคับ มันคล้ายกับการใช้ตัวเลือกจาก sandbox sandbox วิ่งข้างนอกหน้าต่างเลือกของวิ่ง sandboxed สั่ง

" C : Program Files N ใน N เริ่มต้น . exe " / dfp C : ทางโปรแกรม . exe
" C : Program Files N ใน N เริ่มต้น . exe " / disable_force C : ทางโปรแกรม . exe
หมายเหตุ / dfp และ / disable_force เหมือนกัน

เป็นรูปแบบเก่าของคำสั่งนี้ชั่วคราวสามารถปิดการใช้งานโหมดบังคับโปรแกรม สำหรับโปรแกรมทั้งหมด มันคล้ายคลึงกัน ในการทำงานเพื่อใช้ปิดโปรแกรมบังคับบัญชาจากถาดไอคอนในเมนูในการควบคุม ( ไม่ใช่เมนู File )

" C : Program Files N ใน N เริ่มต้น . exe " disable_force
หมายเหตุพลาดเฉือนในคำสั่งนี้ วากยสัมพันธ์ยังทราบว่าคำสั่งนี้ไม่ใช่สลับ . มันมักจะทำให้การใช้งานโปรแกรมโหมดบังคับผลเสมอและรีสตาร์ท นับถอยหลัง ในเวลานี้ start.exe ไม่เสนอวิธีที่จะขอยกเลิกโหมดนี้

มีวัสดุการอ่าน

ดู injectdll sbie DLL และ API

ไปช่วยเรื่อง
การแปล กรุณารอสักครู่..
 
ภาษาอื่น ๆ
การสนับสนุนเครื่องมือแปลภาษา: กรีก, กันนาดา, กาลิเชียน, คลิงออน, คอร์สิกา, คาซัค, คาตาลัน, คินยารวันดา, คีร์กิซ, คุชราต, จอร์เจีย, จีน, จีนดั้งเดิม, ชวา, ชิเชวา, ซามัว, ซีบัวโน, ซุนดา, ซูลู, ญี่ปุ่น, ดัตช์, ตรวจหาภาษา, ตุรกี, ทมิฬ, ทาจิก, ทาทาร์, นอร์เวย์, บอสเนีย, บัลแกเรีย, บาสก์, ปัญจาป, ฝรั่งเศส, พาชตู, ฟริเชียน, ฟินแลนด์, ฟิลิปปินส์, ภาษาอินโดนีเซี, มองโกเลีย, มัลทีส, มาซีโดเนีย, มาราฐี, มาลากาซี, มาลายาลัม, มาเลย์, ม้ง, ยิดดิช, ยูเครน, รัสเซีย, ละติน, ลักเซมเบิร์ก, ลัตเวีย, ลาว, ลิทัวเนีย, สวาฮิลี, สวีเดน, สิงหล, สินธี, สเปน, สโลวัก, สโลวีเนีย, อังกฤษ, อัมฮาริก, อาร์เซอร์ไบจัน, อาร์เมเนีย, อาหรับ, อิกโบ, อิตาลี, อุยกูร์, อุสเบกิสถาน, อูรดู, ฮังการี, ฮัวซา, ฮาวาย, ฮินดี, ฮีบรู, เกลิกสกอต, เกาหลี, เขมร, เคิร์ด, เช็ก, เซอร์เบียน, เซโซโท, เดนมาร์ก, เตลูกู, เติร์กเมน, เนปาล, เบงกอล, เบลารุส, เปอร์เซีย, เมารี, เมียนมา (พม่า), เยอรมัน, เวลส์, เวียดนาม, เอสเปอแรนโต, เอสโทเนีย, เฮติครีโอล, แอฟริกา, แอลเบเนีย, โคซา, โครเอเชีย, โชนา, โซมาลี, โปรตุเกส, โปแลนด์, โยรูบา, โรมาเนีย, โอเดีย (โอริยา), ไทย, ไอซ์แลนด์, ไอร์แลนด์, การแปลภาษา.

Copyright ©2025 I Love Translation. All reserved.

E-mail: