Hellooooooooo
Technical User
Hello everyone.
I'm trying to change the settings of the Outlook temp file that each user has.
Here's the plot. We have Win2k Workstations with Office 2003 Pro installed connecting to a Exchange 5.5. When a user gets a email with an attachment, they double click on the attachment and open it. A copy of the file is saved in the users Temp location e.g.
C:\Documents and Settings\Marty\Local Settings\Temporary Internet Files\OLK### with 3 random numbers after OLK.
What I want to do is change the location to D:\Documents and Settings\Marty\Local Settings\Temporary Internet Files\OLK###. This way they will not be using up the space on the C Drive and stopping the virus scanner running.
I’ve had a look at the registry and tried to use the logon.vbs to write the following:
strKey="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache"
objShell.RegWrite strKey, "D:\Documents and Settings\499465g\Local Settings\Temporary Internet Files", "REG_SZ"
It changes the entry in the registry, however files are still saved onto the C: Drive.
Has anyone else played with this idea, or know of a better solution.
As it's Friday afternoon, I'm going to do runner while it's all looking good.
Have a good weekend everyone.
Laters
Marty
I'm trying to change the settings of the Outlook temp file that each user has.
Here's the plot. We have Win2k Workstations with Office 2003 Pro installed connecting to a Exchange 5.5. When a user gets a email with an attachment, they double click on the attachment and open it. A copy of the file is saved in the users Temp location e.g.
C:\Documents and Settings\Marty\Local Settings\Temporary Internet Files\OLK### with 3 random numbers after OLK.
What I want to do is change the location to D:\Documents and Settings\Marty\Local Settings\Temporary Internet Files\OLK###. This way they will not be using up the space on the C Drive and stopping the virus scanner running.
I’ve had a look at the registry and tried to use the logon.vbs to write the following:
strKey="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache"
objShell.RegWrite strKey, "D:\Documents and Settings\499465g\Local Settings\Temporary Internet Files", "REG_SZ"
It changes the entry in the registry, however files are still saved onto the C: Drive.
Has anyone else played with this idea, or know of a better solution.
As it's Friday afternoon, I'm going to do runner while it's all looking good.
Have a good weekend everyone.
Laters
Marty