Global formatting of a metric

Hi all

There must be a way to format a metric in the presentation layer is a comprehensive initial format? Example: whenever any report generator takes the metric 'amount' to any report they create - it has a specific format - two decimals, negative amounts in red, use the 1,000 s separator etc. I can only find how to do this on each individual report - that takes time.

Thanks for the help!

You can do this:

(1) on one of the steps, click the column format property ('finger').

2) click the data format and customize.

(3) on the bottom left is a button called "Save". Click on it and choose your option.

This will save the format of this measure for the scope that you selected in step 3).

Tags: Business Intelligence

Similar Questions

  • ECM data collection failed with the error «Cannot run the pre-load...» »

    Hey all,.

    I'm meeting a very strange question. I code a metric ECM for my plugin to mongo database. After he has deployed to EM, even if the data collection was all right (Agent browser check and download folder on the server agent) and the GCED table was created after the expanded plugin, data were load into the ECM table failed.

    Here is the definition of XML.
    -targetType
      <Metric NAME="CheckServiceConf" TYPE="RAW" CONFIG="TRUE">
        <Display>
          <Label NLSID="omd_ecm_checkserviceconf">CheckServiceConf</Label>
        </Display>
        <TableDescriptor TABLE_NAME="MGMT_EMX_MONGO_SERVICE_CONF">
          <ColumnDescriptor NAME="Host_Name" COLUMN_NAME="HOST_NAME" TYPE="STRING" IS_KEY="TRUE" />
          <ColumnDescriptor NAME="Port" COLUMN_NAME="PORT" TYPE="NUMBER" IS_KEY="TRUE" />
          <ColumnDescriptor NAME="Config_File" COLUMN_NAME="CONFIG_FILE" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Data_Path" COLUMN_NAME="DATA_PATH" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Log_File" COLUMN_NAME="LOG_FILE" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Is_Sharding_Server" COLUMN_NAME="IS_SHARDING_SERVER" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Replication_Set_Name" COLUMN_NAME="REPLICATION_SET_NAME" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Is_Config_Server" COLUMN_NAME="IS_CONFIG_SERVER" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="List_of_Config_Servers" COLUMN_NAME="LIST_OF_CONFIG_SERVERS" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Max_Connections" COLUMN_NAME="MAX_CONNECTIONS" TYPE="NUMBER" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Oplog_Size" COLUMN_NAME="OPLOG_SIZE" TYPE="NUMBER" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Instance_Version" COLUMN_NAME="INSTANCE_VERSION" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="OS_Process" COLUMN_NAME="OS_PROCESS" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="OS_Process_ID" COLUMN_NAME="OS_PROCESS_ID" TYPE="NUMBER" IS_KEY="FALSE" />
        </TableDescriptor>
        <QueryDescriptor FETCHLET_ID="OSLineToken">
          <Property NAME="emdRoot" SCOPE="SYSTEMGLOBAL">emdRoot</Property>
          <Property NAME="scriptsDir" SCOPE="SYSTEMGLOBAL">scriptsDir</Property>
          <Property NAME="perlBin" SCOPE="SYSTEMGLOBAL">perlBin</Property>
          <Property NAME="host" SCOPE="INSTANCE" OPTIONAL="TRUE">host</Property>
          <Property NAME="port" SCOPE="INSTANCE" OPTIONAL="TRUE">port</Property>
          <Property NAME="uname" SCOPE="INSTANCE" OPTIONAL="TRUE">uname</Property>
          <Property NAME="pass" SCOPE="INSTANCE" OPTIONAL="TRUE">pass</Property>
    
          <Property NAME="mydelimiter" SCOPE="INSTANCE">mydelimiter</Property>
          <Property NAME="command" SCOPE="GLOBAL">"/usr/bin/perl" -I "%scriptsDir%/emx/%TYPE%" "%scriptsDir%/emx/%TYPE%/CheckServiceConf.pl" "%host%" "%port%" "%uname%" "%pass%" "%mydelimiter%"</Property>
          <Property NAME="delimiter" SCOPE="GLOBAL">%mydelimiter%</Property>
          <Property NAME="startsWith" SCOPE="GLOBAL">em_result=</Property>
          <Property NAME="errStartsWith" SCOPE="GLOBAL">em_error=</Property>
          <Property NAME="em_metric_timeout" SCOPE="GLOBAL">300</Property>
        </QueryDescriptor>
      </Metric>
    -collection metadata
      <CollectionItem NAME="CheckServiceConf" UPLOAD_ON_FETCH="TRUE" CONFIG="TRUE">
        <Schedule OFFSET_TYPE="INCREMENTAL">
          <IntervalSchedule INTERVAL="12" TIME_UNIT="Hr" />
        </Schedule>
        <MetricColl NAME="CheckServiceConf" />
      </CollectionItem>
    -snapshot type metadata
    <METADATAS>
      <METADATA SNAP_TYPE="CHECK_SERVICE_CONF" TARGET_TYPE="mongo_database" VER="1" COMPARE_IGNORE="N" COMPARE_UI_IGNORE="N" HISTORY_IGNORE="N" HISTORY_UI_IGNORE="N" UI_IGNORE="N" DROP_EXISTING_DATA="Y">
        <METADATA_UI_NAME>CheckServiceConf</METADATA_UI_NAME>
        <TABLE NAME="MGMT_EMX_MONGO_SERVICE_CONF">
        <UI_NAME>CheckServiceConf</UI_NAME>
          <COLUMN NAME="HOST_NAME" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="Y" >HOST_NAME</COLUMN>
          <COLUMN NAME="PORT" TYPE="NUMBER" IS_KEY="Y" >PORT</COLUMN>
          <COLUMN NAME="CONFIG_FILE" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="N" >CONFIG_FILE</COLUMN>
          <COLUMN NAME="DATA_PATH" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="N" >DATA_PATH</COLUMN>
          <COLUMN NAME="LOG_FILE" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="N" >LOG_FILE</COLUMN>
          <COLUMN NAME="IS_SHARDING_SERVER" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >IS_SHARDING_SERVER</COLUMN>
          <COLUMN NAME="REPLICATION_SET_NAME" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >REPLICATION_SET_NAME</COLUMN>
          <COLUMN NAME="IS_CONFIG_SERVER" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >IS_CONFIG_SERVER</COLUMN>
          <COLUMN NAME="LIST_OF_CONFIG_SERVERS" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >LIST_OF_CONFIG_SERVERS</COLUMN>
          <COLUMN NAME="MAX_CONNECTIONS" TYPE="NUMBER" IS_KEY="N" >MAX_CONNECTIONS</COLUMN>
          <COLUMN NAME="OPLOG_SIZE" TYPE="NUMBER" IS_KEY="N" >OPLOG_SIZE</COLUMN>
          <COLUMN NAME="INSTANCE_VERSION" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >INSTANCE_VERSION</COLUMN>
          <COLUMN NAME="OS_PROCESS" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >OS_PROCESS</COLUMN>
          <COLUMN NAME="OS_PROCESS_ID" TYPE="NUMBER" IS_KEY="N" >OS_PROCESS_ID</COLUMN>
        </TABLE>
      </METADATA>
    
    </METADATAS>
    After you add target to em, the errors appeared in emoms_pbs.log on the SGD server
    2012-11-09 16:08:13,114 [GCLoader[uploadonfetch] - https://ph-10-10-59-224.cp.no.sohu.com:3872/emd/main/] ERROR
     gcloader.CallbackInterface logp.251 - Failed to execute pre-load for: 
    Target Id       :CDE026FD2C446D2AE043E19D0B0AA2B6
    Collection Name :CheckServiceConf
    Agent Url       :https://ph-10-10-59-224.cp.no.sohu.com:3872/emd/main/
    version         :1.0
    metadata version:2.0
    oracle.sysman.eml.ecm.track.RepositoryOperationException: executePreLoad: Config metadata not found: 
    collectionName   : CheckServiceConf
    targetGuid       : CDE026FD2C446D2AE043E19D0B0AA2B6
            at oracle.sysman.eml.ecm.track.EcmConfigData.executePreLoad(EcmConfigData.java:344)
            at oracle.sysman.core.pbs.gcloader.CallbackInterface.executePreLoad(CallbackInterface.java:245)
            at oracle.sysman.core.pbs.gcloader.DataLoader.executePreLoad(DataLoader.java:1185)
            at oracle.sysman.core.pbs.gcloader.DataLoader.loadDataImpl(DataLoader.java:920)
            at oracle.sysman.core.pbs.gcloader.XMLDocumentDataParser.endElement(XMLDocumentDataParser.java:400)
            at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1359)
            at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:376)
            at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:322)
            at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
            at oracle.sysman.core.pbs.gcloader.XMLDocumentDataParser.split(XMLDocumentDataParser.java:148)
            at oracle.sysman.core.pbs.gcloader.DataLoader.loadDataCollection(DataLoader.java:439)
            at oracle.sysman.core.pbs.gcloader.RequestMapper.processDataCollection(RequestMapper.java:200)
            at oracle.sysman.core.pbs.gcloader.RequestMapper.processAll(RequestMapper.java:154)
            at oracle.sysman.core.pbs.gcloader.Receiver.processFile(Receiver.java:1487)
            at oracle.sysman.core.pbs.gcloader.Receiver.doPost(Receiver.java:1309)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.sysman.core.pbs.app.ContextInitFilter.doFilter(ContextInitFilter.java:113)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
            at java.security.AccessController.doPrivileged(Native Method)
            at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
            at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
            at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
            at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
            at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.
    java:3715)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java
    :3681)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    I am really confused with the error message and have no idea how to fix this.
    Could someone give advice? Thank you in advance!

    Best wishes
    Satine

    Satine,
    The name of the collection item)

    Thank you...

    Pinaki-

  • VMWare Workstation-&gt; ESXi

    Hello. I am a new to VMWare.

    I thought that all the vmx files are compatible to the desktop, server and ESXi. Am I wrong?

    In fact, I create a guest computer on the workstation, but I couldn't add it to the inventory on ESXi. It said invalid.

    Whenever I transfer vmx among these products, do I need to covert it each time? Or, any global format able to read these products?

    Thank you.

    TomT42,

    It must support what is in the file... usually it will say that features are not supported.  ESXi will be the odd one out in this because it doesn't work on vHardware 4, and there are small changes in the VMDK files.  Hence the need for the converter or other means.

    If you create a virtual machine in 5.5 WS / Server 1.0.x it should be good in ESXi.  There is somewhere a portability guide... I'll see if I can find it.

    Kind regards

    EvilOne

    1 - verification of documents

    2 - search the forums

    3 - Question post

    And don't forget to award points to those who help you.

  • Adding text via a button?

    So I create the text with the following code, but when I include text in a button (AddT1.onRelease), it does not work.  Any suggestions?

    Thanks in advance

    /////////////////////

    var my_str1:String = "text (1);

    Create a new TextFormat object,
    and apply its properties.
    var my_fmt1:TextFormat = new TextFormat();
    with (my_fmt1) {}
    font = 'Arial ';
    "BOLD" = true;
    Align = "center";
    size = 12;
    }

    Get information of parameters for the text string
    with the formatting specified.
    var metrics: Object = my_fmt1.getTextExtent (my_str1);

    Create a text field just large enough to display the text.


    AddT1.onRelease = function() {}
    This.createTextField("hello_txt",0,10,10,100,20) ("Text1", this.getNextHighestDepth (),-189, 185, 220,8, 20);
    Text1.Type = "input";
    Text1.WordWrap = true;
    Text1.multiline = true;
    Text1.AutoSize = true;
    Text1.antiAliasType = "Advanced";


    Assign the same text string and the TextFormat object to the Text1 object.
    Text1.text = my_str1;
    Text1.setTextFormat (my_fmt1);

    }

    I can't say I have the answer as to why it does not work, but it seems centered around 'this' within the function, 'this' refers to the AddT1 object.  And for some reason any code will not work in doing this.  But if I remove the "this" of "this.createTextField("hello_txt",0,10,10,100,20)", then appears the textfield object.  Also, if I change it to '_root.createTextField' this works.  Since you have a FLF-189 value you probably won't see it when you test.

  • All of my received emails suddenly changed to the 'Source of the Message' (no HTML) format. How to change their return?

    All of my emails has suddenly changed format in the 'Source of the Message' (no HTML) format. Upcoming new suddenly is back in HTML. Is it possible to convert the received messages to HTML?
    Example of one of them-

    Of the - Thu Feb 19 13:12:54 2015
    X key account: account 1
    X-UIDL: 0MFJMQ-1YIimi1UiS-00ETqm
    X-Mozilla-Status: 0001
    X-Mozilla-Status2: 00000000
    X-Mozilla-keys:
    Return-Path: bounce-857_HTML-206598685-987434-260085-83038@bounce.global.expediamail.com
    Received: from mta.quotitmail.com ([66.231.85.77]) by mx.perfora.net

    (mxeueus001) with ESMTPS (Nemesis) id 0MFJMQ-1YIimi1UiS-00ETqm for
    <[email protected]>; Thu, 19 Feb 2015 01:35:36 +0100
    

    DKIM signature: v = 1; a = rsa-sha1; c = relaxed/relaxed; s = 200608; d =expediamail.com;

    h=From:To:Subject:Date:MIME-Version:Reply-To:Message-ID:Content-Type:Content-Transfer-Encoding; [email protected];
    bh=fNo3DAi3AhVqqOOcWiTDUbWFywc=;
    b=N429V9jQXRGv6C7+5HaLPGqlcgG/TcpFOhv0/Qb8NzGYhs0ZsvLsSmpmxyKD/mdaFhGePrNUpaAP
      +jen5myxsUX3lbr064O2a21h66NUjMHB785XH0FEV6JKm3QdW1u+KHz0szgaxy1CtUSZQk3gjlP1
      MOo6DXu7PV0u0oEd77Q=
    

    Thank you

    Right click on the folder, select Properties, and then on the button repair.

    Be sure to create an exception in your anti-virus analyzes the Thunderbird profile folder.

  • I have format my ipad and when IPUT MY APPLE ID and password it says wrong

    Mini IPad 2.7 global (md54zzp).

    Released firmware: S518942x

    Board config: plo7ap

    RSD firmware release: ios 6.0.1

    I have format my ipad and when IPUT MY APPLE ID and password it says wrong

    Hello

    Try to make sure that your password Apple ID is typed in law, if not reset your password on iCloud.com or scabies of the site apple your apple ID.

  • How to combine several libraries in a library complete?  And this new global all0 library can be an external hard drive?

    How to combine several libraries in a library complete?  And this new global all0 library can be an external hard drive?

    1. click here for more information.

    2. Yes, if this disk contains a partition image or the drive Mac OS Extended format.

    (142356)

  • help with droid 2 global

    My droid 2 global will not start when I insert the sd card. It stays on the screen that has the motorola symbel. and it does not connect to the pc. someone please help!

    Try to format the SD card on a PC.

    Try another SD card.

  • analyze global chains

    I have the cDAQ 9172. Users will enter global channels and I want to analyze digital channels and have them in a separate table. The other channels should be in the same order that the user selects. I read in the global channels that will always be in the same format, but never in the same order. Example: 9401-DI-1:2... and 9205-VI-1:3 and 2:9237-PI-1 would end in two tasks. Analog in the tasks will be 9205-VI-1:3, PI-9237-1:2 and I would then have another task for the digital input 9401-DI-1:2. The user must be able to enter tasks in the order any.

    Well, I solved it with myself. Do not see the regular Expression function. Which allows the use of the works and makes things much earier.

  • Should I use the design of producer/consumer model (Instead of Globals)?

    Hello everyone.

    I have a request including several loops in it. A loop reading data series and he analyses for use in the other loops, another loop acquires via DAQmx data and performs calculations on it for use in other loops, the other formats the data from two loops and poster and one last test data. I was wondering if this is a good candidate for the design of producer/consumer model.

    For now, I use global variables to send data from the series and DAQmx loops to other loops. I use motors of the action for the different parts of the program that should be used everywhere, as the serial port. The test loop needs than the most recent data to run his test.

    Thanks for your suggestions!

    The short answer is Yes. If nothing else using queues to pass data will allow your various loops inactive if no data is present. By using globals your curls must continuously survey to see if the data has changed. You always are beter off if you can make your request, driven by events rather than to use the polling stations.

  • When I copy and paste, the results are stripped of formatting.

    It's weird, I can copy and paste, but all pasting is wiped clean of formatting, underlying formulas (in Excel), hyperlinks, etc.  This happens in all programs (Word, Excel, gmail) and when the copy/paste between programs (Word to gmail).
    It must be a global setting of XP SP3.  I tried to roll back the computer a week, but the problem exists (not sure when it started).
    Any ideas?
    Thank you

    When you paste that you get a symbol down at the bottom that gives you paste options and select keep source formatting?

    http://www.excelforum.com/Excel-General/764099-copy-paste-losing-formatting.html

    This link mentions him "style" of excel, find out what the problem described is the same as yours. "

    http://help.WUGNET.com/office/copying-tab-loses-formattingftopic-1165433-DAYS0-orderasc-8.html

    This link mentions him ' theme'of the spreadsheet. "

    http://www.howtogeek.com/HOWTO/28478/copy-and-paste-in-Outlook-without-messing-up-your-formatting/

    He mentions how to keep the updated source in the form an email

    http://answers.Microsoft.com/en-us/Office/Forum/Excel

    Finally, if none of the help above, it is the link to the forum office.

  • Tryint to reinstall Windows xp but cannont format partition it during installation. Recovery console will format the thought.

    do format

    Results CHKDSK says "volume appears to contain one or more unrecoverable problems". Trying to reinstall XP on the computer hp pavilion zx5000 laptop, but "XP Setup" (Home Edition) can not format the partition. Recovery console will format the partition, but the habit then "Configuration". So now what? What are my options, if any?

    Hello

    Check with HP support, their documentation online and ask questions in the forums of HP on the known issues.

    Support HP & drivers
    http://welcome.HP.com/country/us/en/support.html

    Contact HP
    http://welcome.HP.com/country/us/en/contact_us.html

    HP forums
    http://h30434.www3.HP.com/PSG/

    =========

    Don't forget cables and wiring as much as possible (remove ALL power).

    Run these to check the disc - the manufacturer Diagnostic utilities.

    (The old 302602 links isn't now valid for Diagnostics links).

    Manufacturer diagnostic utilities - run one to your hard drive
    http://www.techsupportforum.com/hardware-support/hard-drive-support/462298-no-IDE-device-found.html

    Corrected list dated 06/09/2010

    Fujitsu hard drives: utility of diagnosis here
    http://www.Fujitsu.com/EMEA/products/HDD/

    Hitachi hard drives: utility of diagnosis here
    http://www.HitachiGST.com/support/downloads/

    IBM hard drives: use Hitachi utility *.

    Toshiba hard drives: use Hitachi or Maxtor utilities

    Maxtor hard drives: Diagnostic Utilities here (now SeaGate)
    http://www.Seagate.com/www/en-us/support/

    Quantum hard drives: use the Maxtor utilities

    Seagate hard drives: here Diagnostic utilities
    http://www.Seagate.com/www/en-us/support/downloads

    Conner hard drives: use the Seagate utilities

    Hard drives Samsung: utility of diagnosis here
    http://www.Samsung.com/global/business/HDD/

    Hard drives Western Digital: utility of diagnosis here
    http://support.wdc.com/product/download.asp?lang=en

    Trial versions of one of these 'might' help.

    SpeedFan
    http://www.almico.com/sfdownload.php

    HD Tune
    http://www.hdtune.com/

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • Need to format and reinstall Windows XP but do not have a disc

    Help! I NEED FORMAT!

    Please READ THIS! I have a Windows XP, x 86 (x 64) Dell Dimension B110 and need to format it. I have NO DISC! I want to continue to use it I just need to delete it if I can solve my problem! Please tell me how!

    According to the Dell support page, a lot of computers Dell Dimension have a recovery partition which can restore your computer to the State "as purchased".  Reference Dell calls this "PC Restore".  After you have created a backup of your data, you start this by pressing Ctrl + F11 when the Dell splash screen appears at startup.  Full instructions are here:

    <>http://support.Dell.com/support/topics/global.aspx/support/KCS/document?c=us&CS=19&l=en&s=DHS&docid=DSN_181316&isLegacy=true >

    HTH,
    JW

  • Home page MSN and ebay United Kingdom format. How to make default both for the United States

    I have new HP Desktop; Default page MSN and ebay only come to the United Kingdom... want to USA format for default.  How can I change this?

    Install the following Microsoft hotfix that will solve WE MSN as your home page:

    http://IE8.MSN.com/Microsoft/Internet-Explorer-8/en-us/IE8.aspx

    Open the following link and select 'My country' as United Staes:

    http://global.eBay.com/

  • Windows Vista reinstall after a full format of the HARD drive!

    My younger brother accidentally formatted the entire hard drive he played in dual-boot Ubuntu with Windows. I have a Dell Optiplex 755 genuine Windows Vista Business Edition, I want to just reinstall Windows Vista, I got this computer from my cousin, I don't have any Installation disc, how I want to download Windows Vista?

    Hello

    Call Dell and ask them to send a set of recovery disks Vista reinstall Vista.

    They do it for a small fee.

    Also, look and see if you still have a recovery partition to reinstall Vista from.

    Read this:

    http://support.Dell.com/support/topics/global.aspx/support/KCS/document?c=us&l=en&s=Gen&docid=DSN_336966&isLegacy=true

    Read also:

    Some manufacturers have more available Vista recovery disks.

    If this happens, you may need to try this instead:

    You can also borrow and use a Microsoft Vista DVD, which contains the files for the different editions of Vista (Home Basic, Home Premium, Business and Ultimate) must be installed. The product key on your computer / Laptop box determines what Edition is installed.

    Other manufacturers recovery DVDs are should not be used for this purpose.

    And you need to know the version of 'bit' for Vista, as 32-bit and 64-bit editions come on different DVDs

    See you soon.

Maybe you are looking for

  • What is a network drive?

    I am running Windows XP Pro v.5.1.2600 SP3.0 32 bit... on your desktop... browser is Firefox latest version...I'll try to find out why my computer/browser is slow, & have met this term... So what is a network drive & how do I know if I have a...I am

  • Bit.Ly is to continue opening new windows on Chrome

    Hello I don't have the means to seek the solucions, I see that I have this strange problem. A bit.ly link > adf.ly is Dungeon opening new windows on my PC, no matter what I do, if Chrome is closed, it will open and go to this URL... If I set up Firef

  • How can I register on my PC as an administrator (Windows Vista Business)?

    Some programs require that I'm logged on as administrator... How to make for a professional Windows Vista operating system.

  • His problem on my laptop - cannot play music

    Model without Pavilion G6 G6-2291ea Series [redacted for privacy] Sound was OK until a Windows Update a few days ago.  For example Amazon won't play music from their CD sample.  Also some surveys I have no sound and when I delete the emails the noise

  • How to convert a QString in full

    Here, I want to do some calculations on the user to input so iam takeing user using textfield using the function text() but he returned QString then how to convert QString in full