home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / toolbar / wmac302b.zip / Folder.txt < prev    next >
Text File  |  1996-09-09  |  3KB  |  105 lines

  1.  
  2.  
  3.   How to change the Win95 default yellow color folders to Mac folder icons
  4.   ________________________________________________________________________
  5.  
  6.  
  7.    To change standard Win95 folder icons, you could either follow the steps 
  8. below CAREFULLY, or you could get a shareware called Microangelo 2.1 from 
  9. Impact Software and use a program called Microangelo Engineer to change the 
  10. folder icon and rebuild the icon cache for you. The address is:
  11.  
  12.    "http://www.impactsoft.com/"         or 
  13.  
  14.    "ftp://ftp.impactsoft.com/pub/impactsoft/ma21.zip" 
  15.  
  16. To do it yourself:
  17. ------------------
  18.    Note: If you have MS Plus installed, follow steps 1,2,4,5,6.
  19.          If you don't have MS Plus, follow steps 1,2,3,5,6.
  20.  
  21.    1) Run Regedit.exe (Registry Editor should be used with precautions).
  22.  
  23.    2) On the left pane, keep opening until you get to the subkey -
  24.  
  25.        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft
  26.         \Windows\CurrentVersion\explorer\Shell Icons
  27.  
  28.    3) If you have MS Plus, jump to Step 4 now,
  29.       otherwise look to the right pane. It should contain only one line.
  30.  
  31.     On the right pane, right click the mouse to create a 
  32.     new string value called 3. Do it again for the value 4.
  33.  
  34.     Now you should see three lines:
  35.     ------------------------------------------------------
  36.      Name        | Data
  37.     ------------------------------------------------------
  38.     [ab](Default)      (value not set)
  39.     [ab]3          ""
  40.     [ab]4          ""
  41.     
  42.     
  43.     ------------------------------------------------------
  44.  
  45.     Now double click 3 and then in the "Value data" entry 
  46.     of the popup window type:
  47.     
  48.     c:\program files\winmac\icons\folder.ico,0
  49.  
  50.     Similarly, double click 4 and type:
  51.  
  52.     c:\program files\winmac\icons\open.ico,0
  53.  
  54.  
  55.     Now the right pane would become:
  56.     -------------------------------------------------------
  57.      Name        | Data
  58.     -------------------------------------------------------
  59.     [ab](Default)      (value not set)
  60.     [ab]3          "c:\program files\..(etc)..\folder.ico,0"
  61.     [ab]4          "c:\program files\..(etc)..\open.ico,0"
  62.  
  63.  
  64.     -------------------------------------------------------
  65.  
  66.       Now you should jump to Step 5.
  67.  
  68.    4) This step assumes you have MS Plus and skipped step 3.
  69.       On the right pane, scroll down to "3" for the folder icons 
  70.       (about 20 lines down).
  71.  
  72.     Double click "3" to modify the data.
  73.  
  74.     For a standard Win95 without Plus, the default entry is
  75.         "C:\WIN95\SYSTEM\shell32.dll,3"
  76.  
  77.     For Microsoft Plus folder, the default entry is
  78.         "C:\WIN95\SYSTEM\cool.dll,11"
  79.  
  80.     To use Mac folder, change it to something like
  81.         "C:\Program Files\WinMac\Icons\Folder.ico,0"
  82.  
  83.     Similarly, double click "4" to modify the data:
  84.         "C:\WIN95\SYSTEM\shell32.dll,4" or
  85.         "C:\WIN95\SYSTEM\cool.dll,18"
  86.     with
  87.         "C:\Program Files\WinMac\Icons\Open.ico,0"
  88.  
  89.  
  90.    5) Restart your computer in DOS mode.
  91.  
  92.    6) At "C:\WIN95\" type:
  93.  
  94.     attrib -h shelli~1
  95.         (to unhide a file called Shelliconcache)
  96.     del shelli~1
  97.         (to delete that file)
  98.     exit
  99.         (to restart Windows)
  100.  
  101. ____________
  102.  
  103. Ritchie Chow
  104. 11 Sept 1996
  105.