Display problem after installing update in AMD Radeon HD 2000,3000, and 4000 series Windows 10 [How to fix]

Display problem after installing update in AMD Radeon HD 2000,3000, and 4000 series Windows 10 [How to fix].

My laptop display suddenly starts to malfunction, i checked the settings app, but the preferred resolution option and the ability to use multiple monitors, and the adapter type is Changed.

I Checked the Device Manager, but found the default display driver was now changed to Microsoft Basic Display driver. 

I don't know what went wrong, but when i checked i found all these problems occurred after installing the Windows update in Windows 10.

I tried to re-install the driver but that went in vain. So, i started checking Online, to find whether the problem is only for me, or whether users had faced the same issue. But, unfortunately i was the one who experienced this case. 

I Suspect i can't be the only one, so if you face the issue, you can use the method below to Correct it.


1) Open device Manager.

[See : How to open device manager in Windows 10 Fall Creators update]

2) You will see different options, select Display adapters 

3) Right click the display driver and select properties -> Drivers

4) Check whether the driver version is 22.19.128.0, if yes, then uninstall the driver

5) Block the driver from re-installing or just disable the windows update and enjoy.

Update on December 20,2017: 

It seems more number of users is experiencing the same issue, because when i checked Microsoft forums, i found one user asked the same question like mine.

Display problems on some AMD Radeon video cards after installing an update:
An update was recently installed and now my AMD Radeon HD 3200 display adapter is not working as it did before. I’ve lost my preferred resolution option and the ability to use multiple monitors, and the adapter type is now reported as Microsoft Basic Display Driver. Any suggestions?

Microsoft has responded that it was a known issue and they have fixed the bug, so if you are experiencing the same issue, then you need to download and install  Windows Update KB4057291, This will fix the issue automatically,

If you have Windows update turned on, then it will automatically install that update.

However, if you need the download link for Windows Update KB4057291, then No worries.

Just click on the below link, it will take you to Microsoft servers, where you can download and install like an application.

http://www.catalog.update.microsoft.com/Search.aspx?q=KB4057291

Don't forget to restart your PC, if required.

Apps missing after installing Windows 10 Fall creators update [How to Fix]

Apps are missing after installing Windows 10 Fall creators update, ya you read it right.! Once you installed/upgraded the latest version of Windows 10, i.e., windows 10 fall creators update you will see some apps, not some apps almost all apps will seem to be missing, this would be the case even when you try to rebuild index of cortana.

So, how to get back missing apps on windows 10 fall creators update .. ?

The answer is pretty much simple, all you need to do is, to just follow the steps below which will re-register all your apps.

I'm not that much Advanced user, can i try it ?

Of course, you can still try those steps, because we want to get back our old apps.

1) Press Windows (logo) and X keys.

2) You will see an option called Windows Powershell(Admin), select the option.

[See : How to Open Powershell in Windows 10 [Beginners Guide ]

3) If User Account Control pops up, select yes.

4) Type or copy paste the below commands and hit enter after every command.


  i)  reg delete “HKCU\Software\Microsoft\Windows NT\CurrentVersion\TileDataModel\Migration\TileStore” /va /f

ii) get-appxpackage -packageType bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmetadata\appxbundlemanifest.xml")}

iii) $bundlefamilies = (get-appxpackage -packagetype Bundle).packagefamilyname

iv) get-appxpackage -packagetype main |? {-not ($bundlefamilies -contains $_.packagefamilyname)} |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmanifest.xml")}

5) Wait for sometime, till it completes.

6) Restart your PC.

That's it.

It would work like an temporary fix, remember Microsoft is already aware of the issue, so they might release an update to fix this bug anytime soon.

Enjoy.

How to Fix & Connect Bluetooth in Kali Linux (2025) – Ultimate Troubleshooting Guide (Updated)

How to connect Bluetooth in Kali Linux 2025 or how to enable bluetooth on any latest or old version of Kali Linux? that's what we gonna see in this post. 

When you opened the Bluetooth using the normal GUI, it will display "Bluetooth Turned Off, Turn on to Connect devices and receive file transfers", even when you slide the option to right side on the top right corner (which normally indicates the option is turned on), but the switch refuses to cooperate? 

