|
|
Question : Problem: Is there any way to invoke the Add network Place Wizard from command line? Is there an EXE? Trying to publish through Citrix
|
|
Hello,
We are beginning to switch over to a citrix environment which so far has proven fairly successful. However, since we are publishing applications (not the desktop) the users do not have the ability to add a network place. We work with Sharepoint for doc storange and being able to create network places to sharepoint locations is a must.
If the Add a Network Place Wizard is an EXE then I can publish that as an application which would allow users to add network places to their profile. But first, i need to figure that out.
Citrix Presentation Server 4.5 Windows Server 2003 R2
|
Answer : Problem: Is there any way to invoke the Add network Place Wizard from command line? Is there an EXE? Trying to publish through Citrix
|
|
Publish this command: %Systemroot%\system32\rundll32.exe netplwiz.dll,AddNetPlaceRunDll You can pick a symbol for example from %systemroot%\system32\shell32.dll
|
|
|