A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Windows Vista File Management
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Windows Vista File Management Issues or questions in relation to Vista's file management. (microsoft.public.windows.vista.file_management)

Folder icons change when moved to another computer



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old January 12th 10, 04:29 PM posted to microsoft.public.windows.vista.file_management
MW[_3_]
external usenet poster
 
Posts: 9
Default Folder icons change when moved to another computer

I've changed the folder icon of several folders. When I move them onto a
data CD they remain as I changed them. But when I open the CD on another
computer they revert to the old yellow default folder. How do I get them to
keep the changes?

On another forum I was told to place that icon file into that particular
folder (no problem) and to create a "desktop.ini file" and make it a system
file (problem). I'm not a programmer. No one responds with exactly how that
is done.

Can anyone help with basic - "beginner" steps?

  #2 (permalink)  
Old January 14th 10, 07:19 PM posted to microsoft.public.windows.vista.file_management
Donald Lessau
external usenet poster
 
Posts: 96
Default Folder icons change when moved to another computer

"MW" schrieb im Newsbeitrag
...
I've changed the folder icon of several folders. When I move them onto a
data CD they remain as I changed them. But when I open the CD on another
computer they revert to the old yellow default folder. How do I get them
to
keep the changes?

On another forum I was told to place that icon file into that particular
folder (no problem) and to create a "desktop.ini file" and make it a
system
file (problem). I'm not a programmer. No one responds with exactly how
that
is done.

Can anyone help with basic - "beginner" steps?


Assuming your folder icon is called "Koeln.ico":
- place the icon inside the folder
- create a file "desktop.ini" in the folder
- open it in Notepad and enter these three lines:
[.ShellClassInfo]
IconFile=Koeln.ico
IconIndex=0
- save the file and close Notepad
- now set the folder to read-only (using the properties dialog of the
folder)
- done

note: you can make "desktop.ini" a system file and a hidden file, but it is
not necessary to make the folder icon work.

don

  #3 (permalink)  
Old January 14th 10, 07:19 PM posted to microsoft.public.windows.vista.file_management
Donald Lessau
external usenet poster
 
Posts: 96
Default Folder icons change when moved to another computer

"MW" schrieb im Newsbeitrag
...
I've changed the folder icon of several folders. When I move them onto a
data CD they remain as I changed them. But when I open the CD on another
computer they revert to the old yellow default folder. How do I get them
to
keep the changes?

On another forum I was told to place that icon file into that particular
folder (no problem) and to create a "desktop.ini file" and make it a
system
file (problem). I'm not a programmer. No one responds with exactly how
that
is done.

Can anyone help with basic - "beginner" steps?


Assuming your folder icon is called "Koeln.ico":
- place the icon inside the folder
- create a file "desktop.ini" in the folder
- open it in Notepad and enter these three lines:
[.ShellClassInfo]
IconFile=Koeln.ico
IconIndex=0
- save the file and close Notepad
- now set the folder to read-only (using the properties dialog of the
folder)
- done

note: you can make "desktop.ini" a system file and a hidden file, but it is
not necessary to make the folder icon work.

don

  #4 (permalink)  
Old January 15th 10, 12:47 AM posted to microsoft.public.windows.vista.file_management
MW[_3_]
external usenet poster
 
Posts: 9
Default Folder icons change when moved to another computer

Nope
Did exactly as you said.
I put the folder, just created as per your directions, onto a data cd,
change the yellow folder (via properties - customize - change icon) to the
one I just placed in the folder on the cd. Close all. Move the cd to my
laptop, open and there's the yellow folder again, not the new icon.


"Donald Lessau" wrote in message
...
"MW" schrieb im Newsbeitrag
...
I've changed the folder icon of several folders. When I move them onto a
data CD they remain as I changed them. But when I open the CD on another
computer they revert to the old yellow default folder. How do I get them
to
keep the changes?

On another forum I was told to place that icon file into that particular
folder (no problem) and to create a "desktop.ini file" and make it a
system
file (problem). I'm not a programmer. No one responds with exactly how
that
is done.

Can anyone help with basic - "beginner" steps?


Assuming your folder icon is called "Koeln.ico":
- place the icon inside the folder
- create a file "desktop.ini" in the folder
- open it in Notepad and enter these three lines:
[.ShellClassInfo]
IconFile=Koeln.ico
IconIndex=0
- save the file and close Notepad
- now set the folder to read-only (using the properties dialog of the
folder)
- done

note: you can make "desktop.ini" a system file and a hidden file, but it
is not necessary to make the folder icon work.

don


  #5 (permalink)  
Old January 15th 10, 12:47 AM posted to microsoft.public.windows.vista.file_management
MW[_3_]
external usenet poster
 
Posts: 9
Default Folder icons change when moved to another computer

Nope
Did exactly as you said.
I put the folder, just created as per your directions, onto a data cd,
change the yellow folder (via properties - customize - change icon) to the
one I just placed in the folder on the cd. Close all. Move the cd to my
laptop, open and there's the yellow folder again, not the new icon.


