How unSync a folder

I'm having a problem which seemto involve the use of the Windows 7 folder Sync feature. Whenever I have sync a folder, I have access to loss for other folders in the drive. I want to UN-sync the folder but I can't figure out how to do this.

Hello

If I understand correctly, you are facing problem with sync folder. I suggest you to consult the following Microsoft article and check if it works.

Synchronize music, photos, contacts, and calendars with a mobile device:

http://Windows.Microsoft.com/en-us/Windows7/sync-music-pictures-contacts-and-calendars-with-a-mobile-device

Hope the information is useful.

Tags: Windows

Similar Questions

  • How to change folder icon in Windows 8?

    Separated from this thread.

    What happens if I want a different icon

    You can set all at once this way.  Or define unique icons on a specific folder in this way: http://www.intowindows.com/how-to-change-folder-icon-in-windows-78/

  • Can you show how a page fold in a pdf document

    Is anyone know if, and how, you can show how a page fold in a pdf document?

    Thank you

    Hi WendyPairsh,

    You can add transitions to page setting up a PDF for a presentation , or you can set your preferences PDF look one and look at a preferences, Adobe Acrobatfor viewing.

    Kind regards
    Nicos

  • How to change folder name by default when you use save for Web in java script?

    Hello everyone, hope you can help me.


    Photoshop has a folder name by default of images When you export using slices Save for Web . I need to change this folder name.

    How to change folder name by default when you use save for Web in java script?

    Thanks in advance!


    1325ACD7-9C89-4D20-A6BF-E9EE8B7A1D27.png

    QQ20150923-1@2x.png


    JJMack Chuck Uebele Nicolas Ribot SuperMerlin

    You can try with scriptlistener to record the code. Change to the last line of the NO to ALL dialog boxes, so that the dialog - if you wish. There are two places in the code to save the files: one where is actually saved the file, and the other where the default value is file. I have seen it changed something with it. So, you can simply use the first listing of a path in the code below.

    #target photoshop
    
    var idExpr = charIDToTypeID( "Expr" );
        var desc19 = new ActionDescriptor();
        var idUsng = charIDToTypeID( "Usng" );
            var desc20 = new ActionDescriptor();
            var idOp = charIDToTypeID( "Op  " );
            var idSWOp = charIDToTypeID( "SWOp" );
            var idOpSa = charIDToTypeID( "OpSa" );
            desc20.putEnumerated( idOp, idSWOp, idOpSa );
            var idDIDr = charIDToTypeID( "DIDr" );
            desc20.putBoolean( idDIDr, true );
            var idIn = charIDToTypeID( "In  " );
            desc20.putPath( idIn, new File( "C:\\Users\\csuebele\\Pictures\\LR shortcuts" ) );//Here's where it actually saves
            var idFmt = charIDToTypeID( "Fmt " );
            var idIRFm = charIDToTypeID( "IRFm" );
            var idPNtwofour = charIDToTypeID( "PN24" );
            desc20.putEnumerated( idFmt, idIRFm, idPNtwofour );
            var idIntr = charIDToTypeID( "Intr" );
            desc20.putBoolean( idIntr, false );
            var idTrns = charIDToTypeID( "Trns" );
            desc20.putBoolean( idTrns, true );
            var idMtt = charIDToTypeID( "Mtt " );
            desc20.putBoolean( idMtt, true );
            var idEICC = charIDToTypeID( "EICC" );
            desc20.putBoolean( idEICC, false );
            var idMttR = charIDToTypeID( "MttR" );
            desc20.putInteger( idMttR, 255 );
            var idMttG = charIDToTypeID( "MttG" );
            desc20.putInteger( idMttG, 255 );
            var idMttB = charIDToTypeID( "MttB" );
            desc20.putInteger( idMttB, 255 );
            var idSHTM = charIDToTypeID( "SHTM" );
            desc20.putBoolean( idSHTM, false );
            var idSImg = charIDToTypeID( "SImg" );
            desc20.putBoolean( idSImg, true );
            var idSWsl = charIDToTypeID( "SWsl" );
            var idSTsl = charIDToTypeID( "STsl" );
            var idSLAl = charIDToTypeID( "SLAl" );
            desc20.putEnumerated( idSWsl, idSTsl, idSLAl );
            var idSWch = charIDToTypeID( "SWch" );
            var idSTch = charIDToTypeID( "STch" );
            var idCHsR = charIDToTypeID( "CHsR" );
            desc20.putEnumerated( idSWch, idSTch, idCHsR );
            var idSWmd = charIDToTypeID( "SWmd" );
            var idSTmd = charIDToTypeID( "STmd" );
            var idMDCC = charIDToTypeID( "MDCC" );
            desc20.putEnumerated( idSWmd, idSTmd, idMDCC );
            var idohXH = charIDToTypeID( "ohXH" );
            desc20.putBoolean( idohXH, false );
            var idohIC = charIDToTypeID( "ohIC" );
            desc20.putBoolean( idohIC, true );
            var idohAA = charIDToTypeID( "ohAA" );
            desc20.putBoolean( idohAA, true );
            var idohQA = charIDToTypeID( "ohQA" );
            desc20.putBoolean( idohQA, true );
            var idohCA = charIDToTypeID( "ohCA" );
            desc20.putBoolean( idohCA, false );
            var idohIZ = charIDToTypeID( "ohIZ" );
            desc20.putBoolean( idohIZ, true );
            var idohTC = charIDToTypeID( "ohTC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohTC, idSToc, idOCzerothree );
            var idohAC = charIDToTypeID( "ohAC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohAC, idSToc, idOCzerothree );
            var idohIn = charIDToTypeID( "ohIn" );
            desc20.putInteger( idohIn, -1 );
            var idohLE = charIDToTypeID( "ohLE" );
            var idSTle = charIDToTypeID( "STle" );
            var idLEzerothree = charIDToTypeID( "LE03" );
            desc20.putEnumerated( idohLE, idSTle, idLEzerothree );
            var idohEn = charIDToTypeID( "ohEn" );
            var idSTen = charIDToTypeID( "STen" );
            var idENzerozero = charIDToTypeID( "EN00" );
            desc20.putEnumerated( idohEn, idSTen, idENzerozero );
            var idolCS = charIDToTypeID( "olCS" );
            desc20.putBoolean( idolCS, false );
            var idolEC = charIDToTypeID( "olEC" );
            var idSTst = charIDToTypeID( "STst" );
            var idSTzerozero = charIDToTypeID( "ST00" );
            desc20.putEnumerated( idolEC, idSTst, idSTzerozero );
            var idolWH = charIDToTypeID( "olWH" );
            var idSTwh = charIDToTypeID( "STwh" );
            var idWHzeroone = charIDToTypeID( "WH01" );
            desc20.putEnumerated( idolWH, idSTwh, idWHzeroone );
            var idolSV = charIDToTypeID( "olSV" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSV, idSTsp, idSPzerofour );
            var idolSH = charIDToTypeID( "olSH" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSH, idSTsp, idSPzerofour );
            var idolNC = charIDToTypeID( "olNC" );
                var list4 = new ActionList();
                    var desc21 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerozero = charIDToTypeID( "NC00" );
                    desc21.putEnumerated( idncTp, idSTnc, idNCzerozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc21 );
                    var desc22 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc22.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc22 );
                    var desc23 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwoeight = charIDToTypeID( "NC28" );
                    desc23.putEnumerated( idncTp, idSTnc, idNCtwoeight );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc23 );
                    var desc24 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc24.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc24 );
                    var desc25 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc25.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc25 );
                    var desc26 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc26.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc26 );
            desc20.putList( idolNC, list4 );
            var idobIA = charIDToTypeID( "obIA" );
            desc20.putBoolean( idobIA, false );
            var idobIP = charIDToTypeID( "obIP" );
            desc20.putString( idobIP, """""" );
            var idobCS = charIDToTypeID( "obCS" );
            var idSTcs = charIDToTypeID( "STcs" );
            var idCSzeroone = charIDToTypeID( "CS01" );
            desc20.putEnumerated( idobCS, idSTcs, idCSzeroone );
            var idovNC = charIDToTypeID( "ovNC" );
                var list5 = new ActionList();
                    var desc27 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzeroone = charIDToTypeID( "NC01" );
                    desc27.putEnumerated( idncTp, idSTnc, idNCzeroone );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc27 );
                    var desc28 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwozero = charIDToTypeID( "NC20" );
                    desc28.putEnumerated( idncTp, idSTnc, idNCtwozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc28 );
                    var desc29 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerotwo = charIDToTypeID( "NC02" );
                    desc29.putEnumerated( idncTp, idSTnc, idNCzerotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc29 );
                    var desc30 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc30.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc30 );
                    var desc31 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerosix = charIDToTypeID( "NC06" );
                    desc31.putEnumerated( idncTp, idSTnc, idNCzerosix );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc31 );
                    var desc32 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc32.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc32 );
                    var desc33 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc33.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc33 );
                    var desc34 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc34.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc34 );
                    var desc35 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwotwo = charIDToTypeID( "NC22" );
                    desc35.putEnumerated( idncTp, idSTnc, idNCtwotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc35 );
            desc20.putList( idovNC, list5 );
            var idovCM = charIDToTypeID( "ovCM" );
            desc20.putBoolean( idovCM, false );
            var idovCW = charIDToTypeID( "ovCW" );
            desc20.putBoolean( idovCW, true );
            var idovCU = charIDToTypeID( "ovCU" );
            desc20.putBoolean( idovCU, true );
            var idovSF = charIDToTypeID( "ovSF" );
            desc20.putBoolean( idovSF, true );
            var idovCB = charIDToTypeID( "ovCB" );
            desc20.putBoolean( idovCB, true );
            var idovSN = charIDToTypeID( "ovSN" );
            desc20.putString( idovSN, """c:\photos""" );//Here's where the default folder is suppose to go.
        var idSaveForWeb = stringIDToTypeID( "SaveForWeb" );
        desc19.putObject( idUsng, idSaveForWeb, desc20 );
    executeAction( idExpr, desc19, DialogModes.ALL );
    
  • How copy a folder of photoshop to my Imac, including keywords for my computer Macbook with photoshop top to consider during a trip

    How copy a folder of photoshop to my Imac, including keywords for my computer Macbook with photoshop top to consider during a trip

    I don't use a mac. If you are referring to metadata and Image files. Metadata can be in the image file or sidecar files in the same folder. It may depend on how you have set some creative.  Bridge maybe having metadata is its cache system and users of data areas. ACR it can store information in a sidecar instead of ACR data files.  If you use Lightroom metadata is most likely in his library databases.

    Photoshop has many files.   Images of users are in your user id of maybe in the library of lightroom not in Adobe Photoshop files. I use Lightroom.   What exactly you're talking about when you wrote "a folder of Photoshop?

  • How AE scripts folder?

    Hi, I want to ask something about script in after effect CS6. I have a lot of script in my AE, and I think that its quite difficult to find the script that I want to. So, how do the folder of scripts in AE or maybe the Group script? So if I want to use the script I can find it easier...

    Thank you and sorry for my bad English...

    Sorry for the misunderstanding.

    You need something like this:

    Add Ons - ScriptsManager | VideoHive

  • Satellite Pro U400: How to remove folder HDD Recovery Vista running Win 8

    Hello!

    I have updated my Windows Vista to Windows 8 via the Microsoft upgrade offer. Toshiba does not support the upgrade of the Satellite PRO U400 of Win8, but it works so far, only a few features are missing...

    In this HARD drive recovery process, Vista folder remained on my partition E: (containing about 5 GB of files dated 2008...).

    I HAVE (even 2 sets of) recovery DVD for Vista.
    The infrastructure of original HDDRecory for Vista on the laptop ran defective, already long ago for some reason any.

    There is therefore no reason to keep the old HDD Recory on E: folder.
    It is completely unnecessary and I would like to remove this folder without formatting E:.
    However, although I work with admin rights, this is strictly rejected by the system of Windows 8.

    Is there any idea how to get the access rights to delete the HDDRecory folder?

    Best regards and thanks for the help!
    Gernot

    So far I didn't test these actions, but if you have administrative rights, maybe it's possible to delete certain partition and without changing the ability to create a new.
    Try to do this, use the option of disk management in computer management.

    Of course before trying to do this backup all other important data stored on that partition.

    Please let me know if it will work.

  • How to compress folder with documents?

    I need to compress a folder so I can attach it to an email, please tell me how.

    Right-click | Send to | Compressed (zipped) folder.
     

     
     
  • How set/remove folder phantom

    I moved my music folder of 25 GB on a hard drive external and internal space available on my hard drive has not decreased at all.  It seems that despite having moved the folder, the folder still exists in some form of ghost and is still consuming 25 GB of space on my internal hard drive.  How to identify and remove the ghost of my file copy music from my hard drive internal?

    Too bad; I solved the problem.  I had installed Google Music and it has created its own repository in the music folder.  I uninstalled Google Music and won the expected 25 GB of free space on my internal hard drive.

  • BlackBerry Smartphones how the SMS folder displayed on the home screen?

    Hello

    I have a device v4.3 software on my 8110.  I wish I had my SMS messages and email appear in different folders, so I put the General options as 'separate '.  Unfortunately, the only way I can access my SMS is through "view folder".  Is there a way to get a shortcut in the SMS folder on my home screen?

    Thank you!

    txtmj wrote:

    Thank you.  But as I mentioned in my original post, that's exactly what I did.  The problem is that I don't see the SMS folder on my home screen.  This means that the only way to access it by clicking on the 'menu' then 'show the file' leave in my e-mail folder.  Once again, my question is, how to make a shortcut to the SMS folder on my home screen.

    Thanks for your help.

    Hi txtmj;

    Sorry that I missed it! Have you tried to use a different theme? What theme are you using?

    Here is the article of KB of the rim which indicates a possible problem with certain themes.

    H.

  • How to change folder icons in Windows 7 starter? Help says to use 'customize' tab under properties, and he's not here.

    I want to use the other icons (the tree, the camera, the lock...) instead of the simple file folder.    This was easy in XP.    Using the Windows 7 starter version, I get complete instructions on how to do it, then say it cannot be done with this version of Windows.  Help!

    Hi Nancy,.

    See if that helps (probably 2nd one): http://www.sevenforums.com/tutorials/16336-user-folders-change-default-icon.html or http://www.sevenforums.com/tutorials/23825-folder-icon-change-windows-7-default-folder-icon.html.

    If I leave the base, please see other related tutorials at the bottom of each tutorial to see if a place hits or after return and clarify what you are trying to do.

    Good luck!

    Kosh

  • My creative cloud LightroomCC my Presets in my pictures files and I want to change the C:\Users\Frann-Serenity\AppData\Roaming\Adobe\Lightroom\Develop file.  I think it takes to develop, but not sure. I don't know how the Lightroom folded

    I think that the presets should be installed in the C:\Users\Frann-Serenity\AppData\Roaming\Adobe\Lightroom and perhaps even deeper in the folder to develop. I'm not sure because I'm a newbie at this. I have no idea how my Lightroom file put in my C:\Users\Frann-Serenity\Pictures.  I have to install Presets but cannot get to work because they land in my pictures folder.  Any help would be appreciated. Thank you

    Hi FrancieLou,

    The presets are stored in images when you have an option enabled in Lightroom preferences.

    So, if you do not want them to be stored in the pictures folder, you must follow the steps below:

    1. go in the Lightroom preferences > Presets tab

    2 uncheck "save stations with this catalog" and click Ok.

    Then, the presets would be stored in default C:\Users\UserName\Appdata\Roaming\Adobe\Lightroom\.

    Kind regards

    Claes

  • [CS3] How to remove folder on Windows?

    Hi all

    Y at - it a function or utility that will help in the removal of windows folder?

    IFileUtility DeleteFile() will remove an empty folder on mac, but I want to know how to delete the folder on windows?

    Thank you

    Aman

    Good morning Aman Alam:

    If you want an OS solution, try one of these three commands:

    remove the link

    delete

    _rmdir

    In the documentation, the last is the one who is explicitly supported for the deletion of records.

    If you want to stay in the SDK, try creating an IdFichier with the path of the file, and then using the delete command.  It should look like this:

    PMString MyFolderPath ("C:\\abc\\def\\ghi");

    IdFichier MyFile (MyFolderPath);

    MyFile.Delete ();

    The comments in the header to say that if you want to delete a folder this way, it must be empty, and if the folder is not empty to use CoreFileUtils::DeleteDirectory ().

    HTH!

  • How you & quot; Fold & quot; a Section of Code?

    I'm trying to find how to fold or reduce a section of code in Flex 3. I have active folding, but I can't seem to do.

    Thank you.

    Too bad... I got it.

    Thank you.

  • How to change folder icons in 10.10.5?

    I'm bored of generic 2D file Apple icons.

    The graph format (or other) must stick in this part of the 'info' file in order to allocate a new folder icon image?

    Thank you.

    Almost all of them will work.

