Results 1 to 6 of 6

Thread: How to fix a simple Windows problem?

  1. #1
    whatcdfan's Avatar A.W.A BT Rep: +2
    Join Date
    Jun 2010
    Posts
    1,522
    I somehow deleted the desktop folder from my Windows PC. Now every time I go to the desktop or browse to the desktop from explorer, I get a notification that the location is unavailable.

    How can I fix it?

  2. Software & Hardware   -   #2
    md %userprofile%\Desktop
    echo [.ShellClassInfo]>%userprofile%\Desktop\Desktop.ini
    echo LocalizedResourceName=Desktop>>%userprofile%\Desktop\Desktop.ini
    echo IconResource=%SystemRoot%\system32\imageres.dll,-183>>%userprofile%\Desktop\Desktop.ini
    attrib %userprofile%\Desktop\Desktop.ini +a +s +h +r
    "I just remembered something that happened a long time ago."

  3. Software & Hardware   -   #3
    whatcdfan's Avatar A.W.A BT Rep: +2
    Join Date
    Jun 2010
    Posts
    1,522
    Done,
    Thanks Anon

  4. Software & Hardware   -   #4
    Benhung
    Guest
    Wow, I have found it! Thank you

  5. Software & Hardware   -   #5
    Artemis's Avatar ¿ןɐɯɹou ǝq ʎɥʍ BT Rep: +3
    Join Date
    Jun 2007
    Location
    127.0.0.1
    Posts
    5,472
    Quote Originally Posted by Benhung View Post
    Wow, I have found it! Thank you
    The word you are looking for is 'eureka' not 'wow'.....

    4d7920686f76657263726166742069732066756c6c206f662065656c73


  6. Software & Hardware   -   #6
    IdolEyes787's Avatar Persona non grata
    Join Date
    Feb 2008
    Location
    State of Grace
    Posts
    31,068
    Respect my lack of authority.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •