Archive

Posts Tagged ‘background’

Create Slide Show on Windows 7 Desktop Background

August 25th, 2009 No comments

Windows 7 has a feature to change the desktop background periodically.
Slide show desktop background
Read more…

Customize Icon and Background Flash Disk

February 18th, 2008 4 comments

Customize the Icon Drive

  1. Open Notepad.
  2. Write this code:
    [autorun]
    icon=icon_name.ico
  3. Save the file with configuration:
    1. File name: autorun.inf
    2. Save as type: All Files
  4. Save the autorun.inf file dan the icon (icon_name.ico) on root folder of disk.

Customize the Background Image

  1. Open Notepad.
  2. Write this code:
    [ExtShellFolderViews]
    [{BE098140-A513-11D0-A3A4-00C04FD706EC}]
    IconArea_Image=Folder Settings/background_file.gif
    IconArea_Text=0x000
  3. Save the file with configuration:
    1. File name: desktop.ini
    2. Save as type: All Files
  4. Save the desktop.ini file dan the icon (icon_name.ico) on root folder of disk.
  5. Create a new folder and renamed it to Folder Settings dan copy the image (background_file.gif), to that folder.
  6. NB:
    IconArea_Text=0x000 -> 000 is the HEX color code (000 means black).