Windows 10: desktop.ini

Discus and support desktop.ini in Windows 10 Customization to solve the problem; My Pc is Windows 10 Professional 64 bit. I found that there is one file named desktop.ini (notice that it’s not virus like_desktop.ini) in many of... Discussion in 'Windows 10 Customization' started by MdHafiz1, Oct 1, 2018.

  1. MdHafiz1 Win User

    desktop.ini


    My Pc is Windows 10 Professional 64 bit.



    I found that there is one file named desktop.ini (notice that it’s not virus like_desktop.ini) in many of my folders where there are customised icons in such folders. I know its function is to store the info, pictures, etc. I tried to HIDE them by applying methods like “Do not show hidden files and folders” in folder setting, or set its own “Properties”, etc. It only worked at the time I did it, when next time I started my laptop, there are still in those folders.



    Can anyone help me with the problem?



    Thanks!

    :)
     
    MdHafiz1, Oct 1, 2018
    #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 :D

    is it possible to make a list of all sections in the ini files?
     
    nuva, Oct 1, 2018
    #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, Oct 1, 2018
    #3
  4. Teddy2001 Win User

    desktop.ini

    "INI File Error" Enquiry

    Hello Fernando,

    The step was connected usb between computer and printer. The computer try to detect printer. Then the error message had showed "INI File Error". I will try to download the driver and software again. Hope this could solve. Thank you.

    Teddy
     
    Teddy2001, Oct 1, 2018
    #4
Thema:

desktop.ini

Loading...
  1. desktop.ini - Similar Threads - desktop ini

  2. Emergency Windows 11 Updates Fix Shutdown And Remote Desktop Failures

    in Windows 10 News
    Emergency Windows 11 Updates Fix Shutdown And Remote Desktop Failures: Microsoft has issued emergency out-of-band updates for Microsoft Windows 11 after the latest security patches introduced two serious regressions. Affected systems were unable to shut down or hibernate correctly, and Remote Desktop sign-ins failed on certain configurations....
  3. Remote Desktop Connection error code 0x3000008

    in Windows 10 News
    Remote Desktop Connection error code 0x3000008: [ATTACH]Are you also unable to connect to another PC, as the session fails to start or suddenly disconnects due to error code 0x3000008? If so, you are not alone; many users have similar complaints about the connection blocker, which is preventing them from accessing remote...
  4. Screen brightness drops when using Remote Desktop in Windows 11

    in Windows 10 News
    Screen brightness drops when using Remote Desktop in Windows 11: [ATTACH]You are not alone if you are facing a dim screen when connecting through the remote desktop. Many Windows users are experiencing this drop in brightness during an RDP session and are often mistaken for a display glitch. However, it is highly cued due to system...
  5. Can’t connect to Remote Desktop from outside network

    in Windows 10 News
    Can’t connect to Remote Desktop from outside network: [IMG]Remote Desktop Protocol (RDP) allows you to access your computer over a network, but connecting from outside your local network (over the internet) introduces additional challenges. If you can connect internally but not externally, it’s typically due to configuration or...
  6. Maybe this is my last post on this communtity, i will upgrade my desktop to Windows 11...

    in Windows 10 Ask Insider
    Maybe this is my last post on this communtity, i will upgrade my desktop to Windows 11...: Goodbye submitted by /u/Ancient_Basket_375 [link] [comments] https://www.reddit.com/r/Windows10/comments/1lx7eq3/maybe_this_is_my_last_post_on_this_communtity_i/
  7. Any recommendations for remote desktop tools with cross-platform support?

    in Windows 10 Software and Apps
    Any recommendations for remote desktop tools with cross-platform support?: Hi! I’m trying to find a reliable remote desktop tool that works smoothly across Windows, macOS, and Linux. I occasionally help out friends or colleagues who use different systems, so solid cross-platform support is important. I’d prefer something easy to set up, and if it...
  8. How to Install WIN 10 HD into new WIN 11 desktop

    in Windows 10 Gaming
    How to Install WIN 10 HD into new WIN 11 desktop: I have a new WIN 11 desktop and would like to install an HD from my old WIN 10 desktop to use it as additional storage to the WIN 11 SSD and have all the old files available on the WIN 11 desktop. Can I do that without formatting the HD?Thank you...
  9. How to Install WIN 10 HD into new WIN 11 desktop

    in Windows 10 Software and Apps
    How to Install WIN 10 HD into new WIN 11 desktop: I have a new WIN 11 desktop and would like to install an HD from my old WIN 10 desktop to use it as additional storage to the WIN 11 SSD and have all the old files available on the WIN 11 desktop. Can I do that without formatting the HD?Thank you...
  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...