"Donald Lessau" wrote in message
...
"MW" schrieb im Newsbeitrag
...
I've changed the folder icon of several folders. When I move them onto a
data CD they remain as I changed them. But when I open the CD on another
computer they revert to the old yellow default folder. How do I get them
to
keep the changes?

On another forum I was told to place that icon file into that particular
folder (no problem) and to create a "desktop.ini file" and make it a
system
file (problem). I'm not a programmer. No one responds with exactly how
that
is done.

Can anyone help with basic - "beginner" steps?


Assuming your folder icon is called "Koeln.ico":
- place the icon inside the folder
- create a file "desktop.ini" in the folder
- open it in Notepad and enter these three lines:
[.ShellClassInfo]
IconFile=Koeln.ico
IconIndex=0
- save the file and close Notepad
- now set the folder to read-only (using the properties dialog of the
folder)
- done

note: you can make "desktop.ini" a system file and a hidden file, but it
is not necessary to make the folder icon work.

don


  #6 (permalink)  
Old January 15th 10, 09:38 AM posted to microsoft.public.windows.vista.file_management
Donald Lessau
external usenet poster
 
Posts: 96
Default Folder icons change when moved to another computer

"(via properties - customize - change icon)"? That was not part of my
directions...

don


"MW" schrieb im Newsbeitrag
...
Nope
Did exactly as you said.
I put the folder, just created as per your directions, onto a data cd,
change the yellow folder (via properties - customize - change icon) to the
one I just placed in the folder on the cd. Close all. Move the cd to my
laptop, open and there's the yellow folder again, not the new icon.

"Donald Lessau" wrote in message
...
"MW" schrieb im Newsbeitrag
...
I've changed the folder icon of several folders. When I move them onto a
data CD they remain as I changed them. But when I open the CD on another
computer they revert to the old yellow default folder. How do I get them
to
keep the changes?

On another forum I was told to place that icon file into that particular
folder (no problem) and to create a "desktop.ini file" and make it a
system
file (problem). I'm not a programmer. No one responds with exactly how
that
is done.

Can anyone help with basic - "beginner" steps?


Assuming your folder icon is called "Koeln.ico":
- place the icon inside the folder
- create a file "desktop.ini" in the folder
- open it in Notepad and enter these three lines:
[.ShellClassInfo]
IconFile=Koeln.ico
IconIndex=0
- save the file and close Notepad
- now set the folder to read-only (using the properties dialog of the
folder)
- done

note: you can make "desktop.ini" a system file and a hidden file, but it
is not necessary to make the folder icon work.

don



  #7 (permalink)  
Old January 15th 10, 09:38 AM posted to microsoft.public.windows.vista.file_management
Donald Lessau
external usenet poster
 
Posts: 96
Default Folder icons change when moved to another computer

"(via properties - customize - change icon)"? That was not part of my
directions...

don


"MW" schrieb im Newsbeitrag
...
Nope
Did exactly as you said.
I put the folder, just created as per your directions, onto a data cd,
change the yellow folder (via properties - customize - change icon) to the
one I just placed in the folder on the cd. Close all. Move the cd to my
laptop, open and there's the yellow folder again, not the new icon.

"Donald Lessau" wrote in message
...
"MW" schrieb im Newsbeitrag
...
I've changed the folder icon of several folders. When I move them onto a
data CD they remain as I changed them. But when I open the CD on another
computer they revert to the old yellow default folder. How do I get them
to
keep the changes?

On another forum I was told to place that icon file into that particular
folder (no problem) and to create a "desktop.ini file" and make it a
system
file (problem). I'm not a programmer. No one responds with exactly how
that
is done.

Can anyone help with basic - "beginner" steps?


Assuming your folder icon is called "Koeln.ico":
- place the icon inside the folder
- create a file "desktop.ini" in the folder
- open it in Notepad and enter these three lines:
[.ShellClassInfo]
IconFile=Koeln.ico
IconIndex=0
- save the file and close Notepad
- now set the folder to read-only (using the properties dialog of the
folder)
- done

note: you can make "desktop.ini" a system file and a hidden file, but it
is not necessary to make the folder icon work.

don



  #8 (permalink)  
Old January 15th 10, 01:52 PM posted to microsoft.public.windows.vista.file_management
MW[_3_]
external usenet poster
 
Posts: 9
Default Folder icons change when moved to another computer

(via properties - customize - change icon) That was not part of my
directions...

No, but how else to I change the folder to the icon I want to begin with? I
placed the icon in the folder, made the desktop.ini file in the folder. Then
what? It's still a yellow folder until I actually change it. What am I
missing here?


"Donald Lessau" wrote in message
...
"(via properties - customize - change icon)"? That was not part of my
directions...

don


"MW" schrieb im Newsbeitrag
...
Nope
Did exactly as you said.
I put the folder, just created as per your directions, onto a data cd,
change the yellow folder (via properties - customize - change icon) to
the
one I just placed in the folder on the cd. Close all. Move the cd to my
laptop, open and there's the yellow folder again, not the new icon.

