This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Chrome issue after migration of computer

Hi,

We are getting very weird issue as when we are migrating computers to new AD domain using RUM, users are coming with the issues of either chrome doesn't at all able to open any Internet site or loading sites are damn slow. This issues are not coming to all users who have been migrated but it is also not rare. when we reset Google Chrome it gets resolved, but resetting Chrome on all affected system is also not feasible.  

Parents
  • I'm having the exact same issue, will try the Cookie thing.  Did the cookie thing end up working for you, Anees?

  • we made it script for the same to reset cookies. before running below two commands, please make sure that user's chrome should be closed and do End task from task manager if required.

    del /q /s /f "C:\Users\%username%\AppData\Local\Google\Chrome\User Data\Default\Cookies"

    del /q /s /f "C:\Users\%username%\AppData\Local\Google\Chrome\User Data\Default\Cookies-journal"

Reply
  • we made it script for the same to reset cookies. before running below two commands, please make sure that user's chrome should be closed and do End task from task manager if required.

    del /q /s /f "C:\Users\%username%\AppData\Local\Google\Chrome\User Data\Default\Cookies"

    del /q /s /f "C:\Users\%username%\AppData\Local\Google\Chrome\User Data\Default\Cookies-journal"

Children