The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    unable to copy folders into program files

    Discussion in 'Windows OS and Software' started by sujinge9, Feb 1, 2009.

  1. sujinge9

    sujinge9 Notebook Evangelist

    Reputations:
    37
    Messages:
    596
    Likes Received:
    0
    Trophy Points:
    30
    This issue is really getting on my nerves: I can copy folders from my program files to other places but I can't copy them back. If I try to copy any folder into my program files, I get a message saying "this action can't be completed the folder or a file in it is open in another program." This can't be true since it doesn't work for ANY folder and it doesn't work after restart either. This might also be the cause for my battle.net issue found in the gaming forum.
     
  2. Apollo13

    Apollo13 100% 16:10 Screens

    Reputations:
    1,432
    Messages:
    2,578
    Likes Received:
    210
    Trophy Points:
    81
    Do you have UAC enabled? It's a known culprit for preventing you from modifying files in C:\Program Files and C:\Windows. I haven't tried copying a folder into one of those with UAC enabled, but I know it prevents you from, for example, saving Notepad files to either of those locations.
     
  3. kegobeer

    kegobeer 1 hr late but moving fast

    Reputations:
    836
    Messages:
    3,682
    Likes Received:
    0
    Trophy Points:
    105
    I have UAC enabled, and I just tried doing this and received the same messages. It's possible to create a folder and copy it into the Program Files directory (and it's possible to over-write this folder), but not to copy over an existing folder that was installed, like Windows Mail.
     
  4. dbam987

    dbam987 wicked-poster

    Reputations:
    565
    Messages:
    2,530
    Likes Received:
    1
    Trophy Points:
    56
    Manually copying folders and files into the Program Files directory is a big no-no in terms of security. Vista/W7 does a great job here to prevent malicious code from altering any existing applications, and prevents damaging files for applications you may use. What Windows does is allow applications to write to a special folder called the ProgramData folder, and kept isolated so it doesn't damage other applications. Many applications (that are properly coded) will not care where the program data gets written, but there are still some applications that violate good programming practice still these days.

    I think enforcing this promotes better security, and should not be circumvented.
     
  5. AKAJohnDoe

    AKAJohnDoe Mime with Tourette's

    Reputations:
    1,163
    Messages:
    3,017
    Likes Received:
    0
    Trophy Points:
    105
    That is why \Program Data\, and even better yet, Users\username\AppData\ exist.

    Logically, \Program Files\ should contain only executables, \Program Data\ only generic supporting files, and Users\username\AppData\ the data created for the specific user's invocation of the program.
     
  6. Apollo13

    Apollo13 100% 16:10 Screens

    Reputations:
    1,432
    Messages:
    2,578
    Likes Received:
    210
    Trophy Points:
    81
    Huh, I always wondered what Users\username\AppData\ was doing eating up tons of space in C:\Documents and Settings. Kind of annoying that it's inevitably on the C:\ drive, but I see the purpose. +rep

    All my favorite games just have you modify files in C:\Program Files (or wherever you installed it) to apply mods, though. So I guess I'll just keep modifying C:\Program Files (or rather, the other locations I install to).
     
  7. AKAJohnDoe

    AKAJohnDoe Mime with Tourette's

    Reputations:
    1,163
    Messages:
    3,017
    Likes Received:
    0
    Trophy Points:
    105
    There is excruciating detail on the architecture, and a mapping of XP vs Vista HERE.