Cannot remove a broken sidebar network folder alias in Finder window

Mac OS 10.6.7 -- WinXP Home
I have a created netowork folder alias in the sidebar of my Finder window that points to a shared folder on an officemate's PC (WinXP Home). This folder has been deleted on the officemate's computer. Now, in my Finder window, I cannot click on the alias. Clicking on the broken network sidebar folder aliases or dragging them off of the side bar (they used to vanish in a puff of smoke but now they don't) does nothing.
I can right/control-click is but the only option in the sub-menu is "Open Sidebar Preferences..." and nothing else (other aliases have all the options including "Remove from sidebar"). I can't even drag the folder aliases off of the sidebar in a puff of smoke either. I'm at a loss on this one.
Any ideas how to remove these broken sidebar aliases? Even opening the sidebar preference panel yielded nothing I could see that would help.

If you have installed Developer Tools on your Mac (Optional Installs on your MacOS X installer DVD) then you can delete individual aliases in the Finder sidebar, using Property List Editor, which you'll find in Developer > Applications > Utilities.
In your Home folder go to User > Library > Preferences > com.apple.sidebarlists.plist
Control-right click and choose Open With > Property List Editor.
Scroll down to "useritems" and click the grey arrow next to it to reveal contents.
Click the arrow next to CustomListItems and you'll see a list of entries marked "Item" with a numeric suffix.
Click the grey arrow next to the Item whose number corresponds to the sidebar alias that you want to get rid of and you'll see the info associated with that entry, including its name, as seen in the sidebar.
If it's the right one, click again on the Item header (i.e. "Item [x]") and hit delete.
Quit Property List Editor and Save changes.
Quit and relaunch Finder and that item will be gone from the sidebar list. Everything else will still be there, and you won't need to rebuild the list.

Similar Messages

  • When adding a folder in the finder window it makes me Authenticate.. how can i change this?

    when adding a folder in the finder window it makes me Authenticate.. how can i change this?
    i am logged into the computer as the root user...
    i know when i upgraded to 10.6 this happened but i cannot remember what i did to fix this
    and it is doint it in 10.7
    message says....
    finder wants to make changes. type your password to allow this...
    MBP 2.66 C2D

    If you need a GUI to change the owner of a file or files, try BatChMod
    Download BatChmod 1.51
    Works on 10.5 and 10.6
    http://www.macchampion.com/arbysoft/BatchMod/Download.html
    Here are similar teminal commands:
    Macintosh-HD -> Applications -> Utilities -> Terminal
    #Your current user is:
    echo $USER
    #Let's assume myuser
    #Or, you can use the id command.
    id
    #Remember, this will be the correct userid.  You need to find the bad userid.
    #You need to look on one of your bad files. To find out your UID and GID do:
    cd ~
    ls -ln
    ls -l
    ls -ln filename-of-bad-file
    Now, compare the output and write down what you find.
    You best use the numeric value of the old userid. In this case it is 501.  Before you do a command that will change files,  you should  list all  the files to be changed.   From an administrator  account, enter the following command:
    sudo find -x / -user 501 -exec ls -l {} \;
    # the system will ask for your log on password.  Type it in.  The letters will not appear on the screen.  Then, press the enter key.
    # adding a -x before the / limits the search to the current file system which will be your startup partition.
    # To stop the display press control-c ( hold down the control key then press c )
    mac $ sudo find -x / -user 501 -exec ls -l {} \;
    -rwxr-xr-x   1 na  unknown  0 Oct 23  2001 /Applications/AppleWorks 6/AppleWorks 6.app/AppleWorks 6
    -rwxr-xr-x   1 na  unknown  0 Oct 23  2001 /Applications/AppleWorks 6/AppleWorks 6.app/Contents/MacOS/AppleWorks Essentials
    -rwxr-xr-x   1 na  unknown  0 Oct 23  2001 /Applications/AppleWorks 6/AppleWorks 6.app/Contents/MacOS/Clippings
    -rwxr-xr-x   1 na  unknown  0 Oct 23  2001 /Applications/AppleWorks 6/AppleWorks
    ^C
    This command will change the ownership of a file.
    Any file or folder with a userid of 501 is changed to 1000.  Your numbers will differ.
    sudo find -x / -user 501 -exec chown 1000  {} \;
    #And you need to do this from an administrator id.
    More examples:
    sudo find -x / -user 501 -exec chown 5464 {} \;
    sudo find -x / -group 20 -exec chgrp 211 {} \;
    #combined change of uid & gid
    sudo find -x / -user 501 -exec chown 5464:211 {} \;
    Hope this helps a little.
    Robert

  • After installing Mavericks I can no longer save a new word document or pdf by typing the name of the destination folder in the Finder window.  The save button greys out.  Solutions anyone?

    After installing Mavericks I can no longer save a new word document or pdf by typing the name of the destination folder in the Finder window.  The save button greys out.  Solutions anyone?

    Please follow these directions to delete the Mail "sandbox" folders. In OS X 10.9 there are two sandboxes, while in 10.8 there is only one. If you're running a version older than 10.8, this comment isn't applicable.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
              Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder—not just its contents—to the Desktop. Leave the Finder window open for now.
    Log out and log back in. Launch Mail and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window.
    This action will delete any custom Mail stationery that you have created. If you want to preserve it, ask for instructions.
    If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Repeat with this line:
    ~/Library/Containers/com.apple.MailServiceAgent
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Adding folder alias to finder Sidebar in Lion with AppleScript

    I am creating 2 AppleScripts to automate mounting Windows shared drives on Lion Macbook Airs.  The first creates an alias on the user's desktop to the user's shared drive.  This is functional and doing what I want it to do.
    The 2nd script attempts to create a favorite to the alias in Finder's sidebar.  Unfortunately, I can't seem to get this script to work.
    I am attempting to create an alias on a user's desktop to a folder in a Windows network share.  Here is my applescript:
    set user_name to (short user name of (system info))
    tell application "Finder"
      activate
              set myFolder to ((home as text) & "Desktop:" & user_name)
      select myFolder
              tell application "System Events"
      keystroke "t" using command down
              end tell
    end tell
    The script runs, Finder opens to the user's folder, but nothing is added to the side.
    Any help would be very much appreciated!

    Nevermind... figured it out.  I needed to open the folder for the command to work, so I added:
    open myFolder after the select line.

  • Laserjet pro 200 color mfp m276nw network folder setup on PC Windows 7

    I am trying and trying and trying to setup my Network Folder Setup and I either get the message that there is an error with the file path or an error with my username. 
    I DO NOT have a password for my username. 
    I have copied and pasted the file path \\OWNER-PC\Scanning
    The file is definately set-up for sharing and all permissions are enabled. 
    I am not putting in a PIN at this time.
    Can anyone help me to setup this network folder?
    This question was solved.
    View Solution.

    Hi @Username57 ,
    I understand that you are having issues setting up the network folder. I will certainly do my best to help you.
    I have provided a document with the steps for setting up the scan to network folder.
    Scan From the Control Panel (Including Scan to Email, to a PDF, and to a Network Folder) for HP Lase...
    It is usually a issue with the Network Path for the network folder created.
    Create a folder anywhere on the computer.
    Right click the folder and left click properties, select the Sharing tab, click the Share button, select who you want to share the folder with or everyone. On the same Sharing tab copy the Network Path. (example \\envy1730\users \Envy\desktop\networkfolder
    In the embedded web server for the printer go to the Scan tab, select network folder setup, paste in the path for the network folder. Go through the wizard.
    If those steps don't work then follow steps 1, 2, 3, to resolve this issue to try and get the network folder and path.
    Step one: Make sure that the computer user account is password protected.
    1.Click the Windows icon, then click Control Panel.
    2.Click User Accounts, then select the account you used to log into the computer.
    3.Click Change your Windows password, then find the user account you used to log into the computer.
    •If the user account is password protected, continue to the next step.
    •If the user account is not password protected, click Create a password for your account to create a password, and then continue to the next step.
    Step two: Define the network location
    1.Click the Windows icon, then click Control Panel.
    2.Click Network and Sharing Center.
    3.In the View your active networks section, click Public network under your network name. The Set Network Location window opens.
    4.Select Home Network or Work Network, then click Close.
    Step three: Make sure that the network sharing and discovery options are correct
    1.Open the Network and Sharing Center window.
    2.Click Choose homegroup and sharing options.
    3.In the Share libraries and printers section, select Documents.
    4.In the Other homegroup actions section, click Change advanced sharing settings.
    5.In the Advanced sharing settings window, make sure that the following network options are turned on:
    •Network discovery
    •File sharing
    •Public folder sharing (read and write access)
    •Password protected sharing
    6.Click Save changes.
    7.Your computer network is now successfully set to complete the Scan and Fax to Network. Folder or Digital Fax to Network Folder Wizard.
    One user on another post had to do the following:
    There was a problem in the "advanced sharing settings window". They turned it off, the option which is after the 128 encryption, I mean the "password protected sharing".
    Please let me know the outcome.
    Happy New Years!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Removing alias from finder window?

    hi! somehow i created an alias "Documents" folder which shows up in my Finder window. i am unable to open it with a right or left click to try and move it to the trash. i am also unable to drag it to the trash. can anyone help please?

    Both of you.....Thank you thank you a thousand times, thank you! couldn't get rid of this and one other folder for the life of me!

  • Network drives in the finder window

    In the sidebar of any finder window under the "Shared" area that list the volumes that my laptop can access. Can someone please explain why I can see my network drives as servers with IP address and as sharepoints with the name that I've given the drives? Example:
    192.168.1.22
    Bkupstarbase
    These two items are the same unit. Up until recently I was also able to see my Maxtor drive the same way (as IP address and as its name, Starfleet). Now I only get Starfleet and I can not get it to mount as an IP address. For awhile I was getting lots of errors saying that the drive could not mount, and I would get "Starfleet" but not the IP address. I removed the Quickstart SW from my computer and that seems to have stopped the errors (and maybe the IP address too?). Seem I can access the unit with out problems but I'm wonder why OS10.5 is doing this new way of seeing the drives. Anyone that can help me understand, I'd appreciate it. Thanks.
    DMW
    Also, how does one get pictures into these messages? I've copied some things with grab but I can't figure out how to get them in here. Thanks

    I think Finder thinks that anything in the Sidebar is mounted. A Dock icon or alias might work.

  • Unable to reconnect to network share after closing finder window

    hi there
    I have not been a mac user for long - i have a macbook pro - and generally i am getting along fine.
    however, I have a NAS box which I has a number of files on it on my home network.
    I am able to connect to it using finder by doing cmd+k and selecting it from the list (which I set up at some point). and 'selecting the volume i want to mount' I am then able to browse the share happily and all is well.
    However, once I have done what I was doing and then closed my finder window. if i open another finder window, the share does not appear anywhere and I have to reconnect, sadly at this point, after doing the initial cmd+ K and selecting the network share, the particular volume i mounted before is greyed out and I cannot in fact re-mount it at all.
    I imagine this is because somewhere, finder still has the network volume mounted, and if I could only find it I could browse it as before.
    so i am left with having to reboot, as I simply dont know how to find the mounted volume.
    it may be that it is in fact not still mounted, in which case I am stumped.
    if anyone could offer some explanation and solution to this, i would be most grateful.
    many thanks
    nat
    ps. having fired up the terminal, it seems that the volume in question is in fact in the /Volumes folder, but I cant seem to find that in the finder.
    pps. saying the above - actually as I installed XtraFinder I can navigate up until I have the root level and it is indeed there

    I had the same problem. While logged in as root, I can't use an alias or Cmd+K to connect to a server, but it works fine as any other user. I tried the link above and after reading the mount_afp man page, it describes two steps needed to mount a server. Here's what I had to put in Terminal to mount a share called Installers:
    The root account does not seem to be getting past the first step when using Cmd+K or an alias to a network share, although this worked in previous versions of OSX.
    This problem was not fixed in 10.7.1

  • Alias on Finder Window STUCK

    You know when you open a Finder window? Up near the back button an alias for a .dv file appeared today. I'm not sure how I got it there, but there it is.
    How do I remove it?

    Files with .dv extensions are Digital Video so I would assume that it is from a digital video camera. If you double click on it what happens?
    You should be able to remove it by ctrl+click and then selecting "Remove From Sidebar".
    Chris
    Message was edited by: 2point5

  • Is there any way to change the default folder for new finder windows...

    ...Or even set a different folder as the "home folder"?
    I am recovering from an incredibly messy archive and install which refused to allow me to save my old user accounts, instead moving them all into "Previous Systems". In my haste to get the machine working again I just dragged and dropped my old home folder into the /users/ directory and changed the "short name" of the new account to match it. IT worked, but now I have an incredibly irritating problem. That is now indeed my home folder, as appears in the sidebar of all finder windows, albeit under my new short name instead of my old one. All my documents in iWeb, Garageband, etc are working now and default to the new folder.
    However, Finder has not recognized this, and every time I open a new Finder window or anything like that it defaults to the home folder created by the reinstall, which is now locked to this account (so all the folders have a red no entry sign on them). I would very much like to tell Finder to ignore this now defunct folder and default to my actual home folder instead - is there a way to do this without actually moving or changing any folders? Like a preference setting somewhere? I know there's the "Advanced Options" pane in Leopard but I've been completely unable to find anything like it in Tiger

    Finder > Preferences > new Finder Window opens
    [Recover from renaming your Home folder|http://www.thexlab.com/faqs/renamehomerecovery.html]
    [My home folder and desktop are different than before|http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1952.html]
    [Return to Default Desktop, Apparent Loss of Home Directory|http://support.apple.com/kb/TS1876]
    [ChangeShortName tool|http://www.danfrakes.com/ChangeShortName.html]
    Message was edited by: Limnos

  • Getting rid of network items in the finder window

    For the life of me I can't find any info on this, so here goes. In my finder window on the side bar, I have a category called shared. When I expand it lists an item named All..... When I click on All.... it displays in the main icon window what appear to be network connections for two websites, rentals.com and some microsoft maps platform website. When I try to drag them to the trash it gives me a message saying they can't be deleted. How do I get rid of them?

    Finder preferences under general remove shared servers,

  • Folder icons on Finder windows

    I tried to change a folder icon by pasting an icon from a file over the folder icon in the folder's information window and something strange happened. The file icon (it was from an application file) now appears to the right gear (action?) pulldown on the top of the folder window for every folder I open from my account. When this icon is double clicked, the folder whose icon I was originally trying to change opens in the finder window which was double clicked. Did I damage something? How can I get rid of this behavior?
    I tried going back to the original folder and deleting the changed icon from its information window, which restored the generic folder icon. Now, instead of the new icon, the generic folder icon appears to the right of the gear pulldown on the top of every finder window. When this generic folder icon is double clicked the folder I was trying to change still opens in the finder window.
    Thanks for any help.
    Message was edited by: Thomas Camilleri
    Message was edited by: Thomas Camilleri

    The action (gear) toolbar button can be placed anywhere on the toolbar, so something 'to the right' can be confusing (I don't even use the gear button) - but if I understand you correctly, the folder (whatever it's icon is) is now on the Finder's toolbar. You can add files, folders, and scripts to the Finder's toolbar just like any of the other buttons, although I'm not sure how you accidentally did that (it has nothing to do with icons or the 'Get Info') - go to the View > Customize Toolbar… menu, drag the folder off of the toolbar, and poof!, it's gone from the toolbar (just like the dock).

  • HT1947 Having trouble connecting Remote app to iTunes on Windows 8 system.  Cannot see devices in same network.  Is this a Windows issue?

    I have a Windows 8 system running iTunes 11.0.2.26 with an iPad 3rd gen. running Remote app.  All units on the same network and subnet.  When I bring up iTunes on the windows system, I cannot see any devices, i.e. my iPad.  I can ping all connected devices including the iPad from Windows 8 box.  Is this a Win8 issue talking to iTunes?  Can't seem to crack this nut...

    Thanks for the reply.
    When I use Remote Desktop and use the Public IP of the router without the port number (49250), I am able to get into the server. However, when I try to use RDP with the [Public IP]:49250, it will not connect to the 192.168.0.30 workstation.
    Right now the router is program to forward port 49250 requests to the 0.30 workstation.
    I am going to work on the Inbound/Outbound Firewall settings today and see if this will resolve the issue.

  • Removed a connection from network map, can not find again

    I removed a home computer from the network map, intending to block access. While I did achieve that, I am now trying to remove the block and allow the computer to reconnect. There seems to be no way possible to do this. Everywhere I search has told me to simply remove the intruder status from the network map, but the computer I'm trying to unblock does not show up on the map whatsoever. I've reinstalled my router, and that affected nothing. Is there another way to completely revert the router to factory default? Or is there some piece in the software that could fix this that I am not seeing? The computer's OS is Vista-32bit (that can not connect). 
    Thanks for your help,
    Steve.
    Message Edited by Steve0189 on 01-08-2010 09:29 AM
    Message Edited by Steve0189 on 01-08-2010 09:30 AM

    Steve0189 wrote:
    I removed a home computer from the network map, intending to block access. While I did achieve that, I am now trying to remove the block and allow the computer to reconnect. There seems to be no way possible to do this. Everywhere I search has told me to simply remove the intruder status from the network map, but the computer I'm trying to unblock does not show up on the map whatsoever. I've reinstalled my router, and that affected nothing. Is there another way to completely revert the router to factory default? Or is there some piece in the software that could fix this that I am not seeing? The computer's OS is Vista-32bit (that can not connect). 
    Thanks for your help,
    Steve.
    Message Edited by Steve0189 on 01-08-2010 09:29 AM
    Message Edited by Steve0189 on 01-08-2010 09:30 AM
    Hi Steve,
    Make sure that the Network Lock is off in Network Magic.
    thecreator - Running Network Magic version -5.5..9195.0-Pure0 on Windows XP Home Edition SP 3
    Running Network Magic version -5.5.9195.0-Pure0 on Wireless Computer with McAfee Personal Firewall Build 11.5.131 Wireless Computer has D-Link DWA-552 connecting to D-Link DIR-655 A3 Router.

  • List Folder does not find WIndows shortcut files

    Hello,
      Why doesn't the "List Folder" vi find the Windows shorcut files? The WIndows short files have a extension of "*.lnk",  I am using Labview 2011 SP1 on a WIndows XP Pro machine, the shorcut files are on a mapped network drive.  I can find the shortcut files if a open a cmd window and use the dir command.
    Regards,
    Kaspar
    Solved!
    Go to Solution.

    It seems to work for me as well.  As Mike said, the shortcuts to folders showed up in the folders list.
    Here are some other thoughts:
    Are you using the pattern filter at all?
    Are you using the Recursive File List?
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

Maybe you are looking for

  • DIRECT PATH LOAD의 개념 및 사용 방법

    제품 : ORACLE SERVER 작성날짜 : 1998-11-27 매우 많은 양의 데이타를 빠른 시간 내에 load하고자하는 경우 direct path load를 사용할 수 있다. 여기에서 이러한 direct path load의 자세한 개념 및 사용방법, 사용 시 고려해야 할 점 등을 설명한다. 1. conventional path load 일반적인 sql*loader를 이용한 방법은 존재하는 table에 datafile 내의 data를 SQL

  • Failed to provision site PWA with error: Microsoft.Office.Project.Server.Administration.ProvisionException: To create databases we need dbcreator and securityadmin server roles on servers.

    I'm getting the following errors while trying to provision a PS 2010 PWA on our SharePoint 2010 farm. Our PS instance has been working for a while now, and houses two other PWAs. But today, when trying to create this one, I get "Failed - see the Appl

  • SMPTE-TT plugin sample

    Hi ! I've just tried and integrated the SMPTE-TT plugin for OSMF and it works fine. However, I'm wondering how to change the caption style (background color and alpha, text color...). Nothing of these things are described in the mxml files of the sam

  • Adobe Raw Elements 6

    How come the Adobe Camera RAW box looks different from the CS3 version?

  • Selecting external editor

    I decided to download and try out Photoshop Elements as an editor for iPhoto. However, I am unable to select PSE as the editor in iPhoto's preferences. Do I simply trash the iPhoto prefs file and try again? If so, where is the file located?