Windows 8 wont reset

one day I tries to go on my computer and wanted to Google something and when i got to the start page I only 5 programs had desktop, store, Microsoft office, hp room, and hp support assistance. i did go to the search box and i only had about half of my default
programs and when i load up the desk top the hole computer start to refresh the desktop over and over and i went back to the start and the same thing happened. so i shut the hole thing down and the same thing happened. so i started the computer in safe mode
with networking and it worked gust finethen I tried to refresh and do a full reset and after it said preparing to reset your pc the computer was still on but it went to a black screen and stayed on it. i waited all night but when i woke up it was on the same
screen then i turned it on and went in to safe mode witk networking and tried it several times and i goggled the file download and i could not find them. can somebody please tell me what to do.

You may try the following:
Try to force shutdown the system 2 or 3 times while booting and System will go to Automatic Repair and look for an Option called "Advance Options" & "Restart". Select that Advance Options.
Click on "Troubleshoot"
Choose Start up Settings and Click on restart
System will restart automatically and select "Safe Mode"
System will boot into Safe Mode
Go to Control Panel > Programs & Features > Uninstall the Graphic card driver.
Restart.
See also:
Windows 8.1 upgrade reboots to black screen of 'nothingness'.
S.Sengupta, Windows Entertainment and Connected Home MVP

