Windows 10: Many 'Desktop.ini' files in my pc

Discus and support Many 'Desktop.ini' files in my pc in Windows 10 Network and Sharing to solve the problem; Hello! I lost a folder in my PC and ran "attrib -s -r -h C:\Users\[my_User_Name]\*.* /d /s" on my PC Cmd Admin to recover it. But, it made many... Discussion in 'Windows 10 Network and Sharing' started by DarkSpixH, Oct 29, 2020.

  1. DarkSpixH Win User

    Many 'Desktop.ini' files in my pc


    Hello!


    I lost a folder in my PC and ran "attrib -s -r -h C:\Users\[my_User_Name]\*.* /d /s" on my PC Cmd Admin to recover it.

    But, it made many 'desktop.ini' files appear and it made the thumbnails on the 'Downloads', 'Documents', etc. folders disappear. Any way in restoring the changes?


    Thanks in advance.

    :)
     
    DarkSpixH, Oct 29, 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 Many 'Desktop.ini' files in my pc :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, Oct 29, 2020
    #3
  4. Many 'Desktop.ini' files in my pc

    cant open desktop ini files in windows 7

    cant open desktop ini files in windows 7
     
    luckybis59, Oct 29, 2020
    #4
Thema:

Many 'Desktop.ini' files in my pc

Loading...
  1. Many 'Desktop.ini' files in my pc - Similar Threads - Many 'Desktop ini'

  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. BSOD on my Desktop PC by many months

    in Windows 10 Gaming
    BSOD on my Desktop PC by many months: Hi all, I contact you because these BSOD litterally getting me crazy, I tried almost everything you can suggest, but I cannot solve this issue by myself.These are my specs:Motherboard Gigabyte AOURUS B550 ELITE AX V2 rev.1.2 with latest BIOS installedCPU AMD Ryzen 7 5700XRAM...
  5. BSOD on my Desktop PC by many months

    in Windows 10 Software and Apps
    BSOD on my Desktop PC by many months: Hi all, I contact you because these BSOD litterally getting me crazy, I tried almost everything you can suggest, but I cannot solve this issue by myself.These are my specs:Motherboard Gigabyte AOURUS B550 ELITE AX V2 rev.1.2 with latest BIOS installedCPU AMD Ryzen 7 5700XRAM...
  6. Extracted too many files on desktop

    in Windows 10 Gaming
    Extracted too many files on desktop: Basically while I wasn't paying attention I extracted all files onto my desktop and now my screen goes black every other time I click and can't open any applications....
  7. Extracted too many files on desktop

    in Windows 10 BSOD Crashes and Debugging
    Extracted too many files on desktop: Basically while I wasn't paying attention I extracted all files onto my desktop and now my screen goes black every other time I click and can't open any applications....
  8. 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...
  9. Windows creating many .ini files, causine problems for OneDrive

    in Windows 10 BSOD Crashes and Debugging
    Windows creating many .ini files, causine problems for OneDrive: My Onedrive is constantly reporting .ini and .db files that it cannot process. Frequently it halts and I get OneDrive "Can't upload files - A file problem is blocking all uploads" At this point OneDrive is not giving me the backup that I need. If...
  10. 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...