diff --git a/IOB-WIN/MainForm.cs b/IOB-WIN/MainForm.cs index 2d111773..77347d2b 100644 --- a/IOB-WIN/MainForm.cs +++ b/IOB-WIN/MainForm.cs @@ -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)); diff --git a/README.md b/README.md index 18dd3eba..06517a55 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.pdf b/README.pdf index 87742215..df70c224 100644 Binary files a/README.pdf and b/README.pdf differ