|
Hi all,
I created a script that runs by adding it as a registry entry via this command in a kix script:
$RC = WriteValue("HKCU\Software\Microsoft\Windows\CurrentVersion\RunOnce","KiXScript","\\server\share\kixscript.bat","REG_SZ")
Now I have stopped using the script that calls this into the registry ... but for some reason it keeps running every single time I login.
But instead of being where it's supposed to it shows up here: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run\kixscript.bat
We are on a Citrix server ..... any ideas why this would occur over and over even though it's not called by the script?? It appears to be stuck in the registry even after I manually delete and log out.... as soon as I log in it is back.
Any ideas would be appreciated!
Thanks,
Faithfulman
|