I want to change the icons for JavaScript [.js] file types without the use of external software.
- One online guide suggested to:
- Note the value [
Applications\Code.exe] of the below key; however, as far as I know, this only refers to the application this file type is opened with by default:HKCU\Software\Microsoft\Windows\CurrentVersion\.js\ProgID - Change the icon path of the below key, which would change all icons for file types opened with VS Code:
HKCR\Applications\Code.exe\DefaultIcon
- Note the value [
- Another guide suggested to:
How do I assign a custom icon for a file type that overwrites the default icon of the app that opens this file type by default?
5 Reset to default