Im trying to push out some HKCU keys via a login script but am having trouble with any account other than the administrators. I know there are restrictions on HKCU which is why im using the runas command with the administrator account to execute it. The script says that it runs sucessfully but...
Im pasting this from the Citrix Advanced concepts guide...
"During
login, the auto-created client printers are checked against a banned list of printers
that are restricted. This allows you to enforce banning print drivers which may
cause issues on the MetaFrame XP servers.
You can...
I agree with rayzze, the advanced techinal design guide from Brain Madden is the Bible for Metaframe. I would also get the metaframe documentation from Citrix's website (SP3 and the advanced concepts guide), it will help give you a high level understanding on things.
anyone know how to disable the message you receive the first time you run Internet Explorer from a terminal session?
"Internet Explorer is not currently your default browser. Would you like to make it you default browser?"
Is there a registry key that will disable this message so...
Thanks for the prompt response JohnTcolo, but i failed to mention that we are using Metaframe 1.8 and the users are on wyse terminals so there isn't a "local" time. The only time that comes into play is the time on the server. I know that there is a setting that you can configure on a...
We have Metaframe servers that reside in the Eastern Time zone that are utilized by users nation wide. When a user in Florida sends a meeting request to a user is California through Outlook and the Cali user accepts the request, it goes into thier calander in Florida time (3 hours ahead). What...
Can you give more details? You say you want to "push" a text file to them but they connect via Citrix? Try posting a portion of your batch script, it might help show what result your going for.
is there a logical pattern to which workstations aren't getting the message (ie, certain parts of a building or floor, a particular department) or is it sporadic?
What is yout network architecture like? Do you have VLANS setup? If so that will stop broadcast messages from reaching other subnets.
Also many virus software packages have a form of firewall installed by default (ie PC Cillin). Check the virus settings for it.
you need to set NTLM on the telnet server to "0".
1. Make sure that the telnet service is running.
2. Go to the telnet server administration
3. Select option 3
4. Set NTLM to "0"
5. stop and restart the telnet service
6. reconnect using hyperterminal
you should be good to go.
Don’t know where you’re going wrong so I’ll give you the steps that I use (I will use the scenario as if you were running your scripts from the Netlogon directory on your domain controller)….
1. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system. From here you...
There is a utility in the 2k res kit (Autoexnt.exe) that will let you execute a custom batch file at startup without having to logon to the machine. The ideal scenario would be to setup the pcs nics with wake-on-LAN to start them up simutaniously, at which point they would execute the script...
I dont know what you mean by an "entire" registry. Your simply doing a silent import using regedit.exe instead of regini. It does copy the other registry values within the system key but as long as those are set the way you want it doesn't matter. Did you try it???
I think you might...
to use in a logon script....
export the .reg file in question to a shared location either on you local pc or where ever you run your script from. in your batch file use this...
cmd /c %SystemRoot%\REGEDIT.EXE /S %computername%\%sharename%\DontDisplayLastUserName.reg
where %computername% is...
I dont know of any freeware utilities, but depending on how long you can wait, there is a great utility from Winternals called ERD commander. You can order a demo from them (takes about a week)that will tap into the systems SAM and allow you to change the admin password. Or you can download it...
The O/S version is irrelivent. It depends on the app and how it was developed. A way around this is to use terminal services on 2k server. You can install the app on the server and give the term serv client to the users that you want to have access to. Make sure you do some locking down on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.