Ruggiero
(Just in Town)
2017-10-17 02:39 PM
Windows 10 UAC enable kiXtart

Hi All,

I have a couple windows 10 pc in a active directory domain environment.
To map network drivers they used kixtart script running at logon.
It's configured in users logon script.
kixstat version 4.67 saved on \\domain\NETLOGON folder
On windows 7 all work fine.
Same configuration on windows 10 doesn't work.
all users are user group, uac is active, and i can't disable it because calc.exe and other features doesn't work.

error is:
access denied
you have to run this utility in elevated mode




AllenAdministrator
(KiX Supporter)
2017-10-17 03:50 PM
Re: Windows 10 UAC enable kiXtart

Something doesnt sound right. I have nearly 200 pcs running windows 10 and don't have any issues with mapping drives.

Please describe your login process and if possible post the script in question.


Ruggiero
(Just in Town)
2017-10-17 04:39 PM
Re: Windows 10 UAC enable kiXtart

This is my script:

use n: /delete
use p: /delete
use q: /delete
use r: /delete
use t: /delete
use s: /delete

use s: "\\server1\world$"
use t: "\\server2\regions$"
use q: "\\server3\towns$"
SELECT
CASE ingroup ("fax")
use r: "\\server4\fax$"



it's saved in \\domain\NETLOGON folder
On active directory user profile login script run: "kix32.exe mapdrive.sc"

here the error message
[img]https://ibb.co/iixTwR[/img]


AllenAdministrator
(KiX Supporter)
2017-10-17 05:21 PM
Re: Windows 10 UAC enable kiXtart

A couple of things...

The access denied may be coming from something else. Your command prompt box shows Windows Script Host, which I believe is a vbscript.

Your Select\Case is missing the Endselect

Place
? @result + " - " + @serror
under each use statement as a test to see what your results really are.