Windows 10: desktop.ini file causing issues.

Discus and support desktop.ini file causing issues. in Windows 10 Support to solve the problem; I am having an issue with the desktop.ini file. I made a folder on a USB stick for use uploading a CSV to an instrument I am working on. When the... Discussion in 'Windows 10 Support' started by rtneyhart, May 5, 2020.

  1. rtneyhart Win User

    desktop.ini file causing issues.


    I am having an issue with the desktop.ini file. I made a folder on a USB stick for use uploading a CSV to an instrument I am working on. When the instrument's OS looks for for the file, it expects a specific name and only the one CSV file to be present. The presence of the desktop.ini file causes an error message stating that there is not the correct number of files present. I understand that this file is basically in every folder, and until now, I have never had in issue with it.

    My questions are, "What exactly are the actions that cause a new file to be generated after it is deleted?" and "Is there a way to prevent its generation, at least in one location so that I don't either have to always have the system files shown (as I've no need for them to be visible), so I don't have to delete it every time? The instrument in question uses Knoppix Linux.

    :)
     
    rtneyhart, May 5, 2020
    #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 file causing issues. :D

    is it possible to make a list of all sections in the ini files?
     
    nuva, May 5, 2020
    #2
  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, May 5, 2020
    #3
  4. desktop.ini file causing issues.

    cant open desktop ini files in windows 7

    how to open desktop files and ini or ink files
     
    luckybis59, May 5, 2020
    #4
Thema:

desktop.ini file causing issues.

Loading...
  1. desktop.ini file causing issues. - Similar Threads - desktop ini file

  2. .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...
  3. .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...
  4. Screen and mouse Issue after removal of *.ini driver

    in Windows 10 Gaming
    Screen and mouse Issue after removal of *.ini driver: I recently used command prompt, to remove a brother printer driver *.ini that was causing me to be unable to get the 'antivirus' software to secure the memory. Now that I have done that the memory is fine, but the screen on my laptop giggles and goes black when I use a mouse....
  5. Screen and mouse Issue after removal of *.ini driver

    in Windows 10 Software and Apps
    Screen and mouse Issue after removal of *.ini driver: I recently used command prompt, to remove a brother printer driver *.ini that was causing me to be unable to get the 'antivirus' software to secure the memory. Now that I have done that the memory is fine, but the screen on my laptop giggles and goes black when I use a mouse....
  6. 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...
  7. Desktop file issues

    in Windows 10 Customization
    Desktop file issues: my PC said there's a problem with my microsoft account. I went into settings and clicked fix issues. I can't seem to recover my desktop. all my files are still there, just not on the desktop....
  8. 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...
  9. 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...
  10. 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...