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 connect Bluetooth in Kali Linux 2019.2 (or) How to enable Bluetooth in Kali Linux Latest version

How to connect Bluetooth in Kali Linux 2019.2 or how to enable or problem fix bluetooth on latest version of Kali Linux this would be the great problem experienced by beginners of Linux, particularly if you are Kali Linux user. The Reason is, 

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 slided the option to right side on the top right corner (which normally indicates the option is turned on).

So, what you need to do ?

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

OK, but how to do it?

Just follow the below steps.


How to turn on Bluetooth in Kali Linux latest version.


1) Open terminal

2) Type the following command and Hit Enter

sudo systemctl start bluetooth.service

or you can even use this simple command 

 service bluetooth restart

3) Hit enter.

That's it.

Now, open the same bluetooth screen, you can see your Bluetooth device and linux scanning and displaying nearest devices.





Enjoy.

Sometimes, if you are using the Updated version of Kali or any different GUI versions, then u will miss the application. So, the fool proof way for that 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".

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

That's it

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.