Been there, buddy. Frustrating, right? You expect a simple toggle, but Linux loves making things... complicated. And of course, when we're talking Kali Linux, there’s no exception! 😅

But hey, credit where it's due—Kali has come a long way, with tons of refinements and additions in the latest versions!

Alright, back to the actual reason you’re here...

🚀 The good news? It’s fixable—and no, you don’t need to be some Kali Linux guru to get it working. Because let's be real—even if you are one, sometimes you completely forget exact commands! True or true? 😆

🔥 Whether you're trying to connect headphones, speakers, keyboards, or even AirPods to Kali Linux, this guide is here to make it simple. Let’s get that Bluetooth working—without headaches! 💯

So, what you need to do ?
You don't need to perform any big operations, all you need to do is to just start bluetooth service in your Kali Linux OS.


1. First Things First: Is Bluetooth Even Enabled?

 1️⃣ Open Terminal (Press Ctrl + Alt + T). 

 2️⃣ Run this command:

sudo systemctl start bluetooth.service

3️⃣ Alternatively, this simpler command works too: service bluetooth restart

That's it.

Now, open the same bluetooth GUI screen, you can see your Bluetooth device and linux scanning and displaying nearest devices. I
s your adapter showing up? If yes, awesome! 🎉 If not, keep reading...

Sometimes, if there will be issues due to GUI versions, So try the fool proof way for that which as usual is using terminal..

Do, this you won't be disappointed.

1) Fire up your terminal

Write Sudo service bluetooth restart and hit enter (if you had logged in as root, simply type Service bluetooth restart)

2) Once service is restarted, type bluetoothctl and Hit Enter.

3) Now, we have to perform scanning of devices, so run "Scan on" Command on the same terminal and hit enter.

Makesure, your bluetooth devices are in paring mode.

4) Once your device is discovered, type Pair "Mac address of the device ID" for example Pair 00:18:00:00 

5) It will pair, or will show pair already exists if its done before or u might need to run additional command trust "device mac address id". example: trust XX:XX:XX:XX:XX:XX

6) Now, just type connect "device id" for example : Connect 00:19:00:00 and hit enter.

🔥 Boom! Your device is now connected via Bluetooth. Time to enjoy back your wireless freedom on Kali Linux! 

💡 Pro Tip: If Bluetooth disappears after every restart, enable it permanently using:

2. Fix "No Bluetooth Adapter Found" Error

This one hits hard, especially for users trying Bluetooth on Raspberry Pi or Virtual Machines.

🚨 If Kali says "No Bluetooth Adapter Found," your system isn’t detecting the device properly. Here’s how to fix that instantly:

Check If Your Bluetooth Adapter Exists 

 1️⃣ Open Terminal, and run:

lsusb | grep Bluetooth

2️⃣ If nothing shows up, it means your system doesn’t detect a Bluetooth adapter—either because your device lacks one or drivers are missing.

🔥 Solution: ✅ If you're using USB Bluetooth, unplug/replug it, then run:

sudo dmesg | grep bluetooth

✅ If Bluetooth is blocked, unblock it with:

sudo rfkill unblock bluetooth

✅ Restart the service again:

sudo systemctl restart bluetooth.service

3. Fix Bluetooth Not Working After Kali Linux Update

🚨 After updating Kali Linux, some users report Bluetooth breaking randomly—devices refuse to connect, or the whole Bluetooth option disappears.

Here's how to fix Bluetooth after an update: 

 1️⃣  Reinstall missing packages (sometimes updates remove drivers):

sudo apt install bluez blueman

2️⃣ Restart the service:

sudo systemctl restart bluetooth.service

3️⃣ Check logs for errors:

dmesg | grep bluetooth

💡 Pro Tip: If updates mess up Bluetooth, rolling back to a previous kernel sometimes fixes it. Try:

sudo apt list --installed | grep linux-image

Look for older kernel versions, then boot into an earlier one via GRUB. 🚀

4. Bluetooth Security Considerations in Kali Linux

Since Kali Linux is focused on cybersecurity, here are some quick safety tips when using Bluetooth:

Disable Discovery Mode When Not Pairing

  • Keeping Bluetooth always discoverable makes your device vulnerable to attacks.

  • After pairing a device, run:

discoverable off

Prevent Unwanted Pairing Attempts

  • If you’re in public or shared networks, attackers might try to force-pair with your device.

  • To limit this, set pairing mode to only trusted devices using:

trust XX:XX:XX:XX:XX:XX --Enter your device id here

💡 Final Tip: If you don’t use Bluetooth often, disable it to reduce risk:

sudo systemctl stop bluetooth.service

Alright, We are at end of the post. So, let me finish with common questions..

These are common Bluetooth questions users ask

Q: How do I check if Bluetooth is enabled in Kali Linux? 

A: Run bluetoothctl show in Terminal—if Bluetooth is enabled, it will list adapter details.

Q: Why does my Bluetooth disconnect randomly? 

  A: This usually happens due to power-saving settings—disable power management with:

sudo systemctl mask sleep.target suspend.target

Q: Can I connect AirPods to Kali Linux? 

 A: Yes! Follow the pairing steps above, but AirPods may require additional audio configurations using Pulseaudio if i'm not wrong..

You now know exactly how to enable, fix, and connect Bluetooth devices in Kali Linux on all versions which even works on Raspberry Pi, Virtual Machines, and USB adapters!


Hope it helps:)

Latest articles that might help you :

Windows media creation tool error 0x80004005 - 0xa001a [Solution that could help!]

Windows media creation tool error 0x80004005 - 0xa001a[How to fix, alternate ways].

Today, while trying to create a bootable Windows 10 Fall Creators update ISO, the windows media creation tool crashed and produced an error code 0x80004005, 0xa001a.
I searched online and found another user had posted the same question on forums.

Here is the question asked by one of the user on MS forum.: 

Hi, Since the Fall update I have had nothing but problems with a bootable USB drive. Windows media creation tool returns an error 0x80004005 - 0xa001a, which the internet seems oblivious too and the windows 7 USB/DVD download tool creates a drive which is none bootable.

I spoke to microsoft who advised me to download the windows 10 ISO and use the windows 7 USB/DVD download tool to create the media but it failed to boot.

I searched online for solutions as to why windows 7 USB/DVD download tool would not create a bootable USB drive from a windows 7 ISO and I was given directions to use Diskpart. This also failed.

So does anyone have any solutions to fix the 0x80004005 - 0xa001a error with the media creation tool.

I also tried both windows 7 and windows 10 USB Drive in 2 systems and neither would boot the windows install program.


Since, i had experienced the same problem, i decided to figure out the solution myself. So i found a simple solution that work in most cases.

So, what you need ?

Just download the ISO using browser, create a bootable USB and enjoy.
  
 So, how to download and install Windows 10 Fall Creators Update ISO?

1) Download the Windows 10 Fall creators update ISO using the direct links.


You can check the below video to know how to download the latest windows 10 using direct links.

2) After downloading the ISO, Download Rufus/ UltraISO.

3) Install Rufus, and create the Bootable USB.

4) Install Windows 10 as usual.

Check the Video on our youtube channel if you need detailed information.

Enjoy.

Windows 10 Fall Creators Update Official direct ISO links x86 bit and x64 Bit [How to download] [Updated]

Windows 10 Fall Creators update was released yesterday. As usual, the people who wish to download this Windows 10 fall creators update are redirected to the Update tool Page, where you can download windows 10 upgrade tool. After such installation then it will connect with Microsoft Servers and will start download the latest Windows 10 iso stored on the Microsoft servers.

But the problem, is it will take too long to download, also it will directly upgrade your PC, so if you regularly format your Windows 10 PC ( Of course you will do,when you play with registries, system files, :p) then we need to download this iso files again and again, which automatically consumes our bandwidth. The only way for those peoples are downloading media creation tool that downloads windows 10 fall creators update save the files and installing again and again. But there is an alternate way