Similar Messages

  • The "not enough storage" window wont close when i press close and my phone also wont reset because my lock button doesnt work. what do i do? just let the battery drain then turn it on?

    the "not enough storage" window wont close when i press close and it wont reset because my lock button is broken. what do i do?

    Battery does not appear to charge
    Important: iPod touch cannot be charged with a FireWire-based power source.
    Verify that the power source being used is working properly.
    If connecting to a computer's USB port, verify it is a high-powered USB 2.0 port. Note: The USB ports on most keyboards don't provide enough power, so if you're connecting iPod touch to a keyboard, make sure it has a high-powered USB 2.0 port.
    Verify the computer is turned on and not in sleep or standby mode. If iPod touch is connected to a computer that's not turned on or is in sleep or standby mode, the iPod touch battery may drain.
    Try another USB port.
    Try charging from a USB charger if available.
    If that does not help, try another USB cable if available.
    Learn more about charging the battery.
    The Home button isn't working
    Put the iPod Touch to sleep.
    Wait a couple of seconds.
    Press the Home button.
    iPod Touch should wake up.
    If iPod Touch does not wake up, then iPod Touch should be serviced.
    Resources for Service
    http://support.apple.com/kb/he57
    https://selfsolve.apple.com

  • HT4623 I tried to run the new update on my phone and the screen went blank and now the only thing showing is the itunes symbol on the screen with a picture of a charger below that, it wont reset or turn off

    I tried to ru nthe new update on my phone and the screen is blank and wont reset the only thing that comes up is the itunes logo and a picture of the charger beneath that how do i fix this so my phone will turn on, this has happened twice before

    Hello, djernigan. 
    Thank you for visiting Apple Support Communities.
    When experiencing issues restoring or updating an iPhone, here are the best articles to go through.  If you received a specific error number when restoring, see the section labeledGet more help in the second article below.
    iOS: Unable to update or restore
    http://support.apple.com/kb/ht1808
    iOS: Troubleshooting update and restore issues
    http://support.apple.com/kb/ts1275
    Cheers,
    Jason H.

  • My phone wont reset with the both buttons pushed down method.. anyone knows anything else? please help!

    my iphone 4 is stuck in the spinning wheel mode, ive tried reseting it with both buttons pushed down and it wont reset! anyone knows some other way to do it? please let me know! thanks

    When you push both buttons (home and on/off), you need to hold them down together for 10-12 seconds till the Apple logo appears.

  • Ipod keeps freezing then wont reset

    My replacement ipod which i have only had for about 2 months keeps switching off. then wont reset unless its connected to computer. even then takes about 10 attempts to reset. when i finally get it to reset it works fine while connected to the computer but when left for a time without being used, i have to repeat all the steps again. help!

    I had that same problem with my iPod nano (4th generation), and what i did was i let the battery die then it reset itself when i charged it, and i haven't had a problem.

  • Robocopy wont reset archive attribute with /M switch..incremental backup to zip folder...partially RESOLVED!!!

    hello, OS server 2012, 2008 r2, w7 ult.
    I want to make backup only files which have archive attribute set. /M switch is what I need but robocopy wont reset archive bit from subfolders and only reset bit on files in root of source folder. How to force robocopy to reset archive bit from all copied
    files???
    This is syntax:
    @echo off
    set year=%date:~10,4%
    set month=%date:~4,2%
    set day=%date:~7,2%
    SET Now=%Time: =0%
    SET Hours=%Now:~0,2%
    SET Minutes=%Now:~3,2%
    Robocopy c:\source c:\dest /m /s /r:1 /w:1 /log:"c:\dest\Incremental_%month%-%day%-%year% %hours%h-%minutes%m.log" /NP
    "C:\Program Files\7-Zip\7z.exe" a -tzip -mx1 C:\c\Incremental_%month%-%day%-%year%-%hours%h-%minutes%m.zip C:\dest
    echo Y | DEL C:\Temp\*.*
    I can use attrib command but I have in working folder 900.000 files so this is not option.
    edit....robocopy work as expected in 2012 standard. /M switch reset archive attribute so I can use robocopy for incremental backups.
    Script: c:\a is source and c:\b is destination. c:\b\temp is temporary folder from where 7zip package backed up files to archive. After 7zip finish jod script delete all files folders from temp folder. I want to use zip archive because this will be much
    easier for file system. With time I will have some zip files instead 10000000 files or folders. Zip files will have in name date and time for easier tracking. 
    @echo off
    set year=%date:~10,4%
    set month=%date:~4,2%
    set day=%date:~7,2%
    SET Now=%Time: =0%
    SET Hours=%Now:~0,2%
    SET Minutes=%Now:~3,2%
    Robocopy c:\a c:\b\temp /s /m /r:1 /w:1 /log:"c:\b\temp\Incremental_%month%-%day%-%year% %hours%h-%minutes%m.log" /NP
    "C:\Program Files\7-Zip\7z.exe" a -tzip -mx1 C:\b\Incremental_%month%-%day%-%year%-%hours%h-%minutes%m.zip C:\b\Temp
    set folder="C:\b\temp\"
    cd /d %folder%
    for /F "delims=" %%i in ('dir /b') do (rmdir "%%i" /s/q || del "%%i" /s/q)

    Hi,
    Thank you for your helpful sharing! This will help others who are fighting with similar issues.
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Strange message on ipod - Wont reset????????

    I got an message on the ipod with video. It says "accesorize test plug FW" and a bunch of letters.
    Anyone know what this is? My ipod wont reset either???
    cheers

    It seems as if you have accidentally entered the iPod diagnostic mode. A reset is the usual way to exit that. It may take quite a few attempts and is best done connected to power. If not then you may have to restore it.
    Restoring the iPod to factory settings.

  • I lost my password and cannot log on to my MacBook Pro.  MacOS X window opens upon startup, with my log on name, requesting password, but I cannot remember it.  Is there a way to bypass this window and reset my password?  Cannot get to System Preferences

    I lost my password and cannot log on to my MacBook Pro.  MacOS X window opens upon startup, with my log on name, requesting password, but I cannot remember it.  Is there a way to bypass this window and reset my password?  Cannot get to System Preferences or Apple Menu
    Thanks!

    Yes.
    https://discussions.apple.com/thread/4913069

  • HT1320 My ipod wont reset. I get an x with a circle around it, what does that mean?

    My ipod wont reset. I get an x with a circle around it, what does that mean?

    Hello Phoenixx56,
    This article is for that exact situation.
    iPod Displays a Red "X" Icon
    http://support.apple.com/kb/ts1463
    Resolution
    Restore iPod from Disk Mode
    Disconnect iPod from your computer.
    Manually put iPod into Disk Mode.
    Open the latest version of iTunes and connect iPod.
    Restore iPod.
    Setup Service for iPod
    If you cannot force your iPod into disk mode and restore it, then your iPod may need service. Click one of the links below to setup an iPod Service Request online or make a reservation at the Genius Bar before visiting your local Apple Retail Store.
    All the very best,
    Sterling

  • Windows wont launch during XP SP2 install

    I'm having issues installing XP SP2 (OEM) on my Macbook Pro system w/ Boot Camp 2.0, Leopard 10.5.2. Windows wont launch after 100% of files are copied from the disc during the install process.
    Boot Camp partitions HD correctly and asks for the Windows Install Disc. System restarts from the CD and begins installation - I access the blue screen where I select XP partition - 'C: Partition3 (Bootcamp) (FAT32)'. I hit Enter and installation begins. B.C. setup manual shows 2nd blue screen where you select the file system you want (FAT file or NTFS file) - I have not seen this screen yet. Does this appear after installation? Installation begins and progress bar installs through 100% in 20-30 minutes.
    At 100%, computer immediately restarts to black screen and "Press any Key to continue" appears. If I press key, original installation screen appears and it takes me through the exact same process I just did. If I don't hit a key, error occurs and the screen freezes at "Press any Key". If I restart, original install screen appears and Windows re-starts installation. I'm stuck in a loop. I erased the partition with B.C., re-partitioned, but still the same result.
    Any advice? I need this for school ASAP.
    Thanks,
    j

    I watched a Youtube Video about installing so I see where the problem is. I don't see the initial End-User License agreement screen, and after I select 'C: Partition3 (Bootcamp) (FAT32)', the "Select File System" screen that is supposed to immediately show up does not appear. What gives? I know OEM should work with Boot Camp.

  • Fingerprint Reader not working after windows password reset

    Hi There
    I was using windows login (single admin user) and fingerprint reader to login to my Thinkpad T510. Yesterday night I changed windows password and I didn't update finger print. Unfortunately I am not able to login when I tried to login using windows login today, I forgot the password and when I tried finger print reader it is just throwing error.
    Why finger print is not working after windows password reset? What should I do to login?
    Help would be appreciated!!

    I just called the tech support just now? I just asked the 'why the finger print reader not recognizing the finger print after changing windows password?', and he gave the following answers
    1. You should change fingerprint while changing windows password.  I don't understand the reason behind it, btw is this true?
    2. We can't do anything for this issue.

  • Windows wont see Maxtor drive

    Need some help, ive installed XP sp2 {NTFS} on Seagate Sata drive no probs, then i added the Maxtor pata drive to IDE 1 in master, bios sees it, drive manager in xp sees it but windows wont, tried to assign and change drive letter but it wont let me,i right click and it gives the option of changing to dynamic drive, what on earth is dynamic drive i didnt want to risk it because it has my back up info on it from millennium {fat 32}  rebooted and added drive to raid with Seagate and when you exit raid bios it stop and says disk read error, i tried it in slave mode still wont see it, how do you get xp to see a pata drive? help!!

    1. Since you have the drive on the middle connector of the cable it should be jumpered as slave, not master.
    2. In XP a dynamic drive is another way of saying software raid drive. Don't do it as it can't be reverted back without uninstalling and      formatting.
    3. You should be able to do as suggested using the disk management console to reassign it's drive letter once you've jumpered it as slave while it's still on the middle connector of the cable.
    4. You haven't stated if the sata drive is setup in a raid configuration or if you're using it as a standard drive.
    5. Maybe moving it to the secondary ide controller would allow XP to see it properly and allow you to pull all you important info off it then you could format it and use it as a archive or backup drive.

  • I updated my iphone to iOS 5.1.1 after i updated it, it went into a 30 seconds boot loop, so i tried a hard restore and now windows wont recognize my iphone 4, ANY SUGGESTIONS?

    i updated my iphone to iOS 5.1.1 after i updated it, it went into a 30 seconds boot loop, so i tried a hard restore and now windows wont recognize my iphone 4, ANY SUGGESTIONS?

    Place the device in DFU mode (google it) and restore.

  • Why did my screen turned white after i turn it off and it wont reset or turn off

    my i pod touch not sure wat software it resently has now  i was using it and as soon as i was done doing something on it i turn it off and as soon asit did that the screen went blank and it wont reset or nothing

    Let the battery fullu drain. After charging for at least an hour try a reset and restore.

  • Edit to Tape window wont expand

    Hi, I have been working on Final Cut 6 and when I go to play to tape the EDIT TO TAPE window wont expand out at all. Even with dragging at bottom and side it wont expand open.
    I can see the three tabs at the top but nothing else, can anyone help with this please?
    Everything else is working well

    David,
    I have a similar issue with the Edit to Tape window - when working in HD the ETT window often appears as only one pixel wide. The window can't be grabbed, dragged or resized. My work around is to switch the setup to PAL, open the ETT window, and then switch back to HD.
    FCP 6.0.5
    OS 10.5.5
    Ben.

  • My brand spankin' new ipod 2G Nano wont reset after freeze

    OK, got a brand new 2G Nano 4 gig when I bought my Imac. Got it maybe 3 weeks ago or so. To date I hadnt used he ipod at all. Finally got some songs and podcasts into itunes last night, synced with the ipod. Ipod is charged 100%. Went to play the podcast, and it froze. Reading on here that freezing and podcasts seems to be a big issue........lovely.
    So I tried to reset......nothing, wont reset. Tried unpugging and replugging into different USB ports, and the itunes will not even recognize the ipod. Right now its sitting on my desk with the backlight on, I'm just waiting for the battery to die and maybe I'll be able to reset or restore it
    Is there something else I should try to make the imac recognize it? Or anything else I can do to reset it?
    Thanks

    This happened to me as well and let me tell you... i was about to flip out. I couldn't believe that i upgraded to a 2nd Generation Ipod nano just to have it die within' two days of me owning it. Anyway try this it worked for me hope it works for you:
    Reset instructions differ slightly from Apple site.
    1. Toggle hold switch on (orange showing)
    2. Toggle hold switch off
    3. Hold down menu AND center button for a few seconds
    4. Try once more if it didn't work

Maybe you are looking for

  • PO Change IDoc to Vendor

    Hello, I wonder if a SRM expert might help me in locating an appropriate place (BADI?) to insert IDoc generating logic during a PO change.  I am in SRM 7.0 and need to send a Purchase Order Change Request  (EDI 860) to the vendor via IDoc. Thank you,

  • ResultSet loop back to first record

    I have an Access table : products I have a total of 7 products. When I use rs.next(), it will scroll for each record until the last record. How do I make it go back to the first record after it hit the last record ? I hv tried rs.first() and rs.last(

  • HT201699 having problem to connect internet with virgin simcard

    hi, I bought virgin contract with blackberry 9300 but when i insert my virgin sim card in Iphone 3g I am unable to connect internet, can some one help me with this issue so i can connect with internet. any help much appreciate. Thanks. .

  • When is String literal pool created compile time or runtime?

    When is String literal pool created compile time or runtime?

  • Start up Screen displays HP logo, then is blank.

    Basically what is in the subject. When I start my laptop the screen shows the HP logo, then when it should go to the log in screen it is blank and blacked out. All other keyboard lights work and I can hear the hard drive. I've tried restarting and do