Quantcast
Viewing all articles
Browse latest Browse all 240675

Re: Cisco Jabber Client 9.0.x ThinApp Issues

No Problem.

 

One last thing I will add is that you may want to advise your users to chance their browser settings to deleteing their temporary internet files and cookies on exit or script the removal as this can cause the userprofile.7z to grow significantly in size.  I created a batch file that runs as a scheduled task 1 hour after login to clear a number of folders and haven't had any complaints so far.  Here are the folders we are removing:

 

RD /S /Q "C:\Users\%username%\AppData\Local\assembly"
RD /S /Q "C:\Users\%username%\AppData\Local\Microsoft\Windows\Temporary Internet Files"
RD /S /Q "C:\Users\%username%\AppData\Local\Microsoft\Windows\Explorer"
RD /S /Q "C:\Users\%username%\AppData\Local\Microsoft\Windows\SchCache"
RD /S /Q "C:\Users\%username%\AppData\Local\Microsoft\Windows Mail"
RD /S /Q "C:\Users\%username%\AppData\Local\Microsoft\Media Player"
RD /S /Q "C:\Users\%username%\AppData\Local\Temp"

 

Jon


Viewing all articles
Browse latest Browse all 240675

Trending Articles