diff --git a/DS4Windows/Program.cs b/DS4Windows/Program.cs index 103ae44..8436793 100644 --- a/DS4Windows/Program.cs +++ b/DS4Windows/Program.cs @@ -104,12 +104,12 @@ namespace DS4Windows //if (mutex.WaitOne(TimeSpan.Zero, true)) //{ createControlService(); - //rootHub.createHidGuardKey(); + rootHub.createHidGuardKey(); //rootHub = new ControlService(); Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new DS4Form(args)); - //rootHub.removeHidGuardKey(); + rootHub.removeHidGuardKey(); //mutex.ReleaseMutex(); //}