Turning .ds_store writes back on for network shares

I used this article: http://docs.info.apple.com/article.html?artnum=301711
to turn off the writing of .ds_store files to network shares because they were very annoying on my Windows machine. However, it turns out they're more useful than annoying, especially since I access most of my files over a network to keep my MacBook HDD clean.
I tried both
defaults write com.apple.desktopservices DSDontWriteNetworkStores false
and
defaults delete com.apple.desktopservices DSDontWriteNetworkStores (found via Google)
and restarted after each one. Neither of them did anything. Does anyone know how?
MacBook   Mac OS X (10.4.8)  

Ken,
This just stores the preferences of folder lay out and view I believe. The problem is they have to have write permissions to those shares for those files to work or the Mac user will get access denied on a share.
The .DS_Store files are created by the Finder during its normal course of operation but they are invisible by default. The Finder will automatically put a .DS_Store file into every folder you have opened. These files are used to save the positions of icons, the size of the respective Finder window, the window's background, and many more view options.
Mark

Similar Messages

  • I do I turn the microphone back on for Skype?

    I accidentally declined the microphone for Skype. When I go into my settings privacy and microphone Skype does not show up. How can I correct this and turn the microphone back on for Skype?

    This will help solve you're issue
    https://support.skype.com/en/faq/FA12336/what-do-i-do-if-my-microphone-does-not- work-with-skype-on-my-ios-7-device

  • Need document on how to create write back template for 11g

    Can anybody provide documentation on how to create write back template for OBIEE 11g?
    Thanks

    Can anybody provide documentation on how to create write back template for OBIEE 11g?Yes! Oracle does. How about you start by reading it? I will give a hint, it's on the System's Administration guide.

  • SQL Server Agent Permissions for backing up on network share

    I'm new to managing SQL Server and I'm not too familiar on how to get this going. I'm trying to automate a T-SQL script that I got from here:(http://community.spiceworks.com/scripts/show/1511-back-up-all-databases-in-sql-instance-with-one-scr...).I have my SQL server agent enabled already but according to the notes in the script, I need to change my account that I have the SQL server agent to a network account. I'm not too sure how to do this. I'm running SQL Server 2012 (non express)My server is a standalone server and I need to backup the SQL database to a NAS on the network. I created a user account on the NAS already. I tried to run the Maintenance Wizard and do a backup that way but when I try to browse for the network share that's mounted, I don't see it. I know that the account that's running under the SQL server agent doesn't...
    This topic first appeared in the Spiceworks Community

    What you might have missed this past week from the Spiceworks Community, in brief.When JJoyner1985asked if he was"expecting too much from his help desk?" the Spiceworks Community got to talking over the finer points of what a help desk should do and how technically proficient and proactive help desk techs should be. The community then discussed some fresh security problems, the finer points (and rationale) behind free software, how to start an IT career after 30, Lockheed Martin's new open source security tool, Shadow IT, and how different organizations get their users to submit tickets.Am I expecting too much from my help desk?
    Careers– Following the motif ofdiscussions concerning what a sysadmin should know, I want to get some idea from the community regarding how much you would expect your help desk staff to know and do. My help desk...

  • 10g Write back works for some users, not others

    Dear Gurus,
    I have a strange problem with the Write Back in my system. We use Write-back pretty extensively and have maybe 10-20 separate reports, updating a number of tables.
    We have been using this system for almost a year with no problems - Myself (logging in as Administrator) and a member of the Business team, logging in as herself (a member of the Presentation Server Administrator Group).
    We now require two more Business power-users to use our Write-back reports. I have added them to the Presentation Server Administrator group. However, when they try to enter values into ANY of the write-back reports, they get the following error;
    An error occurred while writing to the server. Please check to make sure you have entered appropriate values. If the problem persists...
    *State: HY000. Code 10058 [NQODBC]... A general error has occurred. [nQSERROR 27024] The EXECUTE PHYSICAL statement must specify a physical SQL statement to execute (HY000)*
    SQL issued: EXECUTE PHYSICAL CONNECTION POOL "GL Oracle Data Warehouse Connection Pool"
    I do not understand why the write back is working without error for my own user, the Admin user and a member of the business team who is in the Presentation Server Administrator group, but not for two new additions to that group.
    I have checked that the Presentation Server Admin group is granted on the "Enable/Manage Write Back" privilege and on the Execute SQL privilege.
    Any ideas what else I could check?
    Thanks,
    A.

    Hey Amith,
    Thanks for your quick reply! Unfortunately, this doesn't seem to be the case. The system is pretty much wide open, apart from the Write pack privilege, which only the Presentation Server Administrator group has access to.
    I'm having another of my Presentation Server Administrators who has been in the group forever try to use the write back.
    There's no specific connection pool or database level permissions for write back, is there? And there's no specific permissions which need to be set on the xml template files?
    Thanks,
    A.

  • Can we enable write back option , for excel as source?

    Hi All,
    Is it possible to updated an excel using write back , if so please help me how do i need to proceed with.
    Regards,
    Som

    Assume that you have an excel workbook with one sheet called for instance "MySheet" that you want to insert/update on one column called "MyValue".
    If you want to insert then the sql is :
    INSERT INTO [MySheet$] (MyValue) VALUES (@{c0})but you can't DELETE or UPDATE. See this microsoft article :
    http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q178/7/17.ASP&NoWebContent=1

  • How to disable Versions for network shares?

    AFP share points with network shares works great, but Versions will lock a file that one user saves, and wont allow another user to overwrite the file because of it. Is there a way to disable Versions for networked files?

    Or perhaps even just disable file locking? Lion Server will work great for my organization, but only if I can allow more than one person open and save a file!

  • Help needed with a PS script for network share documentation

    I found a nice PS script that will do what I want, however the output portion seems to be broken. It will output the permissions and details, but not list what share it is referring to... Can anyone help with this?
    Thanks!
    https://gallery.technet.microsoft.com/scriptcenter/List-Share-Permissions-83f8c419#content
    <# 
               .SYNOPSIS  
               This script will list all shares on a computer, and list all the share permissions for each share. 
               .DESCRIPTION 
               The script will take a list all shares on a local or remote computer. 
               .PARAMETER Computer 
               Specifies the computer or array of computers to process 
               .INPUTS 
               Get-SharePermissions accepts pipeline of computer name(s) 
               .OUTPUTS 
               Produces an array object for each share found. 
               .EXAMPLE 
               C:\PS> .\Get-SharePermissions # Operates against local computer. 
               .EXAMPLE 
               C:\PS> 'computerName' | .\Get-SharePermissions 
               .EXAMPLE 
               C:\PS> Get-Content 'computerlist.txt' | .\Get-SharePermissions | Out-File 'SharePermissions.txt' 
               .EXAMPLE 
               Get-Help .\Get-SharePermissions -Full 
    #> 
    # Written by BigTeddy November 15, 2011 
    # Last updated 9 September 2012  
    # Ver. 2.0  
    # Thanks to Michal Gajda for input with the ACE handling. 
    [cmdletbinding()] 
    param([Parameter(ValueFromPipeline=$True, 
        ValueFromPipelineByPropertyName=$True)]$Computer = '.')  
    $shares = gwmi -Class win32_share -ComputerName $computer | select -ExpandProperty Name  
    foreach ($share in $shares) {  
        $acl = $null  
        Write-Host $share -ForegroundColor Green  
        Write-Host $('-' * $share.Length) -ForegroundColor Green  
        $objShareSec = Get-WMIObject -Class Win32_LogicalShareSecuritySetting -Filter "name='$Share'"  -ComputerName $computer 
        try {  
            $SD = $objShareSec.GetSecurityDescriptor().Descriptor    
            foreach($ace in $SD.DACL){   
                $UserName = $ace.Trustee.Name      
                If ($ace.Trustee.Domain -ne $Null) {$UserName = "$($ace.Trustee.Domain)\$UserName"}    
                If ($ace.Trustee.Name -eq $Null) {$UserName = $ace.Trustee.SIDString }      
                [Array]$ACL += New-Object Security.AccessControl.FileSystemAccessRule($UserName, $ace.AccessMask, $ace.AceType)  
                } #end foreach ACE            
            } # end try  
        catch  
            { Write-Host "Unable to obtain permissions for $share" }  
        $ACL  
        Write-Host $('=' * 50)  
        } # end foreach $share
    This is what the output looks like when ran with 'RemoteServer' | .\Get-SharePermissions.ps1 | Out-File 'sharepermissions.xls'
    FileSystemRights  : Modify, Synchronize
    AccessControlType : Allow
    IdentityReference : Everyone
    IsInherited       : False
    InheritanceFlags  : None
    PropagationFlags  : None

    Actually it is not being written only with Write-Host.  The last line of the loop is this "$ACL"  which ius an array of objects. 
    Here is a version that gets the info more easily and produces flexible objects.  It should be easier to modify into what is needed.
    # Get-ShareSec.ps1
    [cmdletbinding()]
    param(
    [Alias('ComputerName')]
    [Parameter(
    ValueFromPipelineByPropertyName=$True
    )]$Name=$env:COMPUTERNAME
    Process {
    Write-Verbose "Computer=$name"
    $shares =Get-WMiObject Win32_Share -ComputerName $name -Filter 'Type=0' -ea 0
    foreach($share in $shares){
    $sharename=$share.Name
    Write-Verbose "`tShareName=$sharename"
    $ShareSec = Get-WMIObject -Class Win32_LogicalShareSecuritySetting -Filter "name='$ShareName'" -ComputerName $name
    try {
    foreach ($ace in $ShareSec.GetSecurityDescriptor().Descriptor.DACL) {
    $props=[ordered]@{
    ComputerName=$name
    ShareName=$sharename
    TrusteeName=$ace.Trustee.Name
    TrusteeDomain=$ace.Trustee.Domain
    TrusteeSID=$ace.Trustee.SIDString
    New-Object PsObject -Property $props
    catch {
    Write-Warning ('{0} | {1} | {2}' -f $Computer,$sharename, $_)
    Get-Adcomputer -Filter * | .\Get-ShareSec.ps1 -v
    ¯\_(ツ)_/¯

  • Why iMac turns by itself to "wake for network access"?

    Hello,
    does anyone know why my iMac turned automatically "Wake for network access" mode in Energy Saver preferences?
    I just installed 10.8.2 Mountain Lion to my iMac and changed sleep time to 1 hour and display sleep to 25 min.
    Created second user for other family member. And saw that when computer display sleeps and I wake up it, they ask me a password (there was no such thing on 10.6 to ask password just after display turns out).
    So, after all I Restore defaults of Energy saver and saw, that "Wake for network access" by default is unchecked?
    Should I worry about somekind of hijacking?
    P.S. Sorry for my english.

    up!

  • My iPad2 quit connecting to wireless network. Won't turn on, won't search for networks, no connection

    A couple of days ago, my 1 month old iPad2 quit searching for wireless networks, won't recognize my home network, and the wi-fi connection won't stay on. I can switch it on, but it doesn't do anything (won't search for wifi) and as soon as I move away from that window, it switches back to "OFF". Anyone have a fix for that, or is it a problem that can only be resolved with returning the product for repair or replacement?

    If no change after resetting network settings on your iPad and/or after restoring your iPad with iTunes as a new iPad or not from the iPad's backup, your iPad has a hardware problem.

  • Backing up a network share

    Hello,
    is there a way to use timemachine to backup a remote share that is mounted on the xserve? I would like to use that incremental function for my remote share to.
    I do not mean to use a remote share as TM target.
    greetings
    .r

    Rupat wrote:
    is there a way to use timemachine to backup a remote share that is mounted on the xserve?
    no.
    see [_*What can Time Machine back up, and where can it put it’s backups?*|http://web.me.com/pondini/TimeMachine/2.html]
    you might want to check out ChronoSync instead.
    JGG

  • VSS for network shares?

    I'm currently testing 'Cloudberry online backup' as my tool for backing up files on NAS to the cloud.
    So far it is meeting my expectations as far as scheduled tasks, retention rules, versioning and restore - really a great tool!
    The only issue it has is with its 'Force using VSS' option that allows backing up open files will not work if the source is a share.
    Does anyone know of a solution that supports that option?
    Thank you in advance!

    Hello,
    Thanks for posting here.
    As per our resources we do not support this. You need to engage Cloudberry Support to answer this question.
    Here are some of the helpful links from Azure perspective:
    Azure backup options:
    http://msdn.microsoft.com/en-us/library/azure/jj573031.aspx
    http://www.cloudberrylab.com/blog/how-to-back-up-files-being-in-use-with-cloudberry-backup/
    http://www.cloudberrylab.com/blog/troubleshooting-vss-volume-shadow-copy-issues/
    http://msdn.microsoft.com/en-us/library/aa385413.aspx
    Hope that helps!
    Best Regards,
    Sadiqh Ahmed

  • If I turn off icloud back-up for a specific app, will I have to repurchase the app if something happened to my phone or if I got a new phone?

    I keep getting messages that my icould storage space is almost at capacity. Turns out ALL of the apps on my phone and ipad are being backed up. If I turn some of them off, will I loose those apps if I get a new phone? Thanks for your help!

    Any purchased apps can be re-downloaded from iTunes at any time.

  • Issues Opening Files in Network Share

    Hello,
    I'm hoping someone can help me with this issue I'm having,
    I use a Windows 7 desktop at my office and I have a Network Share on a Windows 2008 Server where I save all my documents and file I work on each day.
    I use my Macbook Air when I'm working at my other office and when I'm traveling.
    My issue is this,
    I setup and able to connect to my Network Share and see all my folders and files. Although if I try to open a file it tells me it can't find the file even though I used Finder to browse right to the file and double clicked on the file. I can copy the file locally to my MacBook, work on the file and then copy it back to the Network Share.
    From me testing different things this is what I have found,
    It's only Word, Excel and Powerpoint documents that don't open from the Network Share. - I do have Microsoft Office 2011 Mac installed
    TXT & PDF Files open just fine from the Network Share.
    I doesn't matter if it's Word, Excel or Powerpoint files created on my Windows 7 desktop or my Macbook Air, once it's moved to Network Share I can't open it.
    This is where it gets really confusing, other Network Shares I can open the Excel & Word files right from the Network Share, it's just my personal Network Share and I put in the right username and password for my Network Share since I can open the TXT & PDF files just fine.
    I'd appricate any help with this issue.
    Thanks in advanced - Jonathan

    I have the same problem and i'm not the only one @ my office. seems that everybody who uses mac in our office has the same problem. So could anybody give any advice how to solve this problem? Do we need to configure shared folders on server or just our macs?

  • Very Slow to save Office 2013 files (Excel/Word) to a network share

    I have an issue with a customer's system whereby they experience problems with saving either a Word or Excel file to another workstation on the network.
    The network share is located on a Windows7 Pro x64 machine. The problem can be seen on a machine that's running Windows 8.1 Pro X64 along with Office 2013. When the user attempts to save the document back to the network share, there's
    a very long delay (sometime around a minute) before the save completes.
    I've tried turning off indexing of off-line files (via indexing options) and also declaring the network location as a trusted location (via the Trust Centre settings from within Excel & Word).
    If I simulate the same, but with a local file (eg loaded/saved to the Desktop) then there's no delay, so I conclude that it's something related to the process of saving data to the network share.
    The normal copy speed across the network, and between these 2 machines, is very fast. It's only when running Word/Excel that  the problem manifests itself.
    Any pointers would be gratefully received!
    Martin

    Hi Martin,
    Please first try to disable your antivirus software and check the issue again.
    This issue may also occur if you use the Encrypting File System (EFS) to secure the Temporary Internet Files folder. If this is the situation, please refer to the following article and try to fix the issue:
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2014/05/05/slow-saving-of-office-files-to-a-network-server-using-efs.aspx
    In addition, please check if the information in the following link applies:
    http://support.microsoft.com/kb/313937/en-us
    Please let me know the result.
    Best Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

Maybe you are looking for

  • Can't run helloworld of Google App Engine (python 2.7)

    I looked and searched for the bug and found the post. -> See comment 29 But, it seems that it's still not fixed in google-appengine 1.6.4 for python 2.7. The exact error is: (Trying to run the helloworld given in docs) WARNING 2012-04-06 23:26:00,928

  • HP Officejet Pro L7590 All in ONe

    When I hit scan button the display reads:  "No scan options" Refer to device documentation to troubleshoot."   The documentation does not contain additional information.  

  • How to validate a url in java script

    Hi to all. can any one send me the code to validate a url in java script thanks in advance

  • J2I5 Authorization on Plant

    Dear Sir, We have multiple Plant configured in our SAP system . For Tcode J2I5 , we need to have authorization control on Plant also . But in the default Authorization Control Object available for J2I5 , we find that control is available only on ACTI

  • Help with Album Covers...

    I have Albums of artists who's albums are explicit but when I download the album cover, it always selects the clean album cover. Is there a way for me to select which album cover I want?