IMan
(Fresh Scripter)
2010-02-24 05:52 PM
KIX and Windows 7 logon script issue

When i logon to a windows 7 PC the script shows up for a second then dissapears and nothing is mapped, but if i manually run it then it works fine, i turned off UAC thinking that was the issue but it is still happening. Any suggestions? I am running Windows 7 Enterprise with Kix version 4.61. I also have windows xp pro PC's using the same script with no issues.

Glenn BarnasAdministrator
(KiX Supporter)
2010-02-24 07:47 PM
Re: KIX and Windows 7 logon script issue

Is this a traditional or GPO script?

If traditional, what is the user profile setting where the script is defined?

If it launches with a BAT file, can you post it?

Glenn


RUgolini
(Fresh Scripter)
2010-03-03 11:34 AM
Re: KIX and Windows 7 logon script issue

Hello everybody, I'm new at this forum.
I have the same problem of IMan.
I have a traditional KIX script laucnhed by a .CMD file.. With Windows 7, the script didn't start..
My CMD file is on the Domain Server here: %LOGONSERVER%\NETLOGON\

Where should be the problem with Windows 7 (in my company we have a lot of Windows XP clients, and the script works fine..)

Thank you all,
Roberto


Mart
(KiX Supporter)
2010-03-03 12:01 PM
Re: KIX and Windows 7 logon script issue

Hi Roberto,

In the future please start a new thread and if needed link to any other threads that are relevant for your issue.

The script does not run at all or is it just not visible?
Windows 7 (as did Windows Vista) show the welcome screen until the scrip(s) are done and the desktop is fully loaded. You can disable that by setting the registry keys below.

Have a look at this KB article: http://support.microsoft.com/kb/940452

 Quote:

Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
Value: DelayedDesktopSwitchTimeout
Data: 0


RUgolini
(Fresh Scripter)
2010-03-03 12:16 PM
Re: KIX and Windows 7 logon script issue

Hi Mart,
sorry for my mistake !!

Well I use the script to map network drive and network printer, and the script didn't start at all..

Thank you again
Roberto


Mart
(KiX Supporter)
2010-03-05 03:47 PM
Re: KIX and Windows 7 logon script issue

Sorry for the late reply.

Can you start the script manually after logon?


miklein
(Just in Town)
2010-03-16 02:15 PM
Re: KIX and Windows 7 logon script issue

Hello,

i have the same problem with windows 7. Seee post: http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=198076#Post198076

when the primarygroup variable ist empty the script not conneted my network
shares. This doesnt happen at every login. At the next login the variable ist not empty and then the script connect my shares.

Sample Script:
If @PRIMARYGROUP = "group"
use n: "\\server\share0"
use p: "\\server\share1"



Greetings

Michael


Mart
(KiX Supporter)
2010-03-16 05:01 PM
Re: KIX and Windows 7 logon script issue

Please do not cross post.
See the reply in http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=198076