Before I tried a variety of ways to go to the small arrow, all occurrence sequela, Google it today (don't report me fq)
Finally found a way to present the most perfect way, that is using the system's own icon library file imageres. DLL, the shortcut to replace any small arrow,
(in fact, the way I thought of myself)
Methods the following
1. Remove the small arrow
Reg the add "HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Shell Icons" 29/d/v "% systemroot % \ system32 \ imageres DLL, 197" reg_sz/t/f
Taskkill/f/im explorer. Exe
Attrib - s - r - h "\ % userprofile % AppData \ Local \ iconcache db"
Del "% userprofile % \ AppData \ Local \ iconcache db"/f/q
Start explorer
Pause
Copy the code
Copy the code above, create a new text file, paste and save as. Bat file, and then turn it on as an administrator,
ok!
2. Restore the small arrow
Reg the delete "HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Shell Icons" 29/f/v
Taskkill/f/im explorer. Exe
Attrib - s - r - h "\ % userprofile % AppData \ Local \ iconcache db"
Del "% userprofile % \ AppData \ Local \ iconcache db"/f/q
Start explorer
Pause
Copy the code
Similarly, save as the above code. Bat file, an administrator to open, can restore the small arrow,
PS: 1 do not cause any problems with this approach (for example, by removing isshortcut registry to manage to open it, can not be fixed to the task bar, etc.)
Can be at ease use,
CodePudding user response:
Program is, shortcut is the shortcut, or different nature, modifiedCodePudding user response: