Quote:
Originally Posted by jey
Does this work in Windows XP Home edition?
I've tried that code and one other;
Code:
Windows Registry Editor Version 5.00
;Drive Icons
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\A]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\A\DefaultIcon]
@="C:\\windows\\Resources\\Icons\\A.ico"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon]
@="C:\\windows\\Resources\\Icons\\C.ico"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\D]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\D\DefaultIcon]
@="C:\\windows\\Resources\\Icons\\D.ico"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\E]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\E\DefaultIcon]
@="C:\\windows\\Resources\\Icons\\cd.ico"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\F]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\F\DefaultIcon]
@="C:\\windows\\Resources\\Icons\\F.ico"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\G]
@="C:\\windows\\Resources\\Icons\\G.ico"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\G\DefaultIcon]
@="C:\\windows\\Resources\\Icons\\G.ico"
;Folder Icon
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"3"="C:\\WINDOWS\\Resources\\Icons\\Folder.ico"
I found this at another forum, and it's about the same code as yours, and I've also tried to combine it.
Nothing works =/
As I said, is it because of Home Edition or is my computer just hating me? <3
/jey
|
Sorry Jey, I had to look in my threads to find it again...
To answer your question, I don't know if it works with XP Home, it should but Home lacks a few things compared to XP so it is not impossible that it won't. I assumed it would but it has only been confirmed to work in XP Pro 32-bit and Vista 64-bit.
Note: if you are using this in XP Pro x64, XP Home or Vista x32, please let me know so I can update the first post so others know if it works on their OS or not. Thanks.