Hi All,
I use Markdmac's logon script to map users to Shared Folders on Windows 2003 active directory Services.
When I integrated the following script that "Clear Temporary Internet Files on Exit"
"' This code will empty the Temp Internet Files on Exit
'=====================================
Dim tempiepath
tempiepath = "HKCU\Software\Microsoft\Windows\"
WSHShell.RegWrite tempiepath & "ShellNoRoam\MUICache\@inetcplc.dll,-4750","Empty Temporary Internet Files folder when
browser is closed","REG_SZ"
WSHShell.RegWrite tempiepath & "CurrentVersion\Internet Settings\Cache\Persistent","0","REG_DWORD"
Set tempiepath = nothing"
to the existing script, the Script did not clear my users Internet Temporary File.
Can anybody who has used this succesfully tell me what to do so that My TEMP internet files are deleted when I exit the browser.
Thanks
I use Markdmac's logon script to map users to Shared Folders on Windows 2003 active directory Services.
When I integrated the following script that "Clear Temporary Internet Files on Exit"
"' This code will empty the Temp Internet Files on Exit
'=====================================
Dim tempiepath
tempiepath = "HKCU\Software\Microsoft\Windows\"
WSHShell.RegWrite tempiepath & "ShellNoRoam\MUICache\@inetcplc.dll,-4750","Empty Temporary Internet Files folder when
browser is closed","REG_SZ"
WSHShell.RegWrite tempiepath & "CurrentVersion\Internet Settings\Cache\Persistent","0","REG_DWORD"
Set tempiepath = nothing"
to the existing script, the Script did not clear my users Internet Temporary File.
Can anybody who has used this succesfully tell me what to do so that My TEMP internet files are deleted when I exit the browser.
Thanks