Unable to set as the default browser after directly moving the Google Chrome folder

Problem: Disk c is full. Move some software qq browser and Google Chrome folders directly to disk D, and click the application directly to use it. However, a blue icon is displayed when setting the default browser, and the corresponding location cannot be found. .

Solution: Record the original Google installation location, the default is: C:\Users\Default\AppData\Local\Google

Record the location after the move, I saved it in D:\Program Files\Chrome.

win+r, enter cmd, enter the command manager, enter

mklink "C:\Users\Default\AppData\Local\Google"  "D:\Program Files\Chrome"。

After pressing Enter, set the default program in Google Chrome, open the setting page again, and you can see the normal icon.

 

Guess you like

Origin blog.csdn.net/Xu_programmer/article/details/105783816