Hi, i have a specific user working in Citrix environment that has this problem. When she tries to open OUTLOOK , it says that the file Mapi32.dll seems to be corrupted and you need to re-install office and outlook wont work. I know it is a security issue because outlook works fine when I give...
ok sorry ..i found a simple way to make it work.
If you want to know .. here is the solution :
Just put a 'start' before calling EXPLORER.exe
----
@echo off
net use P: /delete
net use T: /delete
net use U: /delete
net use R: /delete
net use P: \\caij-filesrv\public
net use T...
First of all Hi. I found this forum and it seems to be great. I will try to participate and help.
here is my question.
I use an environment for TS user. It calls a batch file.
Here it is.
--------
@echo off
net use P: /delete
net use T: /delete
net use U: /delete
net use R: /delete
net use...
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.