appunti + note x gestione child process
This commit is contained in:
@@ -134,6 +134,13 @@ namespace IOB_WIN
|
||||
private static void apriDumpAgent()
|
||||
{
|
||||
string path = Application.StartupPath;
|
||||
|
||||
// da testare x aprire chiudere risorsa...
|
||||
//Process childProc = new Process();
|
||||
//childProc.CloseMainWindow();
|
||||
|
||||
//ProcessStartInfo psi = new ProcessStartInfo();
|
||||
//psi.FileName = string.Format(@"{0}\..\..\dump\dump.exe", path);
|
||||
try
|
||||
{
|
||||
Process.Start(string.Format(@"{0}\..\..\dump\dump.exe", path));
|
||||
|
||||
@@ -51,7 +51,8 @@ Il computer deve avere
|
||||
- **Disabilitare** infine **gli aggiornamenti di windows** per evitare che il PC possa avere problemi e/o riavviarsi in automatico (Win10):
|
||||
- servizi (come amministratore)
|
||||
- vedere proprietà del servizio
|
||||
- mettere **Disabilitato**
|
||||
- **arrestare** se avviato, mettere **Disabilitato**
|
||||
- verificare non riparta con windows update (NON DEVE funzionare...)
|
||||
|
||||
## Applicativo
|
||||
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user