appunti + note x gestione child process

This commit is contained in:
Samuele E. Locatelli
2017-12-06 17:19:27 +01:00
parent 5a12952f85
commit ed9fcabaad
3 changed files with 9 additions and 1 deletions
+7
View File
@@ -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));
+2 -1
View File
@@ -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
View File
Binary file not shown.