72_Cutlass_S Posted April 22, 2007 Posted April 22, 2007 Can anybody show me (screenshots) or tell me how to create a new icon file and then change out them out with the original ones?THANKS
awergh Posted April 23, 2007 Posted April 23, 2007 are you asking whether you want to restore the original 98 icons?or are you asking whether you want to change the 98 icons to newer ones?
chillinfart Posted April 23, 2007 Posted April 23, 2007 (edited) Can anybody show me (screenshots) or tell me how to create a new icon file and then change out them out with the original ones?THANKS For create a icon file you just need paint and resize the image to 16x16 or 32x32 pixels (other sizes may slow your system when the icons are used). Save them as .bmp and changes its extension to .ico Then confirm the warning and enjoy... Desktop standars icons(My Computer, My documents, ...) can be changed from Display settings. But if you want apply to a folder without a third party solution, just edit the desktop.ini file (each folder has one. Create it if doesn't exists) Add this:Iconfile=nameoficon.icoIconindex=0 About the first line I recommend to put the icon in the folder what you want to modify. The last line is for icon libraries (dll files for example) and each number represents an order. This line is optional for .ico files(its value is 0 because .ico files has only one icon ). Finally, change the folder attribute to read only. Refresh and enjoy again(It's possible that you need to reopen the explorer). Edited April 23, 2007 by chillinfart
j7n Posted April 24, 2007 Posted April 24, 2007 You need an icon editing software, such as ArtIcons. It is critical to have all common icon sizes in one file, the most commonly used sizes (apart from XP/Vista/Nero7 nightmare) are 16x16 (Explorer detail's view) and 32x32. To import an icon into an exe file, you need Resource Hacker. Take care and test your program with the modifications.To change Explorer shell icons, such as My Computer, Directory, and Hard Disk, you need to edit the Registry. Various software exists for changing these icons, but all they do is edit this same registry key. I've used this valued in this key to restore the original sharp icons in WinXP.HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell IconsThe (possibly inacurate) list of changeable icons:0 (Explorer) Unknown File Type1 (Explorer) Default Document2 (Explorer) Default Application3 (Explorer) Closed Folder4 (Explorer) Open Folder5 (Drive) 5.25 inch floppy6 (Drive) 3.5 inch floppy7 (Drive) Removable Drive8 (Drive) Hard Drive9 (Drive) Network Drive10 (Drive) Network Drive disconnected11 (Drive) Cd-ROM Drive12 (Drive) RAM Drive13 Entire network (globe)14 ??15 (Explorer) Networked Computer16 (Explorer) Printer(s)17 (Desktop) Network Neighborhood18 (Explorer) Workgroup19 (Startmenu) Programs20 (Startmenu) Recent documents21 (Startmenu) Settings22 (Startmenu) Find23 (Startmenu) Help24 (Startmenu) Run25 (Startmenu) Suspend26 (Startmenu) Docking27 (Startmenu) Shutdown28 (Overlay) Sharing29 (Overlay) Shortcut30 (Overlay) ??31 (Desktop) Recycle bin empty32 (Desktop) Recycle bin full33 (Explorer) Dial-up Networking34 (Explorer) Desktop35 (Startmenu) Settings/Control Panel36 (Startmenu) Programs/Program folder37 (Startmenu) Settings/Printers38 ??39 (Startmenu) Settings/Taskbar40 (Explorer) Audio CD42 (Explorer) Saved search (.fnd)43 (Explorer & Startmenu) Favorites44 (Startmenu) Log OffFor example to change the icon of floppy diskette, you create a String value called "6" that contains the full path to your new icon, such as "c:\icons\floppy_drive_3-5.ico,0". The zero digit at the end indicates the first icon in case the target (DLL, EXE, CPL, etc) contains multiple icons.
72_Cutlass_S Posted April 24, 2007 Author Posted April 24, 2007 Thanks downloaded Resource Hacker now I just have to find me some good icons, any recommendations?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now