IT Technical Support for Developers

Windows






Windows 11 error code 0x800f0950

Error code : 0x800F0950 - FIX

The error code 0x800F0950 appears on Windows 10 and Windows 11 when trying to install the .NET 3.5 Framework using the conventional installer or when trying to launch a game or app that requires this dependency. The error message accompanying the error code is ‘The following feature couldn’t be installed’.

Issues addressed for the following errors

0x800f0950 .net framework 3.5
0x800f0950 .net framework 3.5 windows 11
0x800f0950 error
0x800f0950 fix
0x800f0950 windows 11
error code 0x800f0950
error code 0x800f0950 windows 11
error code 0x800f0950 language pack
0x800f0950 dism
error 0x800f0950 dism failed
0x800f0950 error windows 11
0x800f0950 error fix
0x800f0950 framework 3.5
error 0x800f0950 framework 3.5
0x800f0950 language pack windows 11

Getting error Windows couldn’t complete the requested changes,

Error 0x800f081f, 0x800f0805, 0x80070422, 0x800f0922, 0x800f0906,
etc while install .net framework 3.5 On Windows 11 or 10.
Let’s understand what is .NET Framework,
and how to fix .net framework 3.5 installation error 0x800f0950 Windows 11 or 10.

Fix - 0x800f0950 .NET Framework 3.5 Windows 11 [Solution]

1 Go to Command Prompt with Admin Rights
2 Enter the following commands one by one
     a. DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
     b. Dism.exe /online /enable-feature /featurename:NetFX3 /source:C:\ /LimitAccess


3 Restart the PC.
4 After the booting, Go to Command Prompt
5 Enter the folloiwng Command
     sfc /scannow
6 Restart the PC.
7 Now the system is ready to install .Net Framework 3.5 on Windows 11 or 10.



PHPMailer Enable 2FA Send Mail with 2 Step Authentication

How to send mail using PHP mailer if two factor authentication?

2 Step Verification

Gmail 2 steps verification

To send emails using PHPMailer with 2-factor authentication (2FA), you'll need to generate an "App Password" or set up OAuth2. Instead of your regular password, use the App Password in PHPMailer's settings.

Steps to Create App Password

Enable 2FA: Make sure 2FA is enabled in your Google Account.

Create a custom app in your Gmail security settings.
Step 1 Click Google Apps icon (right side top near user logo)
Step 2 Click Account
Step 3 Click Security Menu from left side
Step 4 Type "App password" in the search field
Step 5 Click "App Password" Link
Step 6 Enter the App Name as PHPMailer and submit
Step 7 You will get App Password.(It will generate a token to use in the App )

This is what you'll use in PHPMailer.

Sample Code

$email = new PHPMailer(true);

$email->IsSMTP(); // Use SMTP
$email->Host= 'smtp.gmail.com'; // Sets SMTP server

$email->SMTPDebug = 0; // 2 to enable SMTP debug information
$email->Debugoutput = 'html';
$email->SMTPAuth = TRUE; // enable SMTP authentication
$email->SMTPSecure = "SSL"; //Secure conection
$email->Port = 587; // set the SMTP port
$email->SMTPOptions = array(
'ssl' => array(
'verify_peer' => false,
'verify_peer_name' => false,
'allow_self_signed' => true
)
);

$email->Username = 'your_email@gmail.com'; // Your Gmail address
$email->Password = 'your_app_password'; // The App Password
$email->setFrom('your_email@gmail.com', 'Your Name');
$email->addAddress('recipient@example.com', 'Recipient Name');
$email->Subject = '2FA Test Email';
$email->Body = 'This is 2 Step Verification Mail Sent by PHPMailer.';

if ($email->send()) {
echo 'Message sent!';
} else {
echo 'Mailer Error: ' . $mail->ErrorInfo;
}

Use the token as password in combination with your full Gmail account and two factor authentication will not be required.

How to enable two factor authentication in Gmail



How do I fix error 0xC1900101?

How can I fix 0xC1900101 errors on Windows 10 to Windows 11 Upgrade?

The other reason that people fail the upgrade is that they do not realize that a lot of free space is needed in order for the update to install. If users have completed all the required steps before starting the installation process, the cause for the 0xC1900101 – 0x60016 error can be quite complicated.

How to fix error code 0xC1900101 upgrading to Windows 11

The error codes starting with 0xC1900101 or 0x80090011 can indicate various problems during the Windows 11 upgrade process.
These are the common "0xC1900101" errors that you may come across upgrading to Windows 11:

0xC1900101 - 0x2000c
0xC1900101 - 0x20017
0xC1900101 - 0x30017
0xC1900101 - 0x30018
0xC1900101 - 0x3000D
0xC1900101 - 0x4000D
0xC1900101 - 0x40017

Cleanup storage space

The setup of Windows 11 requires several gigabytes of space to process the upgrade. If the device does not have enough available space, you may see one of the 0xC1900101 error codes. You can get around this problem by using the "Storage" and "Apps & features" settings to free up space.

You can use this guide to find many tips to delete unnecessary files to free up storage space.

Disconnect devices

If the computer has peripherals like external drives, printers, Bluetooth devices, USB devices, cameras, disconnect them before proceeding to reduce the chances of errors and other issues upgrading to Windows 11. You can always reconnect them after the upgrade.

Uninstall security apps

If there is a problem with third-party security software, you will likely see the error codes 0xC1900101 0x20017 and 0xC1900101 0x30017.

Repair corrupted files

1. Press Windows + X keys altogether to launch the Power menu

2. Select Run option on the list and type cmd in the text box

3. Now press Ctrl + Shift + Enter to open Command Prompt as Admin

4. If the UAC dialog appears up, click Yes to authorize the access

5. On the elevated console, type the following command, and press Enter:

sfc /scannow

6. Reboot

Windows 11 How to install on unsupported hardware




Related Links...

Windows 11 Upgrade from Windows 10 - A Free Upgrade


Windows 10 printer sharing error 0x0000011b


Windows 10 printer error 0x00000709


0x00000040, How to Fix Win 11 Printer Sharing to win 10 /win 7


Windows 11 How to Launch Task Manager


Win 11 an existing connection was forcibly closed (OS error 10054)


How to get Windows 11 without TPM 2.0


Upgrade from Windows 7 to Windows 10 for free


Windows 10 printer sharing error 0x0000011b FIX


Windows 11 How to install on unsupported hardware


How do I fix Windows Update 11 error?




Latest Post

Tally Prime 6.2 What is new

/Tally Integration Capabilities

Lucy Edit AI - Free AI Video Editor Online

/Artificial Intelligence AI

Rajinikanth with a salt-and-pepper beard wearing a stylish suit AI Vid

/Artificial Intelligence AI

How to generate Nano Banana 3D Figurine Image

/Artificial Intelligence AI

AI What is Next

/Artificial Intelligence AI