Add Authenticated Users - Music Directory With Lock Icon
Nov 16, 2011
This is my work laptop. I have my standard Music library, which is a directory directly off the C drive. When I download or move into that "Music" directory the directory I moved has a lock icon on it. In order to get rid of the icon, I need to add "Authenticated Users" to the list of groups, and then I need to take ownership of the directory under my account in order to to do anything. If this directory is in my download directory, it's fine...but as soon as I move it there the above situation arises.
Sometimes when I move directories the resulting directory needs to be modified under the security tab to add the "Authenticated Users" user in order to remove the lock icon. I've verified that I am the owner of the directory...and the other users with access to the directory is "System", My Account and "domain/Administrators".
I was checking my C: permissions panel and saw that authenticated users had special privileges. being on a home network with room mates I do not want any of them to have access to my computer or files. I disabled sharing in windows 7, My question is:How do I find out who are in this "authenticated users" group??
My hard drive has two partitions. The second partition - D - contains only data files (documents, pictures, etc.) My computer has 3 users - myself and two others. I am an Administrator and the other two are Standard Users.
The root of D has three folders:
D:user1 (that's me) D:user2 D:user3
The NTFS permissions on each user's folders are as follows:
Administrators - Full Control SYSTEM - Full Control user - Full Control
This prevents the Standard Users from accessing anyone else's data but their own, while maintaining the right of Administrators (like me) to access everybody's data.
The NTFS permissions on the root of D (only) are as follows: Administrators - Full Control SYSTEM - Full Control Authenticated Users - Read and Execute
If Authenticated Users does not have NTFS permissions on the root of D, I am denied access to D, even though I am an Administrator.If I double-click on the drive icon I get an 'Access Denied' message. However, if Authenticated Users is included in the NTFS permissions, I can open D by double-clicking on the drive icon.Why can't I access the root of D as an Administrator ... why does Authenticated Users need permissions?
Very strange... I can't see my C:Usersdenisl folder through explorer.My documents/pictures/etc libraries all have the files and through a command prompt I can cd to my home directy and everything is there..
I successfully moved my C:Users folder to D:Users and wanted to provide the URL that I got the instructions from so others could benefit. ( url... )It worked perfectly for me. This is the second time I've used these instructions the first being September 2010 which gave me no problems that I could find. I was able to back up my data using SyncToy and make "images" of my operating programs using Acronis True Image from a boot disk. I recovered my data and my images several times successfully.
i set up an OU in AD that contains shortcuts to various shares on various servers. instead of having 10+ shortcut icons on their desktops, my w2k users could access all network shortcuts from one shortcut. plus, when the location of a share moves to a different server, i don't have to delete old shortcuts and create new ones on 30+ desktops. in xp, the directory icon went away so i couldn't create a shortcut to the OU. i discovered copying the dsfolder.dll icon to xp fixed the problem. can a desktop shortcut to an OU be achieved in Windows 7?
I don't this language bar anywhere else. But when when lock my computer the little "EN" icon appears in the top left hand corner. I can't seem to disable it
I am trying to figure how to remove the lock icon over some of my folders. It appear if I share one of my folder with the Homegroup and unshare it later. I think it is because when I share it with my homegroup, the Everyone/Cooperation (I'm not sure to use the good word, I'm using the french version) option disapear and I can't add it anymore.By default :Once shared and unshared : (can't add Everyone - Cooperation, which cause I presume the lock on the folder)My only option is to share it again with the Homegroup or with Everyone with Read instead of Cooperation. I don't want this folder to be shared anymore.
I share a folder once. By adding "everyone" to the list of "people to share with." Then, I unshare it. All of a sudden it has a "lock icon" on it that I can't get rid of.
A flashing lock/unlock icon (padlock which alternates form locked to unlocked) shows in the middle of my screen. The machine was built a few years back and hasn't changed significantly since then The symptom has just begun today) and only impacts Windows. The Linux install on this machine is unaffected I'm running Windows 7, with Office 7, both activated successfully (also running Open Office and Libre Office which were upgraded last week). I recently changed video card, about 3 weeks back suspect this is related to some sort of Microsoft security issue can't find any references on the web. Cant generate a screen shot (which suggests this is being inflicted by Windows itself) even with bitmap capture e.g., snippy the icon is a very basic black and white padlock shape that stays right in the middle of the screen, is partly transparent and is visible no matter what programs are running - full screen games or windows applications.
I was uninstalling windows live essential on my profile and added ms office outlook 2007 for email. For some reason, when changing users to my wife's profile, the desktop has to be prepared each time - as a temporary profile. The folder location has moved from Users/wife to Users/Users/wife and has a lock icon on it. I have tried moving the entire folder as administrator and received a not responding message.Short of a restore in which I will lose data is there a way to 'import' her profile under a new user and then delete the corrupted profile?
One directory (Directory A) containing the same files as Directory B but with the wrong Date created / modified attributes.how to make all the files in Directory A have the same date created/modified attributes as Directory B.
I have a 10 files that have all been categorised into about 40 folders. These files have been damaged.I have a backup of all these files, but they are not categorised and sit in a single directory.Does anyone know of an easy technique to batch replace the damaged files with the originals?
When listening to music on my PC, it does not matter if I use Winamp, Songbird, Quicktime, Windows Media Player, or any other software. Every so often, there appears some sort of distortion, like the drive that the music is on slows down. I dont know if it is the driver or what. Its hard to explain. You have to hear it. I dont think its the mp3 file itself, cause I could play a song and it will be perfect, but then the next time I play it, it will distort. It is really driving my nuts cause I can't find the reason for it.
I just installed a new 64 gig SSD in my computer. I also have a 2T secondary hard drive.The SSD is not big enough to contain all the stuff that will eventually be in "My documents",i.e. under "users" so I need to move the users directory to my secondary hard drive but havewindows behave as it were in its original location.I did some research and found the following technique which seemed plausible (and several people said it worked for them)
1. Install windows normally. 2. After install, boot from installation disk. 3. Get into the command prompt by clicking "repair". 4. Use robocopy to copy c:users to d:users. The command line should be: robocopy c:users d:users /mir /xj /copyall 5. Verify all files copied successfully. 6. Delete c:users. Command line should be: rmdir /s /q c:users 7. Delete c:documents and settings. Command line should be: rmdir "c:documents and settings" 8. Create junction to new users directory. Command line should be: mklink /j c:users d:users 9. Create junction for the old "documents and settings". Command line should be: mkdir /j "c:documents and settings" d:users 10. Restart computer.
Note:When in recovery mode the disk drives end up with different drive letters than what the normally have.Consequently my SSD drive which is "C" became "E" and my hard drive which is "D" became "C". Confusing, but I adjusted the above commands to reflect this.All seemed to go well until I rebooted. The computer booted up fine, but when I entered my password to log in windows complained that it could not find my profile. Since I could not log in at all I was forced to re-install windows. Supposedly, this is doable and I NEED to do it asap as my SSD will not hold all the stuff that will eventually be in "users".
I am cleaning a laptop out and i created a brand new user name. I deleted the other 2 users using the control passwords2.
So the machine starts and i select the user. Process usage is very high and it says 50, but actual user shows about 9. I click show processes from all users and i find the culprit as well as 50 processes. I deleted the users so there shouldnt be that option.
Why is there more processes if this is the only user, why does it even have the option?
I will if I have to manually delete them, although I'm not sure what other files may still be around on my drive that are located in Users/All Users that are redundant any recommended programs that I could depend on for this task ?
My father replaced his Windows 98 machine with a new computer running Windows 7.He's currently on 32-bit ultimate, but we could change versions if needed.He's really hoping there's some way to force Windows 7 into a single user mode, primarily so C:usersAll Users, Default User, Public, and his own user are merged into one. It's absolutely driving him nuts the way it is.
I am using a third party music player, MusicBee, to play my music, however if I select a folder in windows explorer of an artist that has more than one album in sub folders under the artist name then the "PLAY ALL" button does nothing.
If I select a folder without sub folders inside the PLAY button works fine and open MusicBee to play the music.
I also have VLC installed and if I right click on any music folder I get the Play with VLC option, how can I add this same option for MusicBee.
On the bottom right of the desktop on Windows 76, the notification icon for internet usually shows the disconnected icon or the no access icon. I'm still connected to the internet though and when I click on the icon, it opens up to show my connection (that is working). Why is it doing this? I've tried googling it, no use. It's not really a big deal, but knowing if I'm connected without having to click on the icon is nice.
Whenever I single left click on an icon, file, or folder a repetitive popup appears asking if I want to send whatever I clicked on to the recycle bin. The item is sent to the recycle bin regardless.
On my desktop and quick start bar the icon for MS Word is only showing a generic picture. The shortcut is working. All the rest of the MS Office shortcuts have the right icon pictures.I'm running Win 7 Home edition and MS office 2010.
someone clicked on my bluetooth icon by mistake and it has disappeared from the taskbar area. It is still in the add and remove programs area but there is not option to repair.I use it regularly to upload my pictures from my phone so am desperate to have it back. I have a Dell Inspiron notebook and am using windows 7.