Hide side bar for all folders

How am i supposed to do to hide all side bar for all folders once for all plz ??

May be a corrupt .plist.
Do a backup.
Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.finder.plist.  Move the .plist to your desktop.
Re-launch Finder by restarting the computer and test. If it works okay, delete the plist from the desktop.
If the same, return the .plist to where you got it  from, overwriting the newer one.
Thanks to leonie for some information contained in this. 

Similar Messages

  • How can I set a customized view in finder set as standard for ALL folders?

    As I have a large number of folders, I need a specific view in finder: symbol view, sort by program and name. I tried to use this settings as standard for ALL folders, but using the 'set as standard' button does only work for the folder I am in, but not for ALL folders. I even tried to use this settings on the hard disk level in finder, but what ever I tried, it never applies to all folders. The problem occurs on each of my devices and on Yosemite OS 10.10.1. as well as Mavericks 10.9.5. Any ideas on how I can make the 'standard' work on all folders?

    As Vinod says, unique key validator would be fine.
    However, In Gabriel's blog:
    Performing a unique key validation for an attribute that is declared to be unique in the database requires a round trip to the database. This is quite expensive and there is a fast and easy way to work around it.Is false on several fronts:
    1). it's not expensive - it's actually cheaper than the alternative
    2). Unique key validator can require many trips to the DB to validate - it must check all other rows in the EO to ensure there is no duplicate, and all of those rows must be fetched into the middle tier to do the validation: this is expensive.
    The "cheapest" way to do this: unique constraint in the DB
    John

  • Help fix my function to show status for all folders

    I have created a function (tow of them for the same purpose) but they are not working. They compile but when i call them I get null result.
    What I want to do is get folder status for all folders in the database. There is a table called folder with status code, and another table called validstatus with the statuscode description
    So when you look at the older you just see the status code which is a number but then using the function you will get the desription of what that code means.
    Here IS THE function. Maybe I am not doing it right when I call them.
    CREATE OR REPLACE FUNCTION f_folderstatus (v_folderrsn IN NUMBER)
    RETURN VARCHAR2
    IS
    v_return VARCHAR2 (128);
    BEGIN
    SELECT distinct vs.statusdesc
    into v_return
    FROM folder f, validstatus vs
    WHERE f.statuscode = vs.statuscode
    AND f.folderrsn = v_folderrsn;
    RETURN v_return;
    END;
    When I call them using this statement I get null
    select f.folderrsn, f_folderstatus3(vs.statusdesc)
    from FOLDER F, validstatus vs
    where f.statuscode = vs.statuscode
    Edited by: user9508421 on Sep 11, 2008 8:11 AM

    Now how do I create a function to give folder status for all foldertypes? I will then use this function in a package.
    The Folder table has the following columns:
    NAME Null? Type
    FOLDERRSN NOT NULL NUMBER(10,0)
    FOLDERTYPE NOT NULL VARCHAR2(4)
    STATUSCODE NUMBER(10,0)
    SUBCODE NUMBER(10,0)
    FOLDERDESCRIPTION VARCHAR2(4000)
    FOLDERCONDITION VARCHAR2(4000)
    FOLDERNAME VARCHAR2(80)
    The validstatus table has these columns:
    NAME Null? Type
    STATUSCODE NUMBER(10,0)
    STATUSDESC VARCHAR2(80)

  • The new iTunes update gives me no option for a "share" tab on the side bar for me to play home shared music. why? please help i need to listen to beyonce!! plzzz

    The new iTunes update gives me no option for a "share" tab on the side bar for me to play home shared music. why? please help i need to listen to beyonce!! plzzz

    "share tab on the side bar ..."
    iTunes has not had a sidebar for over a year.  You can see one (as iTunes 10 used to show) by doing View > Show Sidebar from iTunes' menu.
    But I'm not sure if that is your issue.  You do not need a sidebar to do home sharing.  Are you running the current iTunes (11.1.3)?  Have you turned on sharing in Preferences?   Have you done File > Turn on Home Sharing?

  • I'd like an alphabet scroll-bar for my folders in Mail. Will this be added anytime soon?

    I've been using Mail for years and find it convenient for use across all devices, off-and online. I really like that I can place a rule so that each email will automatically be delivered into individual folders. This makes it easy to organize my emails for search purposes, and to keep a clean and relevant Inbox. Sometimes, depending on my internet connection....it can sometimes cease at home and my desktop will be in sleep mode, and my emails won't be automatically ruled into their appropriate folders. This is ok, because I just manually file them. However, I have many folders. It would be an added bonus if there is an alphabet scroll-bar in the folders source list to the left of the Mail app. screen.
    It appears that so much time and energy has gone into renovating the Mail application throughout the years, and the clean design and ease of use is noticeable and appreciated. I feel they would be complemented by the scroll-bar.
    I'm just wondering if Apple has this in mind for any new updates to Mail?
    Thanks!

    Apple doesn’t routinely monitor the discussions.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • How do i make a navigation bar for all pages

    Hi friends !
    I want the same navigation bar to appear on all the web pages of my website. (As these are the common things that all the webpages will have). But I didn't find any option to use the navigation bar as a template.
    Will I have to copy and paste the same navigation bar on all the pages (let's say 50 to 60 pages, I will have). It will be very tiresome and tedious job to do.
    And also if I make even a minor change in the navigation bar then I will have to change it in all 50-60 pages.
    What should I do ?
    Please help me in this regard.
    Imagine a 100 or 200 page site, perfectly functioning and on the air. Then, one day, you need to add or delete some button, or simply change a link. You need to change the menubar in ALL 200 pages, and then re-publish them all. Quite a work, ah ?
    Regards,
    Jtechmiami

    Although Dreamweaver Templates and Library items are suitable tools for doing this, they're tedious and cumbersome at best. They get old very quickly.
    By far the most efficient method is to set your navigation bar up as a Server Side Include (SSI).
    SSIs are not Dreamweaver specific, they're a general web technology available on any server.
    A good primer here
    http://www.projectseven.com/products/menusystems/pmm2/ug-examples/includes/index.htm
    Do you already have a hosting account? Does it have PHP available?
    jtechmiami wrote:
    Imagine a 100 or 200 page site, perfectly functioning and on the air. Then, one day, you need to add or delete some button, or simply change a link. You need to change the menubar in ALL 200 pages, and then re-publish them all. Quite a work, ah ?
    Not with SSIs. Simple sitewide menu updates take a few seconds.
    You edit a single text file locally (either button labels or a CSS rule for styling the button), upload (1-2 seconds) and every page on the site is instantly updated.
    Much better than DW Templates.

  • How hide ribbon bar for read only users from custom master page.

    Hi,
    I want to hide the ribbon bar for read only users, on my custom master page I put inside of a SharePoint:SPSecurityTrimmedControl this div: <div id="ms-designer-ribbon">, but when I  save the changes the master page does not work
    anymore.
    <!--MS:<SharePoint:SPSecurityTrimmedControl runat="server" AuthenticationRestrictions="AddAndCustomizePages">-->
    <div id="ms-designer-ribbon">
    <!--SID:02 {Ribbon}-->
    <!--PS: Start of READ-ONLY PREVIEW (do not modify) --><div class="DefaultContentBlock" style="background:rgb(0, 114, 198); color:white; width:100%; padding:8px; height:64px; ">The SharePoint ribbon will be here when your file is either previewed on or applied to your site.</div><!--PE: End of READ-ONLY PREVIEW -->
    </div>
    <!--ME:</SharePoint:SPSecurityTrimmedControl>-->
    I'll appreciate any suggestions in order to solve this.
    Regards.

    did you close browse and open a fresh session?
    also authericationrestrictions for add & customize people so its more than read...
    check this one
    http://msdn.microsoft.com/en-us/library/jj822366.aspx
    another blog for same stuff:http://spgurunet00.web707.discountasp.net/post/2012/12/13/Hiding-SharePoint-2013-Ribbon-from-Anonymous-Users.aspx
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Setting a default folder view for all folders in Windows 7

    How do you set up a default folder view of "List" for ALL the folders in Windows 7 including the optical drive?  
    Artoo

    I just installed windows 7. Are you seriously telling me that i now have all folders with mp3s in them AUTOMAGICALLY (THANKS FOR THE HANDY HELPING HAND THERE MICROSOFT!!!) set to some designers whim of what an mp3 folder "SHOULD" look like?
    Well i was going to write a big rant, and indeed did, but then i was doing some more research and it seems like i just made everyones day and solved the problem (partially). Or well THIS guy did:
    http://www.howtogeek.com/howto/16694/customize-the-five-windows-folder-templates/
    After you’ve clicked OK, visit some of the other folders in your file system.  You should see that most have taken on these new settings.
    What we’ve just done, in effect, is we have customized the General Items template.  This is one of five templates that Windows Explorer uses to display folder contents.  The five templates are called (in Windows 7):
    General Items
    Documents
    Pictures
    Music
    Videos
    When a folder is opened, Windows Explorer examines the contents to see if it can automatically determine which folder template to use to display the folder contents.  If it is not obvious that the folder contents falls into any of the last four templates,
    then Windows Explorer chooses the General Items template.  That’s why most of the folders in your file system are shown using the General Items
    template.
    Changing the Other Four Templates
    If you want to adjust the other four templates, the process is very similar to what we’ve just done.  If you wanted to change the “Music” template, for example, the steps would be as follows:
    Select a folder that contains music items
    Apply the existing Music template to the folder (even if it doesn’t look like you want it to)
    Customize the folder to your personal preferences
    Apply the new template to all “Music” folders
    A fifth step would be:  When you open a folder that contains music items but is not automatically displayed using the Music template, you manually select the Music template for that folder.
    Anyways, sorry that explanation doesnt do it justice. I have spent waaay too much time trying to figure this out already. Also that link doesnt say how to 1) copy templates (are they file or registry based?, didnt do research) 2) if you can distable templates
    or the automatic re-templating of folders.
    THAT is what i want to know! as it is much more maintance then its actually worth...
    but once i had set 5 default types to, the exact same thing... it now doesnt matter if it automagically switches it. SUCK IT MS AUTOTUNE!!!
    Its bloody hard to frame this question too. What can you say about this? "folder changes to mp3" "customize folder types windows 7" "windows 7 folder changes to mp3" "dont automatically change folders to mp3" "how
    to change mp3 details column for good" "automatically change column order win 7 mp3"
    The search that actually solved it:
    "do not apply default template to mp3 windows 7"
    good luck, this worked for me!
    EDIT: also i just noticed that neonr already answered this above. i just didnt read it carefully enough. anyways i guess i will leave this and mark his as answer.

  • Global setting to hide Airport, TimeMachine for all users?

    Is it possible to hide Airport, TimeMachine, and Bluetooth for all OD users?
    10.5.6 Server/Clients

    Create a computer group in WGM, add the machines you want to manage, go to the Preferences > Network > Sharing & Interfaces tab. Check the three boxes, check Always and click Apply Now.
    Make sure that no one is currently logged onto a computer under that computer group as it can cause WGM to freeze, crash, and (occasionally) freeze your ODM.
    As for time machine I have not a clue. I just disable it under the local admin in terminal.
    defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool YES

  • Outlook Reading Pane -- Disable for All Folders

    I am really hoping the answer to this is not "you have to do it for each folder" (because I have hundreds of them) -- how do I disable the reading pane for ALL Outlook folders with a single click?

    Hello,
    In Outlook we can define view templates to to easily apply changes to multiple folders at once. Outlook 2010 and Outlook 2013 also have a separate feature to copy the current view of a folder to other folders.
    For more information, please refer:
    http://www.msoutlook.info/question/51
    Or, we can just use the /nopreview command to open your Outook with the Reading Pane off. To do this, please refer:
    http://office.microsoft.com/en-in/outlook-help/command-line-switches-for-outlook-2010-HP010354956.aspx
    Hope this helps.
    Best Regards,
    Steve Fan
    TechNet Community Support

  • Chown for all folders (solved)

    how do I chown for all the folders under the one folder I am changing permissions?
    thanks love you guys
    Last edited by otacon (2009-02-12 02:50:05)

    find /directory/to/search -type d -exec chown user:group {} \;
    Works for chmod too
    find /directory/to/search -type d -exec chmod 755 {} \;
    And files:
    find /directory/to/search -type f -exec chmod 644 {} \;
    Last edited by fukawi2 (2009-02-12 02:51:24)

  • How do I automatically fetch for all folders in Inbox?

    I'm running an iPHone 4 with iOS5.  When i retrieve my email, only the inbox retrieves, but not any of the folders in the account.  I want to retrieve all the emails to that account.
    I searched online, and found this response to a question re iOS3:
    iPhone/iPod touch devices with multiple email folders tagged for synchronization, will synchronize only the Inbox folder automatically. 
    If folder mirroring is enabled on the server, the folders you select for synchronization appear in the Mailboxes list.  The Inbox is the only folder that synchronizes automatically.  On devices running OS 3.0 or later, however, you may select other folders (excluding Trash) to also synchronize automatically.
    Select Settings > Mail, Contacts, Calendars > (account) > Mail Folders to Push, then check the folders you wish to automatically synchronize.
    On devices running OS versions older than 3.0, folders other than Inbox will initiate synchronization only when they are opened or when using the reload icon (manually initiated sync). 
    Does this feature still exist on iOS5?

    Just thinking even further, new mail does even need to show up in my Inbox list. I'd be happy if showed up as the number of unread in my Accounts list

  • Menu bars for all applications are unusable

    I have a new MacBook that was running Tiger when I opened up the box. I noticed that sometimes the Finder menu bar failed to respond when the cursor was passed over it or any item in it was clicked on (normally I'd expect to see the menu items drop down). I updated to OS to Leopard but although the menus worked for a bit, now they're acting up again. Oddly, the items to the right of the bar (Airport, Bluetooth, etc.) still work.
    I looked through the threads and one of them suggested using the Disk Utility to repair permissions and zapping the PRAM, which I did. The logging from the repair didn't give up much -- just the following for a bunch of languages:
    ACL found but not expected on "System/Library/User Template/English.lproj/Desktop".
    Anyone think of anything that might be causing this? Maybe a software conflict with something I migrated over from the previous iBook?

    Steps taken:
    (1) slaved the iBook to the MacBook and migrated the configuration from the old to the new notebook. Both the iBook and the MacBook were at that time running Tiger -- the iBook has a 30GB stock hard drive in it and other than Office X and some shareware was relatively clean. The migration had one hiccup - I was using an olde version of iPhoto and when I opened it I was prompted to update the thumbnails in my picture library. This essentially froze the application when the progress bar was about a quarter done. In the end I fixed that.
    When I noticed the problem with the menu bars (which by the way appear to be somewhat translucent), I tried rebooting a couple of times. At this point, the problem was random and appeared only to affect the Finder Menu bar. So a reboot had the effect of seeming like it was fixing it. When it didn't go away, I was looking arounf and hit About This Mac and discovered Leopard was uninstalled. I opened the software box and found the install disk, so I ran it. Again, the problem appeared to go away.
    I didn't use the MacBook for about a week, maybe ten days, and thenlast night I noticed that the problem affected all menu bars regardless of application.Tried rebooting. No go. Tried reparing permissions - no problems found. Zapped he PRAM three or four times. No workee.
    That's where I'm at now.
    I have Disk Warrior and Drive Genius, but I haven't tried them yet because (a) I thought this miht be a simple issue resolvasble on the threads, and (b) I bought them when I was running 10.3 on G3s and G4s respectively, and wasn't sure they were Leopard or Intel compatible.

  • Imac display problem, the resolution seems to be unusual, top bar and all folders on the desktop background is off the screen

    Need help with 21" imac display problem. The resolution seems to be unsual, everything on the desktop background goes off the screen. The resolution is set at 1920 x 1080

    Quit the game and restart the iPad.
    To quit the game - Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    If that doesn't work try this.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Lightroom 5 displays No Photos in Selected Folder for all folders.

    All of a sudden Lightroom stopped displaying all of the installed photos. The catalog folders display the correct number of photos, but every folder in the catalog displays the same message —  No Photos in Selected Folder. The photos are all in the correct folders on the hard drives — but they don't even show up as not found — just non-existent. When I hover over a folder an image apperars in the Navigator, but nothing show in the Grid or Loupe view.
    I tried a Sync, and the import dialog came up, saying there were no photos to import. If I go to Import and navigate to photos that have not been imported they appear, but if I go to a folder that contains previously imported photos Lightroom says No Photos Found. The photos themselves are not damaged and will open in Photoshop with no problem. The only change made recently is an upgrade to Maverick on my MacBook Pro Retina laptop.
    Any thoughts will be much appreciated.

    I have had this occur twice, the last time today, after I upgraded to Mac OS 10.9. I have no idea why it happens, but it is very scary to see that there are no photos. I have fixed it both times by (a) rebuilding my catalog and (b) quitting and relaunching Lightroom. I don't know if (a) is necessary, or if relaunching is sufficient. I also have had Lightroom twice "lock" the display, where the same set of photos is displayed, regardless of which folder is selected in the left-hand panel. This is just as scary, and sometimes you don't notice, so you are editing a random photo (the photo that should be displayed, not the one that is incorrectly displayed). I'm using lightroom 5.2

Maybe you are looking for

  • Can't download applications (poss due to hard drive space issue)?

    Hi there, I'm having major hard drive issues with my MacBook Pro OS X 10.4.11 2.4GHz Intel Core 2 Duo 4GB 667 MHz DDR2 SDRAM laptop. I use it for video editing and also keep music on it. However for the video editing I use an external hard drive, tho

  • Myspace log in error....

    everytime i try to log into myspace it redirects me to an error page. I know it's not myspace because i logged into my account on two other computers after having that error. It has always worked but now it's doing that. It's been like this for a cou

  • Ask the Expert: Cisco's 802.11ac Solutions - Deployment, Design, and Interop

    Ask your Questions on Cisco's 802.11ac Solutions - Deployment, Design, and Interop with Cisco Experts: Richard Hamby and Shankar Ramanathan. Monday, March 30th, 2015 to Friday, April 10th, 2015  Richard Hamby is a senior technical support engineer an

  • Purchase Requisition release WF with multi-level release strategy

    Since it has been "a while" from my WF course and i lack experience with WF's (this is supposed to be the 1st one i implement, finally)... The problem I'm facing is really in planning phase of sketching up how my scenario should look like. I have to

  • Archiving messages in

    Hi, I am looking for standard SAP program to delete messages in the transaction SOST for example say 5 days. So that i can schedule this program periodically to delete old mails.. Is it possible to do so..the way i am thinking or is there any better