Ok... I have set 'DelayedDesktopSwitchTimeout' to 0 and have set 'Run Logon Script Visible' and 'Wait for Network at Startup' to enabled, but my logon script is still starting minimized...


I have changed the start of the script to this for testing... no affect.
 Code:
Break On
$RC=SetConsole("FOREGROUND")
$RC=SetConsole("ALWAYSONTOP")
$RC=SetTitle("Logon Script")
$RC=SetFocus("Logon Script")


BUT if I create a batch file with the following code it DOES always show...
 Code:
@ECHO OFF
%0\..\KIX32.EXE


This isn't making much sense...


Edited by dwsykes (2017-07-24 08:38 PM)