"Donald Lessau" wrote in message
...
"MW" schrieb im Newsbeitrag
...
I've changed the folder icon of several folders. When I move them onto
a
data CD they remain as I changed them. But when I open the CD on
another
computer they revert to the old yellow default folder. How do I get
them to
keep the changes?

On another forum I was told to place that icon file into that
particular
folder (no problem) and to create a "desktop.ini file" and make it a
system
file (problem). I'm not a programmer. No one responds with exactly how
that
is done.

Can anyone help with basic - "beginner" steps?

Assuming your folder icon is called "Koeln.ico":
- place the icon inside the folder
- create a file "desktop.ini" in the folder
- open it in Notepad and enter these three lines:
[.ShellClassInfo]
IconFile=Koeln.ico
IconIndex=0
- save the file and close Notepad
- now set the folder to read-only (using the properties dialog of the
folder)
- done

note: you can make "desktop.ini" a system file and a hidden file, but it
is not necessary to make the folder icon work.

don




  #9 (permalink)  
Old January 15th 10, 01:52 PM posted to microsoft.public.windows.vista.file_management
MW[_3_]
external usenet poster
 
Posts: 9
Default Folder icons change when moved to another computer

(via properties - customize - change icon) That was not part of my
directions...

No, but how else to I change the folder to the icon I want to begin with? I
placed the icon in the folder, made the desktop.ini file in the folder. Then
what? It's still a yellow folder until I actually change it. What am I
missing here?


"Donald Lessau" wrote in message
...
"(via properties - customize - change icon)"? That was not part of my
directions...

don


"MW" schrieb im Newsbeitrag
...
Nope
Did exactly as you said.
I put the folder, just created as per your directions, onto a data cd,
change the yellow folder (via properties - customize - change icon) to
the
one I just placed in the folder on the cd. Close all. Move the cd to my
laptop, open and there's the yellow folder again, not the new icon.

"Donald Lessau" wrote in message
...
"MW" schrieb im Newsbeitrag
...
I've changed the folder icon of several folders. When I move them onto
a
data CD they remain as I changed them. But when I open the CD on
another
computer they revert to the old yellow default folder. How do I get
them to
keep the changes?

On another forum I was told to place that icon file into that
particular
folder (no problem) and to create a "desktop.ini file" and make it a
system
file (problem). I'm not a programmer. No one responds with exactly how
that
is done.

Can anyone help with basic - "beginner" steps?

Assuming your folder icon is called "Koeln.ico":
- place the icon inside the folder
- create a file "desktop.ini" in the folder
- open it in Notepad and enter these three lines:
[.ShellClassInfo]
IconFile=Koeln.ico
IconIndex=0
- save the file and close Notepad
- now set the folder to read-only (using the properties dialog of the
folder)
- done

note: you can make "desktop.ini" a system file and a hidden file, but it
is not necessary to make the folder icon work.

don




  #10 (permalink)  
Old January 15th 10, 02:48 PM posted to microsoft.public.windows.vista.file_management
Donald Lessau
external usenet poster
 
Posts: 96
Default Folder icons change when moved to another computer

If you followed my directions strictly and completely and see no icon then I
don't know. I tried it successfully on XP -- could Vista be any different
here?

"MW" schrieb im Newsbeitrag
...
(via properties - customize - change icon) That was not part of my
directions...

No, but how else to I change the folder to the icon I want to begin with?
I placed the icon in the folder, made the desktop.ini file in the folder.
Then what? It's still a yellow folder until I actually change it. What am
I missing here?


"Donald Lessau" wrote in message
...
"(via properties - customize - change icon)"? That was not part of my
directions...

don


"MW" schrieb im Newsbeitrag
...
Nope
Did exactly as you said.
I put the folder, just created as per your directions, onto a data cd,
change the yellow folder (via properties - customize - change icon) to
the
one I just placed in the folder on the cd. Close all. Move the cd to my
laptop, open and there's the yellow folder again, not the new icon.

"Donald Lessau" wrote in message
...
"MW" schrieb im Newsbeitrag
...
I've changed the folder icon of several folders. When I move them onto
a
data CD they remain as I changed them. But when I open the CD on
another
computer they revert to the old yellow default folder. How do I get
them to
keep the changes?

On another forum I was told to place that icon file into that
particular
folder (no problem) and to create a "desktop.ini file" and make it a
system
file (problem). I'm not a programmer. No one responds with exactly how
that
is done.

Can anyone help with basic - "beginner" steps?

Assuming your folder icon is called "Koeln.ico":
- place the icon inside the folder
- create a file "desktop.ini" in the folder
- open it in Notepad and enter these three lines:
[.ShellClassInfo]
IconFile=Koeln.ico
IconIndex=0
- save the file and close Notepad
- now set the folder to read-only (using the properties dialog of the
folder)
- done

note: you can make "desktop.ini" a system file and a hidden file, but
it is not necessary to make the folder icon work.

don




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:08 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2024 Vista Banter.
The comments are property of their posters.