How to hide DS.store files

what are the settings to hide DS.store files from show up on the desktop and all finder windows that have DS.store files?

Kurt Lang 2012 post on making .DS_Store files invisible again - https://discussions.apple.com/message/18282053

Similar Messages

  • How-to hide the portal file shares on Windows

    Hi,
    Does anybody know how to hide the default file shares created by SAP NW 04 in windows?
    In other words: what I'm trying to accomplish is renaming the sapmnt share and saploc share (both on the E:\usr\sap\ folder) to sapmnt$ and saploc$.
    I know how to do the Windows part, but where and how do I configure the SAP Web AS part?
    Regards,
    Steven Dijkman

    Hi guys,
    Thanks for all the feedback.  However, this still does not fully work.
    I tried hiding the folder but it in fact only hides the folder, not the share itself. I'm trying to do the opposite, hiding the share (making it an administrative one) whilst not hiding the folder. With the folder hidden, the startup framework (NW 04 EP6 SP12) does not work.
    By the way: checking / tightening access is not an option: security architects dictate what needs to happen here and unless I have VERY good reasons I should comply to what they say: change saploc to saploc$ and change sapmnt to sapmnt$.
    If anybody has anymore thoughts, I'd be very interested.
    Cheers,
    Steven Dijkman

  • How to hide the alternative file metadata

    Hi all, I'd like to hide the alternative file metadata from my custom profile, how can I do this without having to write a custom component for it?
    Thanks,

    I put that rule as global since I needed this in Standard. However, in the custom profile I do need to show the alternative file and I thought I could get it done by just reversing that rule in the custom profile but it hasn't work, anyone knows how I can bring the alternative file again just for the custom profile?
    I've tried so far in the custom profile side effects:
    <$dpPromote("createAlternateFile", "1")$>
    <$dpPromote("suppressAlternateFile", "0")$>
    <$dpPromote("alternateFile:isHidden", "0")$>
    <$dpPromote("alternateFile:isEdit", "1")$>
    <$dpPromote("alternateFile", "1")$>
    None has work, thanks in advanced for any help on this.

  • Embed .swf file or how to hide your .swf file on the web for protection

    Hi, is it possible to hide your .swf file so that it can not be taken.  Is there a way to protect it?  if someone please post the chain of commands on how to do this.

    http://www.google.co.in/#hl=en&source=hp&q=swf+encryption+software&oq=swf+encryption&aq=2v &aqi=g2g-v8&aql=&gs_sm=e&gs_upl=848l6367l0l9310l22l20l3l2l2l0l324l3334l1.4.7.3l15&bav=on.2 ,or.r_gc.r_pw.&fp=bdf9e41683b1cd0a&biw=1024&bih=609

  • How to hide overwrite existing file in rteUploadDialog.aspx in sharepoitn 2010

    I want to uncheck and hide the overwriteexisting file in sharepoint 2010 i am opening the addnew item of a list in a popup and in the rich text editor iam inserting a image which opens a pop up .   where to add the CEWP if i right click on the
    popup it shows the page from _layouts folder i.e rteUploadDialog.aspx . where to add the jquery to hide this element.

    Hi Jaydeep
    I have added the jquery in my custom master page but its not hiding .when i check the view source on the rteuploaddialog.aspx i couldn't see my master page html in it. is it because the rteUploadDialog.aspx
    is application page . .
    I forgot to mention  i am already using a delegate control which has some jquery validation on the
    newitem popup and when i try to insert the image from a richtextbox in the newitem popup its opening the
    rteUploadDialog.aspx pop up and i couldn't see my delegate control loading the jquery .if i go to the library of the images and when i try to uplaod a new item its opening upload.aspx dailog and i could see the delegate controls
    jquery .I could see that both the pages are from _layouts .I am wonderign why my upload.aspx has jquery and rteUploadDialog.aspx is not having the jquery in view source

  • How to hide previous project files??

    If you have a client sitting with you at your computer and you have iMovie open for reviewing, etc., you might want to hide previous projects, but iMovie shows ALL previous "events"! How do you hide all past work and start with a "clean" slate without loosing files??

    Get an external hd and just move them off by holding down the ⌘ Command key while dragging to move the folders rather than copy them. iMovie doesn't have a simple way to hide those projects, they literally need to be moved out of the iMovies Project folder.
    The other quick and dirty way of doing it is go to:
    Mac HD > Users > (your home folder) > Movies > iMovie Projects > (drag the folders out to the desktop). These projects can be dragged back in after you are done screening the Project for your client without any damage to the projects at all. So just try dragging them out for now.

  • How to cffileupload and store file paths in a database?

    I'm using CF 9 and have multi-file uploading working. What I need help with is a help desk type page that will display the filenames with links to the files that are uploaded with the form that a user submits. When I view an admin page, I need to see the email form results with a list of the files uploaded and links to where they are.
    Any ideas on how I can get an admin page to display only the files associated with each form submission? I'm assuming that I need to find a method of stroring each uploaded file path to a database but I don't know how to do that. Any help would be appreciated. Thanks

    You could proceed as follows:
    1) Create a database table named uploadedFile. The columns could be, for example,
    upload_id: INT, autoincrement, primary key
    datetimecreated: DATETIME
    serverfile: VARCHAR(50)
    serverdirectory: VARCHAR(30)
    2) Do your multi-upload, for example,
    myMultiUploader.cfm
    <cffileupload url="myUploadFiles.cfm" width="600" ... etc>
    myUploadFiles.cfm
    <cffile action = "uploadAll" destination = "c:\myUploads" nameConflict = "overwrite">
    <!--- This is where your question gets answered --->   
    <!--- All the information about each uploaded file is stored in the cffile structure. ColdFusion creates one cffile struct for each and every file you upload in a single upload round --->
    <!--- Save the information about each file to the database. The back slash \ often serves the purpose of an escape character. So I've replaced it with the forward slash / in the file path. --->
    <cfquery name="saveUploadInfo" datasource="myDSN">
        insert into uploadedfile (datetimecreated, serverdirectory, serverfile)
        values (#cffile.timecreated#, '#replace(cffile.serverdirectory,"\","/","all")#', '#cffile.serverfile#')
    </cfquery>
    <!--- You could in fact log (and review) all the upload data by means of the following --->
    <!--- <cflog file="uploadData" text="#serializeJson(cffile)#"> --->

  • How to hide a SWF file on a Stage?

    Hi,
    I am loading my SWF file onto stage. Later, I want to hide it. For movie clips, I am using the following code:
         TAC_mc.visible =false;
    But I can't do the same to my SWF file.
         Countdown.swf.visible = false;
    Please do help.

    if you're adding a swf file by loading it, you can use its loader to hide it.

  • How to hide either the File menu or the Save button.

    Hello.  Recently we upgraded Adobe Reader from 8.0 to 9.0 on our kiosks and we are having a problem.  We used to be able to hide the save button when viewing a PDF file on a web page through a javascript inside the javascripts folder.  However, while most other buttons seem to be hidden, the 'Save' button next to the Print button on the tool bar is not responding to our script.  I think I should mention that you can not right click or press CTRL on our kiosks.
    Here's what we have tried:
    app.hideToolbarButton("Download");
    app.hideToolbar("FileToolbar");
    app.hideToolbarButton("Save");
    app.hideToolbarButton("SaveFileAs");
    app.hideToolbarButton("SaveTo")
    app.hideToolbarButton("File")
    app.hideMenuItem("SaveTo")
    app.hideMenuItem("FileToolbar")
    app.hideMenuItem("Toolbars");
    app.hideMenuItem("File");
    app.hideMenuItem("Print");
    app.hideMenuItem("Save");
    If possible, we would like to just disabled the 'File' section that can be dragged around altogether, however since this save button is the only remaining button on that section just the code to disable it will work too.
    Also, I'm not asking to disable it, just simply hide it as if you were to right click on it, go into show/hide toolbars, and click 'File'.  We have many kiosks and doing this manually would be...  Well I got a life to live.
    Thank you!

    P.S: I forgot to mention.  If I open Adobe Reader standalone, the button is gone.  If I open it through IE the button is present. It might be because the file is already on the computer but.. I don't know.  Thank you!

  • Question about how Mac OS X stores file information for iMovie and iPhoto

    I'm relatively new to Macs (am using a 3yr old iMac and a new MBA running 10.6.4 and iLife 11) and I have this general question.
    I'm using the iMac for a lot of Movie projects and photos. I've very quickly filled up my 500Gb hard drive and I don't understand why other than this:
    I import a movie using iMovie and it's stored in an Events folder. I then make a project and it's stored in an Projects folder, I then share it to iTunes and it's stored in the iTunes Music/Movies folder. And I also see the movie in an iMovie Shared folder. In other words, it appears that a 2Gb movie (as an axample) becomes about 10Gb because it's saved in multiple places. Must I keep all of them?!
    With iPhotos, I've imported about 6Gb of photos from my Windows PC. No problem. I copied across all the directories and then imported them into iPhoto. I then thought I could delete all the directories as the iPhoto folder became 24Gb in size! Not sure how but it seems that as well as keeping my original 6Gb of photo directories it's also put them into the iPhoto directory and somehow made it a big folder size?! If I delete the original folders (since they're now in the iPhoto app folder) then I can't actually browse the JPGs files can I except from within iPhoto only?
    I've got about 80Gb of music, about 6Gb of photos and about 80Gb of movies. Somehow it's pretty much filled up 500Gb of hard drive (and very little other programs or files other than the normal iMac stuff it comes with) because of the way the Mac (iTunes, iMovie and iPhoto) seems to have the same thing copied everywhere.
    All input greatfully receive and apologies if I'm being thick.
    Richard.

    Richard
    I'll answer the iPhoto part for you.
    If you use iPhoto in its default setting then the images are copied into the Library on import. Yes you can now delete the directories you have copied over.
    then I can't actually browse the JPGs files can I except from within iPhoto only?
    Yes and no...
    The point of iPhoto is that it's your Photo Manager. It's the "go-to" app when you want to do anything with your Photos. - View them, edit them, email them, print them, use them in other apps, upload them whatever - all of these things are done from iPhoto.
    There are two advantages to working this way.
    1. You get to work with your Photos and don't have to think about files. This means the organisation possibilities are much greater than just files in folders. You can use Keywording, Smart Searching, Albums, Events and a plethora of other bases for categorising and therefore find your pics.
    2. iPhoto is integrated throughout the entire OS. That means your Library is available throughout the OS without iPhoto being open by means of Media Browsers. You can search your Library from a MEdia Browser and so on.
    So, while, yes, the files are not browsable via the Finder, there's no need to. Everything you need to do can be done with iPhoto.
    Want to edit the pics in something other than iPhoto:
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Note that iPhoto sends a copy+ of the file to Photoshop, so when you save be sure to use the Save command, not Save As... If you use Save As then you're creating a new file and iPhoto has no way of knowing about this new file. iPhoto is preserving your original anyway.
    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    Regards
    TD

  • Hide the flash files under CMC folders

    How to hide the flash files which are in a particular folder in Infoview so that only few users have access to view them.

    When I try to set security for the flash object, i do not see the User security option when i right click on the object.
    Even when I go to Manage->Top level Security, click on it nothing happens...it means that we cannot set security for the flash objects similar to that of Excel files.
    Can you help me on this....
    ~Neethi..

  • How do i use my time capsule as a network to store files, etc.?

    How do i use my time capsule as a network to store files, etc.?

    There is no difference in setup..
    Only trouble.. be warned this is quite problematic. With Mavericks even more so.
    See Q3 here.
    http://pondini.org/TM/Time_Capsule.html
    Take particular note. The TC is not a NAS or file server.. it can be pressed into use as one.. but will suffer..
    1. Slow spin up of the disk and fast spin down. Causing streaming and library issues with itunes.
    2. iphoto is easily corrupted.. don't move it to a network drive at all.
    3. no backup.. the TC cannot back itself up.. it is designed as a backup target for Time Machine. but Time Machine cannot backup network drives.. and nor did apple build in a backup.. it was never needed. After all it is a backup.. not a file store.
    4. you cannot partition it. You will have issues with TM if you do store both data and TM backups on it.
    5. You can use USB drive plugged into the TC, and experience a new definition of pain and suffering.. well slow file transfer anyway.
    Good luck.

  • How do i decide what files iCloud does and does not upload/store?

    Hello,
    I am in the process of uploading my music to the iCloud.
    This includes music from the iMatch facility that I am subscribed to as well as other music that I need to upload because it’s not available in the ITunes store.
    I have a question?
    How do I control what files/playlists etc are uploaded to the cloud??
    As at present I only have 50GB of storage, how to I best manage this to see what I have and check I upload all that I want?
    In the same way as doing a standard sync with your iPod/iphone to your PC, you can control what playlists and tracks that you add and which you don’t?
    How in essence do I do this with ICLOUD and prioritize what it holds??
    Appreciate your feedback folks
    Simon.

    Hi Kirk,
    Thank you for your response.
    I was under the impression that the limit was 50GB max or 25,000 files whichever came first?
    I have a total of 80gb :-)
    Anyway, if the limit is 50GB and say for somereason i only wanted to upload 3/4 of my files to the cloud, how do i detrmine which ones are uploaded and stored via match or non match upload and which remain outisde the cloud?
    Can this be done?
    Regards
    Simon.

  • How to  store file in Application server.

    Hi all,
    I have done a report where using excel sheet data i hv to insert in ztable. I have done it i hav  converted excel sheet data into internal table and then inserted into ztable. It is working properly. using p_file like rlgraph-filename i have taken the parameter and function module filename_f4 uploaed file.
    Now i when i am runing the report it is inserting properly in foreground. But  i have requirement that i have to run the report in background but it is giving error in background. So what i do is the excel sheet which i take as input should be stored in Application server and then i have to pick up the file from application server during the background process. So any body can tell me how to write the program  to store file in application server and pickup that file again to run it in background.
    <b>useful answers will be rewarded</b>
    Regards,
    Sunil kumar.

    HI
    see this program where EXCEL to INTERNAL TABLE and then TO APPLICATION server
    REPORT  ZSD_EXCEL_INT_APP.
    parameter: file_nm type localfile.
    types : begin of it_tab1,
            f1(20),
            f2(40),
            f3(20),
           end of it_tab1.
    data : it_tab type table of ALSMEX_TABLINE with header line,
           file type rlgrap-filename.
    data : it_tab2 type it_tab1 occurs 1,
           wa_tab2 type it_tab1,
           w_message(100)  TYPE c.
    at selection-screen on value-request for file_nm.
    CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
    EXPORTING
    *   PROGRAM_NAME        = SYST-REPID
    *   DYNPRO_NUMBER       = SYST-DYNNR
    *   FIELD_NAME          = ' '
       STATIC              = 'X'
    *   MASK                = ' '
      CHANGING
       file_name           = file_nm
    EXCEPTIONS
       MASK_TOO_LONG       = 1
       OTHERS              = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    start-of-selection.
    refresh it_tab2[].clear wa_tab2.
    file = file_nm.
    CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
      EXPORTING
        filename                      = file
        i_begin_col                   = '1'
        i_begin_row                   =  '1'
        i_end_col                     = '10'
        i_end_row                     = '35'
      tables
        intern                        = it_tab
    EXCEPTIONS
       INCONSISTENT_PARAMETERS       = 1
       UPLOAD_OLE                    = 2
       OTHERS                        = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    loop at it_tab.
      case it_tab-col.
       when '002'.
        wa_tab2-f1 = it_tab-value.
       when '004'.
        wa_tab2-f2 = it_tab-value.
      when '008'.
        wa_tab2-f3 = it_tab-value.
    endcase.
    at end of row.
      append wa_tab2 to it_tab2.
    clear wa_tab2.
      endat.
    endloop.
    data : p_file TYPE  rlgrap-filename value 'TEST3.txt'.
    OPEN DATASET p_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    *--- Display error messages if any.
      IF sy-subrc NE 0.
        MESSAGE e001(zsd_mes).
        EXIT.
      ELSE.
    *---Data is downloaded to the application server file path
        LOOP AT it_tab2 INTO wa_tab2.
          TRANSFER wa_tab2 TO p_file.
        ENDLOOP.
      ENDIF.
    *--Close the Application server file (Mandatory).
      CLOSE DATASET p_file.
    loop at it_tab2 into wa_tab2.
      write : / wa_tab2-f1,wa_tab2-f2,wa_tab2-f3.
    endloop.

  • How to repair my macbook pro when i had delete the app store file and know it telling that appstore file has been damage or incomplete and i had the version 10.6.8

    how to repair my macbook pro when i had delete the app store file and know it telling that appstore file has been damage or incomplete and i had the version 10.6.8

    so is their is any way that i can solve this matter

Maybe you are looking for

  • Write code for authentication of username and password using struts

    write code for authentication of username and password using session using struts with jdbc connection..

  • Different colors after export

    I had this a time ago from Final Cut Express too. I do have a short clip from a Canon HF100 AVCHD camcorder, that shows industries at sundown. I saturated the colors a bit to make the sundown a bit more dramatic. When I export that clip with Quicktim

  • Printer Spreads to single pages

    Hello. I am a digital printer and am having an issue with printer spreds. I have customer who keeps submitting a booklet they need printed in printer spreds. However that is basically usless for me since I have a digital press with impostion software

  • Any sample video webinar code?

    Hi, I'm trying an experienced java developer but very new to flash. I'm trying to develop a php webapp that live streams a users webcam to hunderds of views, with chat and the ability to kick viewers out of the meeting. I downloaded flash builder 4 a

  • Alignment guides and rulers

    I would like to create my own master pages for books in Aperture; however, I don't see any of the common tools that one would expect to have when doing layout - being able to distribute objects evenly, horizontally and/or vertically, being able to vi