Administrator privileges question

I recently restored my start up drive (from Time Machine drive) after upgrading to snow leopard.
By accident I created another user account in my computer. So then I logged in in my desired account and deleted the new one that was created by accident.
I dont know if it a new feature of SL but I see that some folders have a red dash meaning there are not accessible. When I click on them it says it cannot open because I don't have privileges...
did I mess it up?
There are a few of them but I would like to know if I can remove these red dashes from the folders so they are accessible.
Thanks

Which folders are they? You can try clicking on the folder > Right Click > Get Info. At the bottom, you will see the privileges, click the "+" button and add yourself with Read/Write. That may work.

Similar Messages

  • Access Denied when trying to access shared folders on the server with administrative privileges

    I have problem accessing shared folder on the server machine from Windows 7 machine even if I try to access it with administrative privileges (server Administrator account). I will try now to explain better my situation.
    In my company, we have small network infrastructure with one main server machine (HP ProLiant server) with Windows Server 2012 R2 installed and couple of desktop machines. The network is administrated by me.
    On Windows Server we have installed and setup DHCP, DNS, Remote Access and Routing, File and Storage and Active Directory services. Desktop machines are having Windows 8.1 Pro, Windows 8.1 or Windows 7 Home Premium installed on them. In Active
    Directory I have created domain, User groups and Users for employees in my company and so far, I didn't added desktop machines to the domain.
    Also, I've created one folder on the server which should contain different projects data for network users and I have set access permissions and security for this folder and shared it on the network (I've added couple of users to one user group and I
    gave Full control to this group over this folder). When I try to access this folder from network, I've been asked for login credentials (normally), where I just type in one of users username and password who has been given access permissions to (who is member
    of group with full control over the folder). From Windows 8.1 Pro and Windows 8.1 machines I can access and work on this folder without any problems.
    The problem comes with Windows 7 machines. On Windows 7 machines (I have also tried this with Windows 7 Ultimate in VMWare) I can access server, I can see its shares, but as soon I try to access folder I've created for projects, I get Access Denied message
    with request for User login credentials. Whichever user account I use (even servers main Administrator account) I keep getting this message over and over and I'm unable to access it at all.
    I have also tried to access the server through VPN (from local or outside) but I'm getting the same error again. Also I've tried to add these Windows 7 machines to the domain and login with domain user but the result is the same. Turned off both firewalls
    (on server and desktop machines, which I know is unnecessary, but lets try it), still same case. I've tried couple more things with registry editor on desktop machines which I found on different forums and websites but still no luck. And now I don't know
    what else I can do.
    Does anyone knows what's the problem here, have I set something wrong, have not set something I should?

    Hi MeipoXu,
    thanks for your response. I will first answer on your question.
    Yes, the main issue is that we can see the folder when we access the server but we cannot access its contents from Windows 7 machines. I have tried on two machines, one with Windows 7 Home Premium version and the other one with Windows 7 Ultimate version
    and the situation is the same.
    As you recommended, I've checked Network Discovery and File and Printer Sharing and the situation is next: File and Printer Sharing is turned on all layers (Private, Public and Domain) while Network Discovery is off for all layers too. I don't know if this
    is normal thing but Network Discovery cannot be turned on in Windows Server (I'm able to select Turn on Network Discovery and apply the changes, but when I get back to this settings page, I again see that it's turned off, so I assume this can't be changed
    at all).
    I also tried with icacls in command prompt and everything seems to be ok there regarding permissions. Share permissions are set to Full control to Everyone and Security permissions are set to Full control only for Administrators and the user group I've created
    for employees in my company. The confirmation for this is that on Windows 8 machines you can access this folder without any problem and without getting any message connected with access permissions with any user account within this user group. This share is
    created through File and Storage Services service in Server Manager panel.
    And then something came up on my mind. I went in Server Manager to check shared folder settings in File and Storage Services and under Settings page I saw that "Encrypt data access" has been enabled (I enabled this option because I thought
    I will get more security with this option). I asked my self what would happen if I disable it, tried it and now everything works ok on Windows 7 machines too. Now I assume that Windows 7 doesn't have this feature implemented or there are some
    settings which needs to be set on Windows 7 machines to make this encryption thing work with Windows Server. So basically, I will let this feature off for now until I find out more about it and how to implement it to work with all operating systems.
    I want to thank you once more for your kind help!

  • Administrator privileges to domain users

    Raj Kulkarni wrote:...The applications which they use require administrative privileges.Any ideas.Get a better software vendor.Seriously though, all jokes a side, get a better software vendor. If your software vendor is too lazy or incompetent to build software which cannot run with standard user privileges, then it isnot worth using. Inb4, we cannot... blah blah blah. Of cause you can. It is all about making a business case to management why having users running around with local admin rights is not a question of if something goes wrong, but when.Oh look Jonny wants me toplay"Hack my PC" withhim on facebook, oh what is this? I need to install this "update". Sure, why not? Nothing can go wrong right?
    Not the answer you were looking for I know, however it is the RIGHT answer.

    For the past few months, on some PC's, I am unable to give a domain users administrative privileges on their own PC.  The applications which they use require administrative privileges.
    What I have done in the past, with no problems, was to add the domain user to the Administrators group on the local PC.  Now, I get an error message, stating that the user name or password is incorrect.
    I suspect that there may be some corruption in the active directory on our Windows 2008 server.  I have also had password synchronization problems where the password doesn't get changed on the server, but only on the local PC.
    Any ideas.
    This topic first appeared in the Spiceworks Community

  • Path too long, administrator privileges

    Hi All,
    I've come across a problem with too long path on my worker role. The issue is related to a thrid-party code but also to a quite long directory name of the local storage. As far as I can see, in Azure the local worker storage is located under C:\Resources\directory\<GUID>.<WorkerRoleName>.<StorageName>
    which needs at least 60 characters. And, unfortunately, this is too much for the code I've been trying to run.
    Does anyone know of any way to configure the local storage to be located under a different directory?
    My another thought was to use administrator privileges to create a directory myself but I couldn't find any resource to do this either.
      Any help appreciated,
      Jacek

    Hi Jacek,
    I understand your concern about performance but as far as reliability is concerned, the Azure Storage services are much better than local storage.
    For better performance, you should set the affinity of the storage account same as the web/worker role affinity so they will be in the same data center and can reduce the latency and the performance would be better.
    Please consider the following points,
    Local storage is sharing your disk drive capacity where you have your role instance running so need to take care of local storage not exceeding the available disk space
    Local storage is designed for kind of temporary storage. The best use of local storage is for caching. For permanent or persistent data storage, you should use Azure storage services
    As mentioned on
    http://msdn.microsoft.com/en-us/library/ee758708.aspx, data that is saved to the local file system of the virtual machine is not guaranteed to be durable
    Finally, answer to your original question, there is no way to change the path of local storage on Windows Azure.
    What you can do the max is, keep the WorkerRoleName and StorageName as short as possible.
    HTH,
    Mahesh Devjibhai Dhola [Please mark best and acceptable replie(s) as the ANSWER(S)]

  • What is administrator privileges?

    I just asked a question and didn´t give out all the info I think is needed.I work with a 5D mark II and I cannot download the EOS Digital Solution Disk. The OS is Yosemite X 10.10.4It asks for administrator privileges.can anybody help me with this? I am very pressured at work.thanks

    LCohen wrote:
    thanks to everyone! I got it.I was logged in as guest!!! Now that you're past that hurdle, bear in mind that it's usually not a good idea to be logged in as an administrator for routine use of a computer. Most viruses and other malware can infect a computer much more easily when the targeted user is running with more privilege than he actually needs. Full disclosure: I use administrator privilege most of the time. But I've been a professional system administrator for most of my adult life, so I sort of know how to stay out of harm's way. But it's inherently dangerous, and I don't recommend it for newbies.

  • During the installation of Mozilla Firefox 4.0 on Windows Vista, I received an error message saying that I need administrative privileges to install. Are administrative privileges necessary to install Mozilla Firefox 4.0 on Windows Vista?

    The happens when I attemp to install Mozilla Firefox 4.0 on a classified network. Initially when I try to install Firefox 4.0, a screen comes up saying that I need administrative privileges to install. Then when I cancel my logon username/password administrative screen, the installation process lets me continue and I can install the Firefox 4.0 software. I would like to know if Firefox 4.0 might encounter problems later on a classified network if Im able to install the software initially.

    hello, when this is happening after you've already updated firefox with your admin account, try to delete the ''updates'' folder and ''active-update.xml & updates.xml'' within the %localappdata% folder of your restricted account like it is described in http://kb.mozillazine.org/Software_Update#Software_Update_not_working_properly

  • Unable to install update version 1.6.0.393 with error code 3 (Administrator privileges)

    I am unable to update Creative Cloud to version 1.6.0.393. I am running Windows 7 Professional SP1 and have tried installing in administrator profile.
    The message returned when attempting to start the update is:
    Administrator privileges are required to continue with the installation.(Error code: 3)

    Didn't work for me....I have this same problem.
    Tried all this stuff too:
    "Installing Update" Error, Administrator Privileges are required to continue with the installation (Error Code 3)
    I'm on a network as an admin, have tried opening it as an admin, set "always open as admin"....everything.
    MAD

  • My 'run with administrative privileges' script no longer works - help

    Hey all. I have an applescript that shuts down the computer that I made a while back. I pulled it out today to use it and it no longer works. Here's part of the code I'm having trouble with:
    do shell script ¬
    "sudo shutdown -h now" password "myadminpassword" with administrator privileges
    On old machines this worked great, I would just put the admin password where myadminpassword is and it would work perfectly. Now though, I run it on my machine and I get the prompt to enter my admin username and password before it will shutdown.
    Now this is going on a remote install so I need it to work. Any ideas? The machine is running snow leopard, but it seems to still work on an old leopard macbook pro.

    Well, for one, do not use sudo in do shell script.
    The whole 'with administrator privileges' part takes care of elevating your privileges. sudo has no place in do shell script.
    Don't know if that's your issue, but it's the first thing I'd fix.
    If that doesn't help, are you running the script as your admin user?
    Nowhere in your script are you defining the username to run the command as, therefore it will attempt to run as the current user who may not be the same as your admin user, nor have the same password. You might need to include the username:
    do shell script "shutdown -h now" user name "admin" password "myadminpassword" with administrator privileges

  • 10.9.2 systemsetup requires administrator privileges?

    Per the update materials for 10.9.2:
    Date and Time
    Available for:  OS X Lion v10.7.5, OS X Lion Server v10.7.5,
    OS X Mountain Lion v10.8.5, OS X Mavericks 10.9 and 10.9.1
    Impact:  An unprivileged user may change the system clock
    Description:  This update changes the behavior of the systemsetup
    command to require administrator privileges to change the system
    clock.
    CVE-ID
    CVE-2014-1265
    My account is an administrator account, but now when I run the systemsetup command, I get the following error:
    MacBookAir:~ mikedonscheski$ systemsetup -listtimezones
    You need administrator access to run this tool... exiting!

    Hmmm... I'm probably a bit experienced, but the Time/Date setting looks okay to me?  Matches the time on my iPhone.  Should I be looking at something else?

  • Photoshop CS2 denying administrative privileges

    I just installed Photoshop CS2 on Windows Vista and registered it using my serial number, but when I open the program to use it, a window pops up telling me "You are not allowed to continue because your account does not have the proper privileges. Pleases log in using an account with administrator privileges and try again."
    The problem is that it's my personal laptop and I'm the only user (or administrator for that matter) on it. Why isn't it accepting that? I tried asking Microsoft for answers but they said to ask the Adobe Support team. I called technical support but they don't do CS2 anymore. Anybody have answers?

    Don't run the program installer when you put the DVD in. You need to explore the disk. Look for the photoshop folder. Open the folder and look for the .exe file, right click on that and choose run as Admin.
    Before you install on Windows 7 ensure any anti-virus is turned off to include windows defender. Keep UAC running.

  • Administrator privilege are required to install Adobe Master CS5.5

    Hi All,
    This is Tom. I'm logged in as local administrator to Windows 7 64bit OS and everytime I tried to install CS5.5 Master I kept getting this message, "Administrator privilege are required to install". Do you have any suggestion? I can install any program but just not CS5.5.
    Thanks & Regards,
    Tom

    Hi Mylenium,
    Thanks for your advice.
    I could not find the log in "\Program Files(x86)\Common Files\Adobe\Installers", it only shows log file from my previous installation of Adobe CS3.
    I can see this file \Users\[username]\AppData\Local\Temp\PDApp.log with some errors like
    23:11:19 [ERROR] LWANative - OOBElib returned error: 34
    23:11:19 [INFO] LWANative - pwa_openSession Session key : {*****-****-*****}
    23:11:19 [ERROR] LWANative - OOBElib returned error: 47
    23:13:32 [ERROR] LWANative - OOBElib returned error: 27
    23:13:32 [ERROR] LWANative - OOBElib returned error: 27
    Tom

  • I tried to download iTunes 11.1.4 and was told I need administrator privileges to do so. I have never had a problem before.  What's going on?

    Last week I attempted to update the iTunes on my computer to 11.1.4 but the process errored out.  So I uninstalled iTunes and attempted to download the software from the website.  The process stopped and told me I need administrator privileges to install the product.  I have never had this problem before.  What is the problem?

    Hi FSA_1987,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Judy

  • Sounds silly, but I can't turn on the sound anymore. The slider won't budge and in system preferences it looks that it is muted, and i can't 'unmute' it, despite having administrator privileges. Any ideas? Tat

    It sounds stupid, but yesterday I turned off the sound of my iMac, today (after the latest upgrade), I can neither move the slider, nor turn mute off in the system preferences, even so I have administrator privileges. Any ideas?

    Sorry it didn't work...
    If the update you did yesterday was to 10 6 8 and you did it via Software Update, perhaps the Combo Update would be the way to go...
    http://support.apple.com/kb/DL1399
    Cheers,

  • How do I obtain administrative privileges in order to install software ?

    How do I obtain administrative privileges in order to download software ?  I am  trying to download Garmin Maps for my Garmin Nuvi 260W.  Thank you.

    Thanks Eric.  I am the user administrator plus there is a guest user.  However, when I attempt to download Garmin Express installer an apple box appears requesting my Apple Id and password and when I enter this nothing happens and when I cancel this I get a message stating that I need administrative privileges to install the software .  Any assistance which you could give me would be greatly appreciated as it is very frustrating when I am unable to download maps from Garmin when I have previously purchased lifetime maps.

  • My administrator privileges are gone... how do I get them back?

    I've been having serious problems since downloading the latest security update...
    See here: http://discussions.apple.com/thread.jspa?threadID=1466190&tstart=0
    I tried a complete reinstall of Leopard because it was the only way to get my computer to boot back up. Now my account is labeled as Standard and I can't do anything that requires an administrator privilege. How do I fix this? And please help with the larger problem in the other post if you can.
    Thanks!

    try this [link|http://docs.info.apple.com/article.html?artnum=306876].

Maybe you are looking for

  • 3d motion tween load problem

    Hey all, I'm having a problem which has made me struggling for two days. I hope i can get some new ideas for my problem here. I created a fla which includes several 3d motion tween in CS5.5, when it's compiled it works perfect. But when i try to load

  • Can a folio be used or downloaded by others in a regular website?

    Im working on a magazine project and the goal is to have it Published in AppStore, android and regular website. DPS is the key to make it in iPad and android, but what about doing it on a website? Would it work? Or the answer would be a PDF interacti

  • GL Account Master data table

    Dear All, I want to see the masterdata information related to GL account like Gl account, Description, recon account for account type(Control data), Field status group etc....all details related to GL account. I tried table SKA1 but could not get all

  • Time to difference in seconds

    Hi, im implementing a reminder function whereby a user can input a time in format HH:MM:SS and the program will prompt them with a reminder at that time. I have already used the Calender.getInstance() method to obtain the current HH:MM:SS and i need

  • Re: Where i can find documentation of MIDP 2.1 as a zip or jar

    i'm so sorry for my post. i'm new in here.i don't know how can make a new topice? is Java ME SDK 3.2 free for download? i can't download it. why?