Windows 10: Desktop.ini files

Discus and support Desktop.ini files in Windows 10 Network and Sharing to solve the problem; Desktop.ini files are used to change the folder icon. I have 2 computers that share a NAS, and the Icon I use for finished projects works fine on the... Discussion in 'Windows 10 Network and Sharing' started by Harry Fuller, Jan 10, 2023.

  1. Desktop.ini files


    Desktop.ini files are used to change the folder icon. I have 2 computers that share a NAS, and the Icon I use for finished projects works fine on the NAS, and sometimes on both computers. The INI are set to hidden and read only. Here is my INI file data "[.ShellClassInfo] IconResource=C:\Windows\System32\SHELL32.dll,27 [ViewState] Mode= Vid= FolderType=Generic". Why does it stop reading the ini or change the Shell32.dll,27 to a standard folder icon SHELL32.dll,4?Where is it located, to tell Windows Explorer to look at the desktop.ini for instructions on how the folders are displayed?Harry

    :)
     
    Harry Fuller, Jan 10, 2023
    #1
  2. nuva Win User

    Snippet C#: INI Files

    This code is great, i'm going to use this in one of my programmes *Big Grin Desktop.ini files :D

    is it possible to make a list of all sections in the ini files?
     
  3. Snippet C#: INI Files

    GetSections() will return a string[] of section names. If you want the values too, just do a for or for loop to enumerate them. For example:

    Code: foreach (string section in ini.GetSections()) { Console.WriteLine("[" + section + "]"); foreach (string key in ini[section].GetKeys()) Console.WriteLine(key + "=" + ini[section][key]); Console.WriteLine(); }[/quote]
     
    FordGT90Concept, Jan 10, 2023
    #3
  4. Desktop.ini files

    cant open desktop ini files in windows 7

    how to open desktop files and ini or ink files
     
    luckybis59, Jan 10, 2023
    #4
Thema:

Desktop.ini files

Loading...
  1. Desktop.ini files - Similar Threads - Desktop ini files

  2. Ini caranya gimana yah

    in Windows 10 Gaming
    Ini caranya gimana yah: Ada yang tau caranya gimana https://answers.microsoft.com/en-us/windows/forum/all/ini-caranya-gimana-yah/fc0df1f4-0220-4c19-8d07-9a3c15b85546
  3. .ini files not saving

    in Windows 10 Gaming
    .ini files not saving: I need help figuring out how to save the changes i made to my ini file! every time i hit “save” or ctrl+s it ends up turning into “save as” i don’t want to “save as”! I just want to save the file and close out notepad. I can’t even see the properties of the file, every time i...
  4. .ini files not saving

    in Windows 10 Software and Apps
    .ini files not saving: I need help figuring out how to save the changes i made to my ini file! every time i hit “save” or ctrl+s it ends up turning into “save as” i don’t want to “save as”! I just want to save the file and close out notepad. I can’t even see the properties of the file, every time i...
  5. Windows Defender and .ini files

    in AntiVirus, Firewalls and System Security
    Windows Defender and .ini files: We ae using Windows 10 and Windows Defender antivirus. When our program saves information to an .ini file - it can take a very long time. It takes more than 4 times longer with Windows Defender than with other anti-virus programs ex AVG, Avast. If we exclude the .ini file...
  6. Script to add the contents clipboard on a particular line of ini file

    in Windows 10 Support
    Script to add the contents clipboard on a particular line of ini file: I have O&O Registry Editor. It uses an ini file, to remember the last opened registry key. I would like to have a script that would copy the contents of the clipboard to the line called: LastAddress= I've researched modifying ini files, but don't know the way to copy &...
  7. Desktop INI and Autorun

    in Windows 10 Support
    Desktop INI and Autorun: So... I have multiple external hdds. I have autoruns on them to generate Labels and Icons. That is working properly. I have multiple sub folders on those hdds. I need 2 different types of Desktop INIs that I cannot seem to get working. **NOT Working** I need the parent on...
  8. File Explorer and ini, ico and lnk files on NAS device

    in Windows 10 Network and Sharing
    File Explorer and ini, ico and lnk files on NAS device: Hi. We have a QNAP NAS device on our network that logs all activity. Our Windows pc's access the folders and files on the NAS via File Explorer. When a pc accesses a folder on the NAS, the log indicated that that pc has READ all the ini (and ico and lnk) files of all the...
  9. Modify INI files in Ark WInows store folder.

    in Windows 10 Gaming
    Modify INI files in Ark WInows store folder.: I am trying to edit the Ini files for Ark survival evolved. I am trying to make the in game non-dedicated server player distance larger as it is currently prohibitively small . Unfortunately I don't have permissions to edit these files. (I am admin) and it is causing me...
  10. what is a .ini icon?

    in Windows 10 Software and Apps
    what is a .ini icon?: I have these ghostly looking .ini icons on my screen, which are connected to other documents - what are they and can I get rid of them? https://answers.microsoft.com/en-us/windows/forum/apps_windows_10-winapps-appscat_tools/what-is-a-ini-icon/11adb71a-4cd6-4a41-b307-0788047abf35