Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.

Lv 2283 points

Ali Shaheer

Favorisierte Antworten10%
Antworten51
  • Grand Theft Auto 5 Redux Infinite Loading Screen?

    I installed the Redux mod and it just keeps loading. I have tried multiple fixes but none have worked.

    1 AntwortVideo & Online Gamesvor 4 Jahren
  • Hydra not making any attempts?

    So I am trying to use Hydra to test it and when I put in the command it just returns this.http://prntscr.com/d0po0a. Any idea? I'm a noob.

    1 AntwortSoftwarevor 5 Jahren
  • GTA 5 0XC00007b?

    I've tried everything but I can't fix it. Please help. I couldn't find the dll's in dependency walker.

    1 AntwortVideo & Online Gamesvor 5 Jahren
  • Restore the MBR or GPT header?

    So my brother was playing a game when suddenly it minimized and an error popped up saying that some dll file was missing . My brother couldn't read what file was missing as it only showed for a second and then the computer restarted. Now we always get a BSOD on boot. We can't even sign in. We get the error : Page fault in non-paged area . We tried removing the ram sticks but that didn't fix it. We inserted a Windows 8 installation disc and opened File Explorer. We saw that Drive Names were changed . C: became X:, J: became I: and all the others were changed too. Also X: was almost empty. We decided to install new Windows but when we selected any drive , it gave an error. The error was "Windows 8 cannot be installed to this disk. The selected disk has an MBR partition table. On EFI systems, Windows can only be installed to GP disks" . I later saw that in the Windows 8 disc repair option there was an option to "restore the MBR or GPT header" . Will doing this fix it?Will it erase any data?and,any idea why this happened?

    2 AntwortenSoftwarevor 5 Jahren
  • Tags are too long?

    I am uploading a video on youtube and it says tags are too long

    Here are the tags I generated :

    goat simulator,goat simulator gameplay,goat,funny,physics,goat simulator jacksepticeye,easteregg,payday,goatz,jacksepticeye,goat simulator part 1,funny moments,funny game glitches,dlc,mind control,goats,secrets,simulator,coffee stain studios,goat mmo simulator,goat simulator mmo,gameplay,video games,video game (industry),goat simulator goatz,montage,let's play,goatz jacksepticeye,weapons,easter eggs,heist,with,characters,dolphin,ram,flamingo,popularmmos,camel,4 playable characters,multiple characters

    Can someone help me?

    2 AntwortenVideo & Online Gamesvor 5 Jahren
  • GTX 970 VRAM issue?

    I am planning to buy a GTX 970 and I found out about the VRAM issue. Does it affect gaming? And if so, how much.

    2 AntwortenDesktopsvor 5 Jahren
  • Attachment image

    How do I fix this image?

    There is this effect in images where the colors bleed out of an object like in this image, how do I remove this in Photoshop CC?

    1 AntwortSoftwarevor 5 Jahren
  • Computer won't start?

    Yesterday, I had a BSOD with the error of something like POOL_HEADER, I restarted it. At first it didn't boot up not even the BIOS showed up. Today, I got a BSOD with the error NTFS_FILE_SYSTEM and It won't even boot to the BIOS.

    Specs: Win 8.1 x64

    I7-2600

    8 GB DDR3 1333 MHz

    500w PSU(I don't know the company)

    250 GB Hitachi HDD

    GTX 760 Windforce 3X

    2 AntwortenDesktopsvor 5 Jahren
  • Easeus boot poweroff?

    I decided to increase my C: drive's space so i took some from E drive but it won't accept e drives so i gave it d drives. but in easeus boot mode it was doing all 6 operations and i had to power it off. when i powered it back on chkdsk detected a lot of corrupt file and recovered it and when i tried to run games from E: (it was used for games) they don't work i get "This verison of this file is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need an x86 (32-bit) or x64 (64-bit) verion of the program." so i decided to use easus data recovery. it showed a lost partition so i scanned it (only 11GB) but it didnt detect anything. I then scanned e drive and it showed 1162 GB of data even though e drive had 800 gb of space and it had labeled it lost partition . i decided to recover a game to check if it could fix this but i got the same error.please help

    1 AntwortOther - Hardwarevor 6 Jahren
  • DSR doen't work?

    I have a LCD with a resolution of 1600x900. I decided to turn on 1.2 DSR to be able to play on 1080P .

    However, when I change the resolution to 1920x1080 the screen goes black and the moniter display"Change settings to 1600x900 @60 hz". How do I fix it?(I have a GTX 760)

    1 AntwortSoftwarevor 6 Jahren
  • Far cry 4 Display error?

    Whenever I try to run Far cry 4 the screen goes black and the display says"Input signal out of range Change settings to 1600x900 60 hz" How do I fix it?

    2 AntwortenMonitorsvor 6 Jahren
  • What PSU(Power Supply Unit) would be best for this build?

    What PSU would you recommend for an I7-2600,8 GB DDR3 Ram,1TB HDD and a GTX 760.

    1 AntwortDesktopsvor 6 Jahren
  • Galaxy S4 lollipop update problem?

    I live in Pakistan and I have a Galaxy S4(GT-19500),the problem is although as we know that the galaxy s4 has already received the lollipop update globally but my one hasn't.Whenever I check for updates it says the latest updates have already been installed.I also tried using Kies but it too says the latest firmware is already installed.One of my friend has the 19505 and he has already received the update.I wont root,flash or modify.I just want to know the reason and maybe a solution.Thanks

    1 AntwortCell Phones & Plansvor 6 Jahren
  • Attachment image

    Whats wrong with this code?

    I am making a program in VB but it isnt working fine. When i enter the correct pass it say " Welcome user Right Pass Wrong Pass .It works perfectly with the wrong pass " wrong pass"

    Heres the code. Please help

    Module Module1

    Sub Main()

    Console.WriteLine("What is your name?")

    Dim username As String = Console.ReadLine()

    Console.WriteLine("What is your password?")

    Dim password As String = Console.ReadLine()

    If password = "tlas" Then

    Console.WriteLine("Welcome " & username)

    Console.WriteLine("Correct Password")

    End If

    If password IsNot "tlas" Then

    Console.WriteLine("Wrong Password!")

    End If

    Console.ReadLine()

    End Sub

    End Module

    1 AntwortProgramming & Designvor 6 Jahren
  • Attachment image

    Excel doesn't subtract properly?

    I try to subtract some numbers from 50000 but it only subtracts the first one.

    This is the formula I applied.=50000-B4:B30. It only subtracts B4 but doesn't subtract others.

    3 AntwortenSoftwarevor 6 Jahren
  • Attachment image

    C Drive filling up.?

    I was copying some files from my mobile to paste them into my computer(In E Drive). I got a alert that a file already exists and also saw that it was copying them from Drive C:Windows even though I copied from my mobile.After that I got to know that my C drive is filled up. I went to the windows folder but none of the files were there.I tried cleaning junk and temporary file but no help.

    1 AntwortSoftwarevor 6 Jahren
  • Which GPU would be suitable for C2Q Q9650?

    I was looking to upgrade my GPU as my old one is not that good.It's a GT 220.I was thinking about a GTX 750 or if a lower one that would be GT 640.My budget is $120.

    3 AntwortenAdd-onsvor 6 Jahren
  • Can a rooted phone be bricked even if you don't install ROMs or Custom softwares on it?

    I am thinking to root my Sony Xperia P.But I wont install any ROMs or anything like that but I just wanted to know.Would be very appreciable if someone tells me.

    2 AntwortenCell Phones & Plansvor 7 Jahren
  • Will this GPU be a bottleneck for my CPU?

    I have a Core 2 Duo E6850 with 6 GB of ram and i was thinking to buy a GTX 750 or something close to it and wanted to know that should it be a bottleneck for my CPU. Thanks

    2 AntwortenOther - Hardwarevor 7 Jahren
  • Will this GPU be a bottleneck for my CPU?

    I'm thinking about buying a GT 640 1 GB GDDR5 and i have a Core 2 Duo E8400 3.00 GHz processor with 2 GB ram (I know it's not that good). Should the GPU be a bottleneck for my CPU?

    2 AntwortenOther - Hardwarevor 7 Jahren