I want to change the color of the files displayed under MY DOCUMENTS of the BLUE to BLACK. How do I do that?

Colr default seems to be BLUE - most of the files anre this color - some files are in BLACK. RECORDS are black.

In general, which seems to indicate that some files have been compressed to save space.

Right-click on one of the names of files 'blue', click Properties, and then click Advanced (towards the bottom of the dialog box).

You should see a box marked 'Compress' contents to save disk space, if it is checked, the file was compressed and the reason it appears in blue.

You can disable it if you want, but it will increase the size of the file. You also could select several files, right click and change them all, but again everything done is take more room on your hard drive.

You can also compress/decompress whole folders if you wish.

Tags: Windows

Similar Questions

  • I want to change the layout of my e-mail messages so that the message is on the side of the headers not below them

    I want to change the layout of my e-mail messages so that the message is on the side of the headers not below them. I just downloaded mozilla thunderbird on my new laptop computer to I can not get the layout that I'd rather go back. Help, please. Thanks June

    Maybe try Vertical page layout view in the menu bar.

    No menu bar? Press the ALT key.

  • I want to achieve the effect darken black how accomplish this?

    darken effect.PNGI want to achieve the effect darken black how accomplish this?

    Choose the product in the Mode of merger on the transparency Panel menu (window > transparency).

  • I'm ps cs3 extended fot pc, and I want to change the license for mac, how to do?

    I bought photoshop cs3 extended for windows round 5-6 years ago, it still works great and I don't want to upgrade now, but recently I have mac and I want to install the ps on my mac, but for this I need to change licency or something?

    Help, please

    Also your serial number CS3 old version it is possible to change the platform.

    You can view the policies of swap on link below

    Product order | Platform, language Exchange

    It is not possible to exchange platforms for versions older than CS6.

    In such a case, the options are a) buy a new full version of CS6, or b) reach the Cloud.

  • I want to change the account for new messages

    I have 12 mailaccounts. I want to change the standard account. It seems to me that the first account in the list is the standard account for new mail, I want the second in the list.

    Tools / account settings
    Button down "Actions account."
    as a default value

  • I want to change the color of the firefox button, the button menu is normally orange what file/line in the as I need to change to change

    I just want to change the color of the button but it there as many files of code so much, and I can't find a page that will tell me it please help

    You can change the color by using the App button color- https://addons.mozilla.org/firefox/addon/app-button-color/ module

  • background color: I want to change the background color of the screen of the monitor

    I have a web image in my Office I want to change the background color of the screen of the monitor without a change in the office itself

    could you let me know how to do this?

    Thank you

    I have a web image in my Office I want to change the background color of the screen of the monitor without a change in the office itself

    could you let me know how to do this?

    Thank you

    Hello

    To change the color of the desktop background, follow these steps.

    Click on the desktop and select personalize.

    At the bottom of the window, select the color of the window.

    In the next window, select the Advanced appearance settings.

    In the element , select Office.

    Click the drop-down color 1 menu and select your favorite color. ClickApply/OK.

    I hope this helps.

    Thank you for using Windows 7

    Ronnie Vernon MVP
  • I want to change the blackberry listfield deafault accent color

    Hello

    I want to change the accent color of blackberry deafault (blue) of listfield, here is the code sample, code works fine, I want just to customize the color of the focus of the list... Please suggest me...

    package Meidcare;

    to import java.util.Enumeration;
    import java.util.Vector;

    Import net.rim.device.api.collection.util.SortedReadableList;
    Import net.rim.device.api.system.Bitmap;
    Import net.rim.device.api.system.Display;
    Import net.rim.device.api.ui.Color;
    Import net.rim.device.api.ui.DrawStyle;
    Import net.rim.device.api.ui.Graphics;
    Import net.rim.device.api.ui.component.KeywordFilterField;
    Import net.rim.device.api.ui.component.KeywordProvider;
    Import net.rim.device.api.ui.component.ListField;
    Import net.rim.device.api.ui.component.ListFieldCallback;
    Import net.rim.device.api.ui.container.MainScreen;
    Import net.rim.device.api.ui.decor.BackgroundFactory;
    Import net.rim.device.api.util.Comparator;
    Import net.rim.device.api.util.StringUtilities;

    class SearchFieldDemoScreen extends screen
    {
    Vector drugs_list = new Vector();
    Image bitmap buttonleft, buttonright;
    CountryList _countryList;
    KeywordFilterField _keywordFilterField;
    int mHColor = - 1;

    public SearchFieldDemoScreen (vector drugs_list) {}
    This.drugs_list = drugs_list;
    this.getMainManager () .setBackground (BackgroundFactory.createSolidBackground (0xC2C2C2));

    buttonLeft = bitmap.getBitmapResource ("medical_pills.png");
    buttonRight = bitmap.getBitmapResource ("white_aero.png");

    _countryList = new CountryList();
    _keywordFilterField = new KeywordFilterField();

    Enumeration XmlDiffOperation = drugs_list.elements ();
    While (enumumeration.hasMoreElements ()) {}
    _countryList.addElement (new Country (enumumeration.nextElement (m:System.NET.SocketAddress.ToString (())));

    }

    try {}
    setTitle (_keywordFilterField.getKeywordField ());

    _keywordFilterField.setLabel("Find:");
    _keywordFilterField.setSourceList (_countryList, new Country.MyProvider ());
    _keywordFilterField.setCallback (new MyListFieldCallback());

    _keywordFilterField.SetFocus ();

    Add (_keywordFilterField);

    }
    catch (Exception e) {}
    System.out.println ("Exception in keyword filter field =" + e);
    }
    }

    class MyListFieldCallback implements {ListFieldCallback}

    {public drawListRow Sub (ListField listField, Graphics g, int index, int y, int width)}
    Object obj = ((KeywordFilterField) listField) .getElementAt (index);
    g.setColor (Color.BLACK);

    If (obj! = null & obj instanceof country) {}
    Point country = (country) obj;
    g.drawText (item.toString (), 20, y, DrawStyle.ELLIPSIS |) DrawStyle.HCENTER);
    g.drawLine (0, y-9, width, y-9);
    g.setColor (Color.WHITE);
    g.fillRect (0, y-9, width, 3); for 3-pixel thick seprater "line".
    g.setColor (Color.BLACK);

    } else if(index == 0) {}
    g.drawText ("* void *", 0, y);
    }

    }

    protected void drawFocus (Graphics graphics, boolean on) {}
    graphics.setColor (Color.RED);
    Paint (Graphics);
    }

    public Object get (ListField list, int index) {}
    Return drugs_list.elementAt (index);
    }

    public int getPreferredWidth (ListField list) {}
    Return Display.getWidth ();
    }

    public int indexOfList (String prefix, int start, ListField list) {}
    return 0;
    }
    }

    class CountryList extends SortedReadableList
    {
    Vector drugs_list = new Vector();

    public CountryList()
    {
    Super (new Country.CountryListComparator ());
    }

    Sub addElement (Object item)
    {
    try {}
    System.out.println ("Ankur");
    SearchFieldDemoScreen.ls2 = new ListStyleButtonSet();
    ((Field)) SearchFieldDemoScreen.ls2.add element;
    doAdd (element);
    }
    catch (Exception e) {}
    System.out.println ("Exception in Add item =" + e);
    }
    }

    }
    }

    class country
    {
    private String _countryName;

    public country (String countryName)
    {
    _countryName = countryName;
    }

    public String ToString)
    {
    Return _countryName;
    }

    public static class MyProvider implements {KeywordProvider}
    public String [] getKeywords (Object obj) {}
    Point country = (country) obj;
    return new String [] {item._countryName};
    System.out.println ("called MyProvider");
    Return StringUtilities.stringToWords (obj.toString ());
    }
    }

    public static class CountryListComparator implements comparator
    {
    public int compare (Object o1, object o2)
    {
    System.out.println ("CountryListComparator called in method compares");
    If (o1 == null | o2 == null)
    throw new IllegalArgumentException ("can't compare countries null");
    Return o1.toString () .compareTo (o2.toString ());
    }
    }
    }

    Thanks in advance...

    Oky I solved the problem...

    using the...

    {if (g.isDrawingStyleSet (Graphics.DRAWSTYLE_FOCUS))}

    change the accent color
    g.setBackgroundColor (0xDCDCDC);
    g.Clear ();
    draw text
    g.setFont (Resize.getSecondFont ());
    g.setColor (Color.BLACK);
    g.drawText (item.toString (), 20, y, DrawStyle.ELLIPSIS |) DrawStyle.HCENTER);
    }

    inside the drawListRow...

    Thank you all...

    ----------------------------------------------

    Press on as if you like it...

  • I have two report in a page and I want to change the report that one color of header but he perform the two report

    I have two report in a page as A report and B and I want to change the header color report only a header, but it will change the color of the header of the report I use this code in the css section

    table.uReport > thead > tr > th {}

    color: red! important;

    }

    but it will be the effect on the two report kindly can you help me

    Mr.javvi wrote:

    I have two report in a page as A report and B and I want to change the header color report only a header, but it will change the color of the header of the report I use this code in the css section

    {table.uReport > thead > tr > th}

    color: red! important;

    }

    but it will be the effect on the two report kindly can you help me

    Specify a static region ID for each region and which applies to the to box in your rule of CSS selector to target the report only in this region:

    #report-A table.uReport>thead>tr>th {
      color :red !important;
    }
    
  • Adobe animate CC freezes when I want to change the color or the size of the canvas

    Animate freezes when I want to change the size of the canvas or color (in windows 10) all the world is facing this problem?

    reset your preferences - http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html

  • Selection problem.  I imported a piece of vector art: a guy in a t-shirt and jeans.  I want to change the color of the t-shirt but when I "select", the whole picture gets selected including the head, arms and jeans.  How to isolate the t-shirt?

    I imported a piece of vector art that shows a man wearing a t-shirt and blue jeans.  I want to change the color of the t-shirt, but, when I 'select', not only the GET selected shirt made from the head, arms and blue jeans guy.  How do I isolate the image so I am just by selecting the t-shirt?

    Gabriel,

    What happens if you click the fill with the direct Selection tool, and then try?

    Or try to locate T shirt in the layer in the layers palette and select there, then try? You may need to click one or more arrows to look in under/groups/cutting masks / whatever.

  • I want to change the color of the grid, how to change?

    I want to change the color of the grid, how to change?

    HI -.

    Sorry to disappoint you, but the color of the grid of reflow is not configurable by the user.

    VIC

  • I want to change the size and color of the text in the call boxes and text boxes. How can I do this? Jack

    I want to change the size and color of the text in the call boxes and text boxes. How can I do this? Jack

    Highlite the text inside the text box and press Ctrl + E.

  • I want to change the secret question. Can someone help me? TQVM

    I want to change the secret question. Can someone help me? TQVM

    Security issues Apple - ID

    Account security issues almost always require directly contact a representative from Apple to firmly establish your identity as the account holder. You can configure so that Apple you call, either immediately or at a time convenient to you.

    1. go to http://www.apple.com/support/appleid/

    2 choose to contact Support, then click on contact Support

    3. choose other subjects of Apple ID and choose the appropriate topic for your question (questions of security or password)

    4. choose, no thanks, continue

    5. choose the best method for you to contact Apple

    By the end of 2012 Mac minis, macOS?  Watch, 38 mm silver AL, Watch BONES 2.2.2; iPad 2 Air & iPhone 6 + iOS?  Apple Airport Express

  • I want to change the background, but I don't seem to see how.

    I spent the worst part of the past 3 or 4 hours to try to change the background and add a widget or two. I can't find a way to do it. Please don't tell me that Firefox is lame that I can't do this.

    So, you want to change the home page.
    See - How to set the home page

    Or maybe you want the page tab as your homepage?
    Open on: newtab and set it as your home page by using the information in the article above to support.

Maybe you are looking for