Today, I sign in to hotmail and get just blank screen after, sign in. Yesterday, same device etc., no problem.

Hotmail sign in problem 3 December 2011

Today, I sign in to hotmail and get just blank screen after, sign in. Yesterday, same device etc., no problem.

Earlier I have connected and got a "pell-mell" view my hotmail Inbox and a partially legible in the Center to say screen text '... been hacked! "

Advice please?

Noel,.

Solved problem here by unplugging and turning off all the history of navigation, cookies, caches, etc.

Reconnected to the internet and not connected to hotmail 1st time no problem.

Thanks anyway.

Tags: Windows

Similar Questions

  • my laptop with vista booted up and I get a blank screen with a cursor that I can move.

    I have a PC Toshiba laptop with vista.  Everything worked well until one day he started upward and I get a blank screen with a cursor that I can move.

    I tried all modes of security with no luck.
    I noticed that when it starts in safe mode it will stop on windows/system32/drivers/crcdsk.sys every time.
    I did some research and found people have had the same problem and solved with a running repair disk, I did not.  Is there a fix I can do without the disc?
    Thanks for the help in advance

    I solved my problem.

    My problem is that some how I lost my video drivers, so I used hirens boot cd to get and discovered was my drivers were in the files and restored to an earlier date.
    Once it happened I restarted and again, I got a screen.
    I'm not sure how the drivers has been removed, but I ran virus checks and malware on my computer did not
    But its been fixed.  I was afraid that I would have to rebuild and go through the hassle to move my files and rebuild it but glad I do not have
    Thanks for all the help
  • Pavilion 15-243cl after automatic update of windows 8.1 I get a black screen after the home page.

    recently installed an automatic update of windows 8.1. Now, I get a black screen after the home page. I can load the Task Manager and access the internet. tried to go to the SafeMode to start with f8, but several attempts failed. I updated my graphics driver from AMD today and same black screen. I've also restored sytem to an earlier date using the HP utility with results screen - black even after the home page.

    Hello

    Try the following.

    Boot the computer normally and log.

    Black screen, old the ctrl and alt keys and press delete.

    Select Task Manager.

    Click on file and select the new task.

    Type rstrui - also enter a tick in the box for "create this task with administrative privileges" - and click on Ok.

    When the system restore interface is loaded, choose a restore point at least 48 hours before the opening of session question (IE before the last batch of Windows updates have been applied) occurred initially and then proceed to the system restore.

    Kind regards

    DP - K

  • Creative cloud no longer works. When I start in the menu or the systemtray, I get a blank screen of the creative cloud.

    Creative cloud no longer works. When I start in the menu or the systemtray, I get a blank screen of the creative cloud.

    Hello

    You can refer -:new Creative Cloud application unusable: it is empty!

    and also try:-screen black at sign - in | Creative Office Cloud app

    Also try:-App does not open. Wheel of progress turn continuously

    Hope this helps!

  • I get a page_fault_in_nonpaged_area blue screen after Windows update yesterday.

    Hello
    I get a page_fault_in_nonpaged_area blue screen after Windows update yesterday. To do this, that every time I try to start the system.

    Whenever I try to start it gives options to start in safe mode, safe mode with network, safe mode with prompt etc., but all these options find you on the same blue screen with the error mentioned above, then it tries to restart with the same behavior over and over again.

    Any guidance will be appreciated. Thnx Nick

    Hello

    If you meet this new,
    http://mikemstech.blogspot.com/2011/12/troubleshooting-0x50.html

  • After I loaded Turbo Tax 2011, after that I connect to my PC, I get a blank screen with only the cursor showing. I am on Windows Vista.

    After I loaded Turbo Tax 2011, after that I connect to my PC, I get a blank screen with only the cursor showing. I picked up at an earlier date and reloaded the software TT 3 times with the same result. I tried of caraa start windows Explorer by using the Task Manager, but it does not work.

    Hi AndyCantore,

    Follow these steps:

    Step 1: Start the computer in safe mode and check if the problem persists.

    Start your computer in safe mode

    http://Windows.Microsoft.com/en-us/Windows-Vista/start-your-computer-in-safe-mode

    Step 2: If the problem does not persist in safe mode, perform a clean boot to see if there is a software conflict as the clean boot helps eliminate software conflicts.

    Note: After completing the steps in the clean boot troubleshooting, follow the link step 7 to return the computer to a Normal startupmode.

  • Get an error message when turning on the computer, then just get a black screen after the message saying cannont find script file c:/windows/run.vbs

    Original title: windows does not

    I have windows 7 and get an error message when turning on the computer, then just get a black screen after the message say cannont find script file c:/windows/run.vbs

    What can I do?

    Enter your bios usually with keys F2 or delete to the first powered

    Use default Optimize can be the F5 key and save and exit,

    Insert your installation disc or flash media and press F8 or F12 to boot on it

    Then use the recovery tools to run the Startup Repair tool.

    http://Windows.Microsoft.com/en-us/Windows/Startup-Repair-FAQ#1TC=Windows-7

  • Why do I get a blank screen when I connect ExportPDF?

    When I go to export in PDF format via this link, I get a blank screen with only the option to cancel.  Y at - there another link I should use?  https://cloud.Acrobat.com/EXPORTPDF

    Hi the pdf export,

    It is indeed the correct link. Please clear your browser cache and try again. Or try a dfferent browser (see system requirements |) Acrobat.com for a list of compatible browsers.)

    Best,

    Sara

  • How to correctly load an external swf file in iosAir app? I get a blank screen.

    So this code works flawlesly we Air for Android, it works very well when I test the movie in Flash, but once I have the export, I get a blank screen. I've done a swf with a place withotu any code, and flash is still unable to load. It's weird cause everything works well when using the shell to the debug option, but when I goes to the white screen of standard debugging appears on my ipad. I read somewhere that it caused by the way flash saves the link to external files. So after the file is compiled Flash is unable to find the files added prefiously, which results in a blank screen. There is clearly something wrong with the way in which the process of compiling the application.

    Tried this:

    var Xpos:Number = 0;

    var Ypos:Number = 0;

    var loader: Loader = new Loader();

    var link: URLRequest = new URLRequest ("Untitled - 1.swf");

    Loader.Load (Link);

    addChild (loader);

    And this:

    var ldr:Loader = new Loader();

    LDR. Load (new URLRequest ("Untitled - 1.swf"));

    ldr.contentLoaderInfo.addEventListener (Event.COMPLETE, loaded, false, 0, true);

    function loaded(event:Event):void {}

    addChild (event.target.content);

    }

    But nothing works. I still get a blank screen. Is it possible to add the SWF manually in the file descriptor cause flash most likely he mess up? I don't really want to use via the command line.

    Read this article, especially the little loadercontext and currentdomain:

    http://blogs.Adobe.com/airodynamics/2012/11/09/packaging-and-loading-multiple-SWFs-in-air-apps on ios.

  • When I click on my Adobe icon I get a blank screen. I'm looking for a paying customer

    I am a paying customer, but when I try t open my Adobe icon, I get a blank screen.

    Yes, I was helped by chat line K: Nishant... but you have reason, anyone having this problem needs run the cleanup tool to fix it.

  • Pressing BACKSPACE and get the blank page.

    Don't know what the problem is, but lately when I go to my previous Google search, by pressing BACKSPACE, I get a blank page about half the time. The web address is right, but it does not appear my search. Usually, this happens when I am in a new tab note, this was not a problem in other browsers I have used.

    Thanks for your help!

    This could be a problem with the cache (disk).
    You can see the topic: cache page if the caches are enabled and working.
    You can open on: pages through the address bar.

    Clear the cache and delete cookies only from Web sites that cause problems.

    "Clear the Cache":

    • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox/tools > Options > privacy > "Use the custom settings for history" > Cookies: "show the Cookies".
  • Recent upgrades: KB2419640, KB976902, KB890803 when installed I can't start and get the blue screen.

    After that the installation of upgrades KB2419640, KB976902, KB890803 I'm unable to boot.  I get the blue screen.  I used chkdsk, memtest etc. No problem.  I disabled the upgrades to prevent settling.   I'm not comfortabel thereby.  Is there a solution?

    You are able to boot mode safe? If you can, do and run System Restore:

    To access the system recovery environment in Windows 7, simply start your PC, just before the system loads the Windows operating system. Press the [F8] key function 8 on your keyboard which will launch the menu Advanced Boot Options. You will see a new option 'Safe Mode', select this option and press 'Enter' on your keyboard.

    System Restore -Windows 7 features - Microsoft Windows

    After you're booted in Normal mode, click Start, all programs > Windows Update

    Check for updates, now updates you're experience problems with, each of them right click and click "hide update".

    If they are updated driver in particular, do not install them, hide them instead, any update of the driver offered, instead of this download directly from the manufacturers Web site.

    HowManage , Configure and troubleshoot Windows updates releasing it's easy: with Windows | ActiveWin | Laptops | Microsoft MVP

  • Only get a gray screen after upgrade of El Capitan. What can I do?

    I tried to install an upgrade, but only now have a gray screen.  The installation seems to have stopped half way through.

    Please take each of these steps that you have not already tried it. Some of them are not applicable to your model or your situation. Stop when the problem is resolved.

    To restart a computer is not responding, press and hold the power button for a few seconds until the unit turns off, then release, wait a few seconds and press again briefly.

    Step 1

    The first step to respond to a startup failure is to secure data. If you want to keep the contents of the boot drive and you have not already at least a current backup, you should try to back up now, before we do anything else. It may or may not be possible. If you don't care the data changed since the last backup, you can skip this step.

    There are several ways to back up a Mac that is unable to boot. You need an external hard drive to store backup data.

    a. starting the partition recovery or an hour Local Machine backup volume (button option key at startup). When the OS X Utilities appears, launch disk utility and follow the instructions in this article to support. You'll be 'restoration' the boot on the backup volume volume.

    (b) If step 1 fails due to disk errors, and no other Mac is available, then you may be able to save some of your files by copying them in the Finder. If you already have an external hard drive with OS X installed, the start of it. Otherwise, if you have access to the Internet, follow the instructions on this page to prepare the external hard drive and install OS X on it. You will use the installation program of recovery, rather than download it from the App Store.

    c. If you have access to a Mac, and it work and have both the non-working Mac FireWire ports or stroke, start the Mac non-working in target disk mode. Work Mac to copy the data to another drive. This technique will not work with USB, Ethernet, Wi - Fi or Bluetooth.

    d. If the internal drive of the non-working Mac is replaceable by the user, remove it and climb into a docking station that is pregnant or an external drive. Use another Mac to copy the data.

    Step 2

    If you have booted from an external drive, make sure that the internal boot volume is selected in the pane of the system preferences Startup disk.

    Start in safe mode. Note: If FileVault is enabled in OS X 10.9 or an earlier version, or if a firmware password is defined, or if the boot volume is a software RAID, you can not do this. If you do not see the words "Safe Boot" in the start screen, you did not start in safe mode. Ask for additional instructions.

    Safe mode is much slower to boot and run as normal, and some things don't work at all, including the networks without wire on some Macs.

    The login screen is displayed even if you normally connect automatically. You must know the password for the connection to connect. If you have forgotten the password, you will have to reset it before you begin.

    If the startup progress bar gets stuck for more than a few minutes, or the system stops automatically when the progress bar appears, the boot volume is corrupted and the player is probably defective. In this case, go to step 9. If you have another problem with the player, replace it immediately.

    If you can start and log in in safe mode, empty the trash and then open the window of info on the boot volume ("Macintosh HD", unless you have given it a different name.) Make sure you have at least 9 GB of space available, as shown in the window. If you do not, copy as many files as necessary on another volume (not another folder on the same volume) and delete the originals. Deletion is not complete until you empty the trash again. This, until the space is more than 9 GB. Then restart as usual (i.e., not in safe mode.)

    If the boot process hangs again, the problem is probably caused by third-party software you have installed. Ask for additional instructions.

    Step 3

    If the startup process stops at a gray screen together with a mobile cursor, then the logon dialog box may be active but not visible because of a bug. You may be able to connect by using the arrow keys or the cursor to select the password field and type your password as usual.

    Step 4

    Case of failure of step 3, the boot volume can be complete. If you saw previously implemented guard space drive is low, it is certainly the case. You might be able to start in safe mode , even if you cannot boot normally. Otherwise, boot from an external hard drive, or well technology for step 1b, 1 c or 1 d allows to mount the internal drive and delete some files. According to the documentation from Apple, you need at least 9 GB of free space on the boot (as shown in the Infolog) for normal operation volume.

    Step 5

    If a Mac desktop (without the built-in keyboard) crashes on a gray screen together with a mobile cursor, the keyboard may not be recognized. Hold down the button on the side of a wireless Apple keyboard to make it discoverable. If need be, replace or recharge the batteries. If you use a USB keyboard connected to a hub, connect it to a built-in port.

    Step 6

    Sometimes, a startup failure can be solved by resetting the NVRAM.

    Step 7

    If there is an integrated optical drive, a disk may be stuck in there. Follow these instructions to remove it.

    Step 8

    Press and hold the power button until the unit turns off. Disconnect all devices wired except those needed to start and remove all aftermarket expansion cards. Use another keyboard and/or mouse, if these devices are wired. If you can start now, one of the devices that you disconnected, or a combination of both, the origin of the problem. Discover that it is a process of elimination.

    Step 9

    Launch the utility disk in recovery mode (see step 1). Select the boot volume, and then run the repair disk. If problems are found, repeat until that clear. If disk utility reports that the volume is not repairable, the drive is defective and must be replaced. You can choose to tolerate such malfunction in the reader's life. In this case, delete the volume and restore it from a backup. If the same thing happens again, replace the drive immediately.

    It is one of the rare situations where you must also run repair permissions, ignoring the erroneous warnings, that it can produce. Look for the line "Permissions repair complete" at the end of the output. Then restart as usual.

    Step 10

    If the boot device is an aftermarket SSD, it may have an update and/or a forced "garbage collection". Instructions how to do this with a Crucial SSD of brand have been posted here. Some of these instructions may apply to other brands of SSDS, but you should check with the technical support of the provider.

    Step 11

    Reinstall the OS. If the Mac has upgraded an earlier version of Mac OS X, you need the Apple ID and password used to upgrade.

    Step 12

    Do as in step 11, but this time clear the disk utility boot volume before installing. The system should automatically restart in The Migration Wizard. Follow the prompts to transfer data from one Time Machine or another backup.

    Step 13

    This step applies only to models that have a battery logic-board ("PRAM"): all of the Mac Pro, MacBook with a removable main battery and a few others (models not updated). A flat battery logic-board may cause a boot failure. In general the failure will be preceded by the loss of the system and boot disk clock settings. Refer to the user manual for replacement instructions. You may need to take the machine to a provider of services to have to replace the battery.

    Step 14

    If you get this far, you probably deal a hardware failure. An appointment of 'Genius' to an Apple Store, or select another authorized service provider.

  • HP Jet 13: could not get the usable screen after you enter the password when you restart

    After reboot I get the standard wallpaper (like the rings of Saturn), hour, day, week, month, and day, wifi bars and battery.  After the press, I have the icon pushing, my name, email and password.  By entering the password I get the points surrounding white and WELCOME, then by default in the screen with only sûr white pointer visiible.

    That's all new laptop from Amazon and seemed to work well until I have intalled the Office 365 online.  Then I started to get warnings from McAfee on bad files 'try to start', then the blank screen even during reboot.

    Please let me how to restore my system or to whom to return it.

    Thank you

    The model / sn numbers are tiny, but can be: model 13-c010nr sn 5CD50311MZ

    Hello

    Try the following.

    Boot the computer normally and log.

    Black screen, hold down the ctrl and alt keys and press delete.

    Select Task Manager.

    Click on file and select the new task.

    Type rstrui - also enter a tick in the box for "create this task with administrative privileges" - and click on Ok.

    When the system restore interface is loaded, choose a restore point at least 48 hours before the log - it occurs first and then proceed to the system restore.

    If the above is not correct the problem, try to run the steps in the link below.

    http://h30434.www3.HP.com/T5/notebook-display-and-video/fix-black-screen-displays-after-logging-in-t...

    Kind regards

    DP - K

  • When booting, I get a blank screen.

    By pushing a button on the monitor gives me the error message that I am "power saving mode" and press a button any. Press the button doesn't do any help. I did push hard to determine if the monitor is OK and it is. I tried the XP disc insertion and get no action.

    The monitor goes into save mode, when it does not receive a signal from the graphics card (or onboard graphics, in the case of some PCs) of energy.

    First thing is to make sure that the data cable from the monitor is correctly connected at both ends.

    If this is the case, signal loss could be caused by the graphics card not sitting properly or not.

    If you are happy to do things inside your withdrawal to try the case, pc and reinstalling the graphics card - check that the socket it fits in is clean & free of dust, etc. If this does not help, you may need to replace the graphics card.

    If you have integrated graphics, it's probably not. As one of the motherboard chips, he can't be replaced without replacing the motherboard - however, you may be able to install a graphics card, if you have an available card slot and then disable the onboard graphics in the BIOS.

Maybe you are looking for