Windows not behaving properly

hello!
i am using windows 7 ultimate. 
recently i upgraded to windows 8 and then again to windows 7. it was all fine for a week or so. but after that my windows crashes,hangs and mouse buttons are swapped and mouse buttons are pressed even if i dont press them. firstly i thought it was hardware
problem but after changing windows8 again to  i found everything was working fine and then again in windows 8 also the same funny things happen. i thought som files must be malicious or corrupt but anti virus doesnt show anything. i tried sfc scannow
and during that scan it stops at 54 %. it show-" windows verification 54%complete"
"windows resource protection found some corrupt files but were unable to fix some of them" details are included in cbs.log or something like that..
please help me solve the problem
any kind of help ,suggestion will be welcome
thank you

Hi,
Try to plug the mouse or keyboard in other port if this just happen to these two devices.
Then I suggest to repair the system with a windows installation disc, details can be found at:
http://windows.microsoft.com/en-us/windows7/products/features/startup-repair
In windows 8, if the sfc command fails, you should try this command to repair online image :
dism /Online /Cleanup-Image /RestoreHealth
Also, as you mentioned in the post, the cbs.log, please upload the log for further support.
Regards
Wade Liu
TechNet Community Support

Similar Messages

  • Accordion not behaving properly

    Hi!
    I have an accordion that is not behaving properly, and can't understand why. As you see in the following link, when clicked, the accordion´s opening is not smooth but quite strange. The .css and .js controlling files are the same Adobe.com posted in the download section. Is quite frustrating: I have done other accordions and I thought I could control this thing. But somehow, there is something that I dont understand going on.
    Link:
    http://www.wedobanking.com/wedobanking2.asp
    code:
    <html>
    <head>
    <link REL="SHORTCUT ICON" HREF="images/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Wedobanking</title>
    <STYLE type="text/css">
    <!--
      A:link {COLOR: black; TEXT-DECORATION: none}
      A:visited {COLOR: black; TEXT-DECORATION: none}
      A:active {TEXT-DECORATION: none}
      A:hover {COLOR: black; TEXT-DECORATION: none} -->
    </STYLE>
    <script language="javascript">
    function loadTwo(iframe1URL, iframe2URL)
    parent.iframeTop.location.href=iframe1URL
    parent.iframe1.location.href=iframe2URL
    </script>
    <script language="JavaScript" type="text/javascript" src="spryassets/SpryAccordion.js"></script>
    <link href="spryassets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <table width="100%" height="100%" border="0" align="left">
      <tr>
        <td valign="top" align="left" width="160" height="100%">
            <table width="100%" border="0" BACKGROUND="images/LeftFrame.jpg">
              <tr>
                <td height="545">
               <div id="Accordion1" class="Accordion">
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab"><a href="home.asp" onClick="window.frames['iframe1'].location = this.href"style="text-decoration:none">  Home                     </a></div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">  Your Profile</div>
                  <div class="AccordionPanelContent"><a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      General</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      CV</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      Account</a>
                    </div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">  Create</div>
                  <div class="AccordionPanelContent"><a href="javascript:loadTwo('CreateBusiness/cBusinessTop.asp','CreateBusiness/cBusinessMain. asp')" style="text-decoration:none">      Business</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      Offer</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      Found</a>
                    </div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">  Invest</div>
                  <div class="AccordionPanelContent"><a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      Businesses</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      Offers</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      Founds</a>
                    <br>
                    </div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">  Messages</div>
                  <div class="AccordionPanelContent"><a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      New</a>
                    <br>
                    <a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      Received</a>
                    <br>
                    <a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      Sent</a>
                    <br>
                    </div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">  Help</div>
                  <div class="AccordionPanelContent"><a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      FAQs</a>
                    <br>
                    <a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      Forum</a>
                    <br>
                    </div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab"><a href="exit.asp" onClick="window.location = this.href" style="text-decoration:none">   Exit                                      </a></div>
                  </div>
              </div>  
                </td>
              </tr>
            </table>
        </td>
        <td valign="top" align="left">
              <table width="100%" height="100%" border="0">
                <tr height="100%">
                  <td valign="top"><iframe name="iframeTop" width="100%" height="100" src="" frameborder="0"> Error: your Internet Navigator doesnt support iframes! </iframe>
                  <br>
                  <iframe name="iframe1" width="100%" height="490" src="" frameborder="0"> Error: your Internet Navigator doesnt support iframes! </iframe>
                  <br>
                  <iframe name="iframeBottom" width="100%" height="25" src="" frameborder="0"> Error: your Internet Navigator doesnt support iframes! </iframe>
                  </td>
                </tr>
            </table>
       </td>
      </tr>
    </table>
    <script language="JavaScript" type="text/javascript">
    var acc1 = new Spry.Widget.Accordion("Accordion1", { useFixedPanelHeights: false, defaultPanel: -1 });
    </script>
    </body>
    </html>

    The accordion behaves very well in all browsers with the exception of IE. When there is no DOCTYPE assigned to your document IE goes into Quirks mode.
    Just add the following to the very first line (no blank lines prior) of your document
    <!DOCTYPE html>
    Gramps

  • My Ifone 4 was not behaving properly. I pressed "Reset all settings" now it has

    My Ifone 4 was not behaving properly. I pressed "Reset all settings" now it has been more than 1 hour my ifone is still working in background and white circle is moving in the center of the screen. None of the button including Power works may you press it for any time

    Enter DFU Mode.
    Connect the iPhone to your computer and launch iTunes
    Turn the iPhone off (hold down the power button at the top of the iPhone)
    Hold down the sleep/power button and home button together for exactly 10 seconds, then release the power button
    Continue to hold down the Home button until a message appears in iTunes telling you an iPhone in recover mode has been detected
    Do a restore

  • Preset Not Behaving Properly

    I have a preset which tweaks clarity, vibrance, sharpening and lens correction.  I recently applied it to a new photo and it didn't seem to do much.  I went in to edit it ( right clicked on preset and selected UPDATE WITH CURRENT SETTINGS).  Only white balance was checked.  Is there a way to recover my previous settings?
    Thanks.

    You probably goofed up the preset permanently by updating it with only white balance selected (try recovering from backup).
    But here is an important note:
    Lightroom does NOT do a good job at handling process version in presets (and some presets included with Lightroom specify a process version when they shouldn't).
    If the preset had a process version which did not match the process version of the photo, the preset may not behave properly.
    If I used presets much, I would load all presets into a text editor, and check for process version specific stuff. If yes, then make sure there is a proper process version in it. Then, store in a PV20XX folder so as not to use it on the wrong photos. If no, then make sure you strip the process version out of the file, and re-save. Restart Lightroom afterward. Let me know if you need help determining which items are PV specific.
    If you want to know which settings were in a previously applied preset, you can search for photos that have it applied, and compare the settings before and after applying the preset. ChangeManager makes the comparison easier and less error prone.
    Rob

  • Query is not behaving properly

    Hi All,
    I have 1 row in tag readings table and statuses table is empty .If I run INCR then instead of 1, 2 same rows get populated in statuses table.Below is the query:
    MERGE INTO MTH_EQUIP_STATUSES o USING
    ( SELECT r.EQUIPMENT_FK_KEY,
    s.SHIFT_WORKDAY_FK_KEY,
    s.HOUR_PK_KEY HOUR_FK_KEY,
    Greatest(s.FROM_DATE,r.FROM_DATE) AS FROM_DATE,
    Least(s.TO_DATE,r.TO_DATE) AS TO_DATE,
    r.TAG_DATA STATUS,
    -1 as SYSTEM_FK_KEY,
    r.USER_ATTR1,
    r.USER_ATTR2,
    r.USER_ATTR3,
    r.USER_ATTR4,
    r.USER_ATTR5,
    r.USER_MEASURE1,
    r.USER_MEASURE2,
    r.USER_MEASURE3,
    r.USER_MEASURE4,
    r.USER_MEASURE5,
    r.FROM_DATE Reading_time
    FROM (SELECT r.READING_TIME FROM_DATE,
    Lead(r.READING_TIME) over (PARTITION BY r.EQUIPMENT_FK_KEY ORDER BY r.READING_TIME) - 1/(24*60*60) AS To_Date,
    r.EQUIPMENT_FK_KEY,
    r.TAG_DATA,
    r.USER_ATTR1,
    r.USER_ATTR2,
    r.USER_ATTR3,
    r.USER_ATTR4,
    r.USER_ATTR5,
    r.USER_MEASURE1,
    r.USER_MEASURE2,
    r.USER_MEASURE3,
    r.USER_MEASURE4,
    r.USER_MEASURE5
    FROM (SELECT readings.READING_TIME,
    readings.EQUIPMENT_FK_KEY,
    readings.TAG_DATA,
    readings.USER_ATTR1,
    readings.USER_ATTR2,
    readings.USER_ATTR3,
    readings.USER_ATTR4,
    readings.USER_ATTR5,
    readings.USER_MEASURE1,
    readings.USER_MEASURE2,
    readings.USER_MEASURE3,
    readings.USER_MEASURE4,
    readings.USER_MEASURE5,
    readings.mth_entity
    FROM mth_tag_readings readings
    WHERE readings.EQUIPMENT_FK_KEY IS NOT NULL AND
    readings.HOUR_FK_KEY IS NOT NULL AND
    ( ( readings.PROCESSED_FLAG = 0 -- AND readings.LAST_UPDATE_DATE BETWEEN v_log_from_date and v_log_to_date
    OR readings.reading_time IN (SELECT i.FROM_DATE
    FROM mth_equip_statuses i
    WHERE i.To_Date IS NULL
    AND i.equipment_fk_key =readings.equipment_fk_key
    )) AND
    readings.TAG_DATA IS NOT NULL
    UNION
    SELECT err.READING_TIME,
    err.EQUIPMENT_FK_KEY,
    err.TAG_DATA,
    err.USER_ATTR1,
    err.USER_ATTR2,
    err.USER_ATTR3,
    err.USER_ATTR4,
    err.USER_ATTR5,
    err.USER_MEASURE1,
    err.USER_MEASURE2,
    err.USER_MEASURE3,
    err.USER_MEASURE4,
    err.USER_MEASURE5 ,
    err.mth_entity
    FROM mth_tag_readings_err err
    WHERE err.EQUIPMENT_FK_KEY IS NOT NULL AND
    err.HOUR_FK_KEY IS NOT NULL AND
    ( err.PROCESSED_FLAG = 0
    OR err.reading_time IN (SELECT i.FROM_DATE
    FROM mth_equip_statuses i
    WHERE i.To_Date IS NULL
    AND i.equipment_fk_key =err.equipment_fk_key
    )) AND
    err.EQUIPMENT_STATUS = 'ACTIVE' AND
    err.TAG_DATA IS NOT NULL )r,
    MTH_ENTITIES e
    WHERE e.mth_alias = 'Status'
    AND e.id = r.mth_entity
    AND r.TAG_DATA IS NOT NULL
    ORDER BY r.equipment_fk_key, r.reading_time
    ) r,
    MTH_EQUIP_SHIFT_HR_V s
    WHERE ( ( r.FROM_DATE BETWEEN s.from_date AND s.to_date )
    OR ( s.from_date BETWEEN r.FROM_DATE AND nvl(r.To_Date,r.from_date) ) )
    AND r.EQUIPMENT_FK_KEY = s.EQUIPMENT_FK_KEY
    )tr
    ON (o.EQUIPMENT_FK_KEY = tr.EQUIPMENT_FK_KEY
    AND o.SHIFT_WORKDAY_FK_KEY = tr.SHIFT_WORKDAY_FK_KEY
    AND o.HOUR_FK_KEY = tr.HOUR_FK_KEY
    AND o.FROM_DATE = tr.FROM_DATE)
    WHEN MATCHED THEN
    UPDATE SET
    o.TO_DATE = tr.TO_DATE,
    o.STATUS = tr.STATUS,
    o.USER_ATTR1 = tr.USER_ATTR1,
    o.USER_ATTR2 = tr.USER_ATTR2,
    o.USER_ATTR3 = tr.USER_ATTR3,
    o.USER_ATTR4 = tr.USER_ATTR4,
    o.USER_ATTR5 = tr.USER_ATTR5,
    o.USER_MEASURE1 = tr.USER_MEASURE1,
    o.USER_MEASURE2 = tr.USER_MEASURE2,
    o.USER_MEASURE3 = tr.USER_MEASURE3,
    o.USER_MEASURE4 = tr.USER_MEASURE4,
    o.USER_MEASURE5 = tr.USER_MEASURE5,
    o.LAST_UPDATE_DATE =SYSDATE,
    o.LAST_UPDATE_SYSTEM_ID = -1
    WHEN NOT MATCHED THEN
    INSERT (
    o.EQUIPMENT_FK_KEY,
    o.SHIFT_WORKDAY_FK_KEY,
    o.HOUR_FK_KEY,
    o.FROM_DATE,
    o.TO_DATE,
    o.STATUS,
    o.SYSTEM_FK_KEY,
    o.USER_ATTR1,
    o.USER_ATTR2,
    o.USER_ATTR3,
    o.USER_ATTR4,
    o.USER_ATTR5,
    o.USER_MEASURE1,
    o.USER_MEASURE2,
    o.USER_MEASURE3,
    o.USER_MEASURE4,
    o.USER_MEASURE5,
    o.CREATION_DATE,
    o.LAST_UPDATE_DATE,
    o.CREATION_SYSTEM_ID,
    o.LAST_UPDATE_SYSTEM_ID ,
    o.READING_TIME
    VALUES
    tr.EQUIPMENT_FK_KEY,
    tr.SHIFT_WORKDAY_FK_KEY,
    tr.HOUR_FK_KEY,
    tr.FROM_DATE,
    tr.TO_DATE,
    tr.STATUS,
    -1,
    tr.USER_ATTR1,
    tr.USER_ATTR2,
    tr.USER_ATTR3,
    tr.USER_ATTR4,
    tr.USER_ATTR5,
    tr.USER_MEASURE1,
    tr.USER_MEASURE2,
    tr.USER_MEASURE3,
    tr.USER_MEASURE4,
    tr.USER_MEASURE5,
    SYSDATE,
    SYSDATE,
    -1,
    -1,
    tr.Reading_time
    THe query is behaving propelry when MTH_EQUIP_STATUSES has rows but it inserts duplicate record when MTH_EQUIP_STATUSES is empty.can somone tell me how to modify the above query so that it behaves properly even when there are no rows in MTH_EQUIP_STATUSES .
    Thanks in advance

    A couple of observations and questions:
    1. I assume you know that you are mutating the table that you are querying. That is, the MERGE is on the MTH_EQUIP_STATUSES table but your two inner queries select this same table to get the records to update. So if the queries may select a record to be INSERTED into the table will the inner queries see this record since it did not exist at the start of the transaction?
    2. The incorrect shift workday fk key value HAS TO BE coming from an existing record since Oracle doesn't create data spontaneously. What record or records is the wrong value coming from?
    3. The shift workday fk key column IS NOT part of the inner query UNION so how do you know which record the value is coming from? A UNION eliminates duplicates but only for the columns selected and the fk column is not selected. Normally the MERGE query should contain ALL columns needed for an UPDATE and since yours doesn't Oracle is getting a value from outside your SELECT set.
    4. Clarify what you mean by 'Select stement in merge shows only 1 row '. What tables have data in them and how many rows of data do they have. You must have two rows in one of the tables since you said your 'bad' result shows two different values for shift workday fk key and Oracle doesn't create data on its own.
    Does the mth_tag_readings table only have one row? Does the mth_tag_readings_err table have one row?
    5. Reduce the test data set to the minimum that will reproduce the problem and report the results that you get.
    Still looking into it.

  • Menu windows not displaying properly in Acrobat 11 STD

    When I try to print any PDF file (clicking File->Print) the Print Menu that opens is missing all text in the window incl all buttons. I tried installing a separate Adobe Reader in local Danish language just to test the application but this was worse. So uninstalled and sticking to Acrobat.
    I also tried click File->Properties and this is also not displaying properly.
    I fear this has something to do with Microsoft compatibility, but I don't know. I have MS Windows 7 Pro SP1 installed.
    The good news is I can guess the bottom 2 buttons - 'OK' (left button) and 'Cancel' (right button) which at least allows me to print in the default preferences.
    Any ideas how to fix? I have the latest update installed.

    I have been working together with Adobe support team to solve this. After multiple rootcauses we found the issue.
    The issue was caused by not having the default windows font 'Segoe UI' installed. Sounds strange that Win 7 does not come with the font that is used by this application but the tip worked.
    Google a website to download the font from, I used 'Fontpalace.com' - install the font - and voila the issue is solved.

  • Windows Not starting properly

    Well Im trying to recover my Toshiba M115 is because ever single time i turn my laptop on it says. Windows is not loading properly. And you can either Start Windows Normaly which turns my screen complete black. LAst Known good Configuration which also makes my screen black. I can start in Safe mode(Command Prompt), Safe Mode with Networking, or Just Safe Mode. The Safe Mode ones turn my computer into a bunch of numbers and letters which moves for a little then stops. Any Help! I Have tried to recover it with my CD but all I get is more problems which I explained in another thread. PLEASE HELP
    Yah im a Geek

    I read your previous threads so I know what you are talking about. Bottom line is you are going to need to reimage the hard drive. Windows is not working in anyway you try. At the same time, your current Recovery CD is not working either. Was this computer serviced? Was the system board or hard drive replaced earlier? It could be that the tech that worked on the computer forgot to do something. If that is not the case, then I feel that the Recovery CD you are using is defective. Waiting several hours for the Recovery CD to finish is not normal. So maybe either the Recovery CD is bad or maybe there is some problem with the CD drive. Try installing a different copy of the operating system. If it installs it means that your Recovery CD could be bad. If not, maybe you have a bad DVD drive in the computer.

  • Another case of css not behaving properly

    this is the page as it is
    http://www.fourpawscatrescue.co.uk/tests.html
    it shows the html and css design of my lightbox, the green is where the content will go
    and it is working properly in that link
    I have put the code below will someone please explain to me why as soon as i change the height of  "middle" and/or "middle centre" to auto (they currently have fixed heights) the whole thing breaks?
    (note, it does not break if I dont put any content in the green box effectivly causing its auto height to be 0, but inserting a single letter breaks it)
    (second note, when using fixed heights it will accept any height and still work fine)
    I need thoes 2 DIVs to have auto heights so that can adjust since as this is a lightbox different conent will be placed in the green area at different times.
    this is what it looks like when broken
    THE CODE
    <title>Untitled Document</title>
    <style type="text/css">
    #container {
    height: auto;
    width: 520px;
    overflow: hidden;
    #top {
    width: 520px;
    height:10px;
    overflow:hidden
    #top #topleft {
    height: 10px;
    width: 10px;
    float:left;
    background-image: url(images/top_left_curve.gif);
    background-repeat: no-repeat;
    #top #topcentre {
    width: 500px;
    height: 10px;
    background-color:black;
    float:left;
    #top #topright {
    height: 10px;
    width: 10px;
    float:left;
    background-image: url(images/top_right_curve.gif);
    background-repeat: no-repeat;     
    #middle {
    width: 520px;
    height: 50px;
    #middleleft {
    width: 10px;
    height: 100%;
    background-color: black;
    float:left;
    #middlecentre {
    width: 500px;
    height: 100%;
    background-color: #0F0;
    float:left;
    #middleright {
    width: 10px;
    height: 100%;
    background-color: black;
    float:left;
    #bottom {
    width: 520px;
    height:10px;
    overflow:hidden
    #bottom #bottomleft {
    height: 10px;
    width: 10px;
    float:left;
    background-image: url(images/bottom_left_curve.gif);
    background-repeat: no-repeat;
    #bottom #bottomcentre {
    width: 500px;
    height: 10px;
    background-color:black;
    float:left;
    #bottom #bottomright {
    height: 10px;
    width: 10px;
    float:left;     
    background-image: url(images/bottom_right_curve.gif);
    background-repeat: no-repeat;
    </style>
    </head>
    <body>
    <div id="container">
    <div id="top">
    <div id="topleft"></div>
    <div id="topcentre"></div>
    <div id="topright"></div>
    </div>
    <div id="middle">
    <div id="middleleft"></div>
    <div id="middlecentre"></div>
    <div id="middleright"></div>
    </div>
    <div id="bottom">
    <div id="bottomleft"></div>
    <div id="bottomcentre"></div>
    <div id="bottomright"></div>
    </div>
    </div>
    </body>
    </html>

    Turn NIS 2005’s Personal Firewall OFF, (turn it OFF Permanently until your ready to turn it back on) then click CONFIGURE. ( Might be a good idea to disconnect from the Internet at this stage)
    Under the PROGRAMS tab remove any reference to Apple iTunes or iTunes or iTunes Helper Module or anything related. and reboot.
    After coming back go back to NIS 2005’s Personal Firewall, click CONFIGURE. Under the PROGRAMS tab click ADD at the bottom, a SELECT A PROGRAM window will pop up. Add the following files one at a time, iTunes.exe, iTunesHelper.exe, QuickTimePlayer.exe, qttask.exe, QTInfo.exe. The last 3 are found in your Quicktime folder where that is in your system. Click OK. Turn NIS 2005’s Personal Firewall ON, and try starting iTunes again.
    It seems the Quicktime files were never automatically entered into NIS 2005’s Personal Firewall allowable programs listing. Adding them manually should help. I also noticed that from my previous version of iTunes the program listed in the Firewall was named Apple iTunes and not iTunes after I upgraded to 6.

  • Firefox window not displaying properly even after clean install

    Hi - Yesterday firefox stopped displaying properly on my windows 64-bit dell laptop running Windows 7 home premium. When it starts up all I get is a thick translucent bar at the top of the window where the toolbars normally are, and the main content pane is jet black. I'm pretty sure firefox is actually running. If I pass the mouse over the transluscent bar the cursor changes to indicate whether in input boxes are for web addresses and the google toolbar, and task manager shows it is running the firefox start page. But I can see nothing.
    I have uninstalled firefox, rebooted and done a clean install (twice) based on the help instructions, but no change. All other applications seem to be running normally. This is the first time I have ever had a problem with firefox.
    Thanks

    hello jp100, other users with this problem all had an embedded intel hd3000 graphics card with an old driver present. in case this also applies to you, here would be a link to update the driver, which in turn should also address the black firefox problem: https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=23764 (for win7 64 bit)
    in case this doesn't solve the issue or does not apply to your system, start firefox into safemode '''by pressing the shift key while the application is launching''' & disable hardware acceleration in the firefox ''menu ≡ > options > advanced > general'' (that setting will take a restart of the browser to take effect).
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • Windows not loading properly in boot camp, black screen

    Hi guys,
    having problems with bootcamp, running the latest version under snow leopard on an intel mac mini
    i bought a copy of XP on ebay, to my dismay, what i actually got in the post was a recovery disk for a dell laptop, and a product key. Although probably illegal to sell to me, it was able to install over the top of my windows 2000 install i did with Parallels. installing to bootcamp as the disk drive is named with a different letter each time i start the virtual machine, causing havoc with games that require the cd to be in the drive, and not knowing where to look for the disc.
    I partitioned the drive, and installed windows. once that had finished, it rebooted automatically. but now, whenever i boot up windows under botcamp, i am presented with a black screen with a flashing cursor. i cannot type anything, or bypass it. if the xp disk is in the drive, it says press any key to boot windows from the cd, but pressing any key does not result in anything happening, and so i have to hold the power button down to do an emergency restart.
    does anyone know where i might have gone wrong?

    solved, by using a windows service pack 2 cd, instead of service pack 3. not sure why the later service pack would not install properly

  • Onclick Open Browser Window not working properly in IE

    I am having one last problem with my site. Everything works just fine in Firefox, but not in IE.  In IE the browser window is wider than the image.  On each thumbnail there's an image map with the following coding:
      <div id="bead1"><img src="images/t_bead1border.jpg" alt="bead 1" width="74" height="108" border="0" usemap="#Map" />
    <map name="Map" id="Map">
      <area shape="rect" coords="-24,-10,106,143" href="javascript:void()" onclick="MM_openBrWindow('gallery_bead1.html','','width=225,height=360')" />
    </map></div>
    Here's a link to the site:
    http://www.susieharperdesigns.com/gallery_beads.html
    Any help is greatly appreciated, thanks.

    Old Shoe wrote:
    Here's my link: http://www.progressity.com/GW
    On the John Calipari testimonial link a browser window pops up and plays fine in FF. In IE the window pops up but the main page changes too.
    i tested in my window operating system computer, works fine , didnt see any changes

  • Finder window not working properly

    This only just started happening, and it only seems to be happening to one or two folders...
    First of all, this is what it looks like
    as you can see, the file names look funky.
    Also, if I edit a picture or delete one, it doesn't register the change unless I exit the folder and bring it back up.
    Anyone know what's going on here and how I can fix it? This also happened when I tried to make a ringtone a few weeks back. I am running Yosemite.

    Also, I just tried clicking on the sidebar (I tried applications, desktop, and documents) and it will not navigate away from this window. If I exit the window and open a different finder window, it works. So what is it about this particular folder?

  • PB windows not drawn properly

    Hello,
    I have a PB 12.5 app deployed on Windows 7. One of the users has set the default windows zoom to 125%. The issue is that a part of the right side of all windows gets chopped off and scrollbars are not visible. Any ideas how to correct it?
    Thanks
    AV

    Hi Ashutosh,
    If you are not using the PB runtime packager you could try using that instead of manually deploying the runtime files.   A missing PB dll usually results in a crash. Sometimes a difference in behavior is seen if the exe was compiled with a different version than the deployment dlls.   Make sure that the version you are compiling the application in is the same as all the deployment dlls.
    A good way to find out differences in what different machines are loading is to download and run a small utility from Microsoft called ListDLLs  that can be downloaded here.
    ListDLLs
    Open a command window in the directory with listdlls.exe and run the application exe from your machine and the deployment machine.  Type in the following and run the application.
    C:\listdlls>listdlls.exe yourapplication.exe > yourapplication_run1t.txt
    You can name the txt file anything you want.   It will contain a list of all dlls loaded for your application process.   Compare the txt file from the two machines and see if there are any differences.  You may also want to run listdlls with the -v option so you can make sure all dlls are the same version.
    Pat

  • CSS Question: IE7 for Windows Not Behaving

    Hi all,
    I hope there is a CSS buddy out there today.  I have a page that I've built using only CSS (New to doing this) and the page works in Safari, Firefox on both Mac and PC, but IE7 on Windows is rendering the logo/header/navigation wrong.
    Maybe there is a better way to do this.  I'm wanting the logo floated to the left so it sits over the borders on the header, navigation & main content box.  I thought I was all clever when it worked on my Mac.  It seems like it's a simple fix, but I just can't get anything to work. IE7 seems to not be floated above and is pushing the header and navigation to it's right.  So the header and the nav are wrapping around the logo instead of sitting under.
    Thanks for your help in advance!
    Tim

    GarryCT wrote:
    IE does not implement floating correctly, although it usually doesn't cause problems.  They misinterpret the w3c spec and float the element rather than the content.  You could see this if you floated two adjacent divs with different background colors in different browsers.  This may be part of the issue.
    Can you post a reference for this and an example, please?  I am unaware of such an issue as you describe.
    I would recommend making the header section a wrapper containing your background.  If you need to, you can position your background image relative to the right.
    I believe that's already how it has been done.
    To get around the IE issue, you may need to play around with relative or absolute positioning (relative to the header, not the body) to get the alignment you want.
    Alternatively, you could create the header with the background image as indicated above, then within that, float the navigation element to the right (pushing it down by setting the top margin or padding) then follow them with the image tags without the div containers.  They are inline so they will 'float' naturally.  Set margins on the images to get your spacing between the images.
    Hope that helps.
    I don't see any help there.  Sorry.

  • Windows not working properly

    Hello everyone
    I recently upgraded from win8 to win 8.1.
    But after some time, it has started working unexpectedly. Boot screen appear 2 times before actually login screen appears
    Apps have lost the option for minimize and only that of close exist
    It has become a far too slow than it was before upgradation
    It is not refreshing or resetting as "some files are missing in recovery media" (as it appears on screen after trying to refresh or reset)
    Plz help me with this.
    Thnx

    Hi @_mercury 
    Welcome to the HP Support Forums!
    I understand that after upgrading to Windows 8.1 that you are having some performance issues. I am happy to help with this.
    Did you also update your drivers to windows 8.1 versions from the driver support website?
    HP Pavilion 15-n003tx Notebook PC Drivers
    If not then try that first and see if it helps.
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

Maybe you are looking for

  • Session variable and initialization block issues

    We are using OBIEE 10.1.3.3 and utilizes built in security features. (No LDAP or other single sign on). The user or group names are not stored in any external table. I have a need to supplement Group info of the user to the usage tracking we implemen

  • Sales order item ontime delivery status at order level in Cube

    Hi Guys,   We have a requirement, currently we have sales order item information in cube where we have some thing called OTD status this status is based on actual GI date and requested date so we have 3 staus at each sales order item level ontime, ea

  • Airport Extreme slowing down internet connection to a crawl

    Hi, Can anyone explain this one? Just this afternoon my internet connection slowed to a crawl. Pages would stall loading and I couldn't even collect emails. There was a connection there. A Google search might take a minute or so but anything else wou

  • LED on power adapter doesn't always light?

    I have two power adapters, on one the LED lights all the time and is either green when recharged, or orange when charging. Another has an intermittent behavior as far as the lighting is concerned, and won't light up when it is charged. The menubar sh

  • NETWORKING MACS--How do we network between 2 cities?

    ...for purposes of Web Site Design and accessing files. We have a small web design company in New York. My staff person is moving to New Jersey and we both want to access our web site files from one hard drive, located here in New York, so she can co