You can use this method to directly download the latest version of Windows 10, which is Windows 10 fall creators update build 1709.

So, why you are been redirected to update tool, when you visit the ISO page..?

Its because Microsoft website is programmed to check the windows version we are using through user agent of our browser.

So, if we change the user agent, then it will display the Official direct links to download windows 10 fall creators update iso, whose link will change every 24 hours.

You don't need to do a vast process to change user agent of your browser to download this latest version of Windows 10, you need to just follow the below steps.

How to download or get Windows 10 Fall Creators update ISO?

1) Visit https://www.microsoft.com/en-in/software-download/windows10ISO from your Microsoft Edge browser.

2) Press F12 Key on your keyboard.


                                                        [Video tutorial]

3) It will display developer tools, click on enumulation tab.

4) Select Bing bot on the user agent string.
5) It will automatically refresh the page, where you can simply click on the Confirm icon to download the OS.

Do you think, if there is a video tutorial to show this, sure, you can view this tutorial on our channel using the below link..

Video guide link

Windows 10 Fall Creators Update : How to Disable apps like candy crush from auto installing on Windows 10 Fall Creators Update [Guide]

How to disable apps like candy crush installing/reinstalling on Windows 10 Fall Creators Update, this is what we are gonna see in this post.

One of the most fearsome things, most of the Windows users experience is windows installing unwanted store apps when you install a fresh copy of Windows 10. Though most of the users hadn't experienced this issue, some users reported that windows installs the unwanted apps like candy crush without their permission after upgrading from previous Windows 10 creators update (Windows 10 automatically installs candy crush).

So, if you dont want your Windows 10 PC to install such apps, then you can simply follow the below steps to prevent windows 10 from installing candy crush.

Note : Inorder to stop windows 10 from installing candy crush on Windows 10 fall Creators update you need to make the change in registry, so proceed with caution.


1) Open registry editor.

2) Backup registry,

3) Navigate to the following registry..

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows

4) Now,right click on the Windows folder and select New-> Key

name the key as CloudContent

and follow the remaining steps..

Create a new DWORD on the right pane and name it as DisableConsumerFeatures

Set its value data to 2 or 1.

2 will work in most cases..

5) Click OK to save changes, restart your PC.

That's it,

But, If the above method seems hadn't worked in your Windows 10 Build 1709 Fall Creators

update then try these below steps too..

1) Press Windows + R - > type Secpol.msc

2) Select Application Control Policies

3) Expand Applocker on left pane.

4) Click on Packaged App Rules

5) Now,on your right pane,right click and select "Create new rule"

6) When you clicked it will open a new window with Before you begin,Permissions
and some other options on left pane

7) Select Permissions tab.

8) On the right pane,you can find Action button select Deny on that and click Next.

9) On the next Window,select the dot Use an installed packaged app as reference.

10) Click on  "Select "

11) It will pop up another window,on that scroll down and check the box "Windows Spotlight"

12) Click OK.

13) Again click on Create.

14) Restart Your PC for Changes to take effect..

You can also check the video tutorial, which explains the same.


Nokia 9 leaked - This time Only renders!

Nokia 9 leaked ! yah!, after the success of its Nokia series, Nokia 6, Nokia 3, HMD global is making a new handset named Nokia 9. This Nokia 9 is in mind of most of the people as the much expected Nokia 8 was priced little bit high, and they have no other choices of atleast expecting only this new mobile Nokia 9 to be priced little bit lower.

So, as per the new leaks by Compare Raja (the popular leaking source), this new Nokia 9 handset is little bit sleek with some bezels around the display. There are also other rumors that this phone
could be powered by  the latest processor Qualcomm's Snapdragon 835, and the RAM to be around 4GB. The camera is also rumored to have the best in business with 12MP or 13 MP camera as it has dual camera with flash, and seriously there is no headphone jack for this mobile too.



Since Nokia 8 featured the camera app, using which you can take photos with rear and front camera at the same time, we can expect this phone to feature the same kind of software with latest Android Operating system.

Remember, this is just a leak and the actual handset may differ while they release officially.
Source : CompareRaja