Maybe you are looking for

  • Tungsten E2 hangs up on the calendar during the hot sync.

    I have a Tungsten E2 with Palm OS Garnet 5.4.7. Suddenly, he started hanging up during hotsync. He always tries to synchronize the calendar when it crashes. I lost the original PC software and impossible to reinstall cd. I tried to remove the softwar

  • WiFi disconnection common in note K4 vibe after first update system

    Will have some problem with my WiFi in note K4. My WiFi automatically disconnect after a few minutes and plug back in, face this problem that my home but another network with my devices works very well with my home WiFi. And this problem occurred aft

  • DeskJet 1112: windows xp sp3

    I bought the printer in January and correctly installed and used on my desktop running Windows XP Service Pack 3 by using the HP installation disk supplied with the printer. Recently, I had a computer virus that required I have to reinstall Windows.

  • Microsoft 700 V2.0 wireless receiver connect problem

    When I connect the Microsoft 700 V2.0 wireless receiver, says system cannot connect to the device, the USB port has malfunctioned. Although I plugged the wireless receiver a few days back with success

  • How to resize batches of photos in Windows 7

    Photo resizing I just changed my computer and now have windows 7 as opposed to the previous XP Under XP, I had absolutely no problem resizing batch of photos (for e-mail, storage, etc.) using the facilities of the Windows Explorer, allowing you to se