IT Technical Support for Developers

Windows


Windows 10 printer sharing error 0x0000011b FIX

How to Fix Windows Cannot Connect to Printer

Windows Printer Sharing Error 0x0000011b Fix Printer Error 0x0000011b issue Accessing Shared Printer

Microsoft Has fixed all the issue related to Printer Sharing


September 14, 2021—KB5005565 (OS Builds 19041.1237, 19042.1237, and 19043.1237)
Release Date: 9/14/2021
Version: OS Builds 19041.1237, 19042.1237, and 19043.1237
Windows 10 2004. 20H2 and 21H1KB2310138

Here is how to fix Printer Error 0x0000011b in Windows 10


Step 1:In Server PC: Check for TCP/IP => Inernet Protocol Version 4

Step 2: Configure Manual IP instead of Automatically IP Assign.

Step 3: Check with your Printer server Name, (Compurter or PC Name)
It should not have a long name or special characters or Numbers alone,
set relavent name for it.

Allow server machine to use filesharing with itself via the DNS Alias

Step 4: Check / Configure Network Sharing Rights for the printer (and Update Printer Driver).

Step 5: in Client PC using run command type "\\IP number of Printer Server"

Step 6: now you are able to view all the shared folders and printers,
double click on the printer icon to Install the printer driver in client PC.

Step 7: Still you are getting the same error, do followings
a. Create a new user with Administrative rights in "Server" Where you are conneted the Printer

b. Connect the "Server" with new user with password, in client where do you want to access the printer in sharring mode.

after this try the step 6.




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

SQL server error 10054 - Fix

Error 10054,
Cannot connect remotely to SQL Server Express Win 11, A network-related or instance-specific error
ADDITIONAL INFORMATION
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)
Got the same issue on a Windows 11 computer trying to connect to an old SQL 2005 DB. It looks like some ciphers are disabled on Windows 11 and prevent the connection with the Database.

Solution

In Powershell (as admin) after running the following command, I could connect to the DB. Hope this helps.
Solution for Error 10054
Enable-TlsCipherSuite -Name "TLS_RSA_WITH_3DES_EDE_CBC_SHA"

Copy and paste the above command in powershell, it will work for you.

Key Search

sql server error 10054 windows 11
mssqlserver-10054-database-engine-error
windows 11 accessing sqlexpress error 10054
error 10054 an existing connection was forcibly closed by the remote host
sql server error 10054 pre-login handshake
SQL Server not connected after windows 11 update


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 Windows Update 11 error?

How to fix error 0x80070070 when upgrading to Windows 11


What does error code 0x80070070 mean?

If you're upgrading to Windows 11 from Windows 10, and the upgrade process is interrupted by the error code 0x80070070, it means you have a storage space issue. Specifically, you're low on disk space on your Windows drive. You need to first free up space on the drive, and then upgrade the OS.

Empty the Recycle Bin

The files you delete from your hard drive are not automatically deleted. Rather, they move to a special folder called the Recycle Bin and stay there as long as you don’t decide to empty this folder. This also serves as a backup measure against accidental deletion.
To empty the Recycle Bin and thereby make more space on your hard drive, do the following.
Go to your desktop and right click on the Recycle Bin item.
Then select the Empty Recycle Bin option.
To finish, confirm the requested operation.

Delete temporary files

Temporary files are files that are generated by the system’s own operation, including the use of programs and Internet browsing. They tend to be stored indeterminately if no maintenance is done on the PC. Its elimination is very simple using the following procedure.
In the search box on the taskbar, type disk cleanup.
From the list of results select the Disk Cleanup application.
Enter the System section and select Storage.
Next, click Temporary files.
Check the boxes for the items displayed in the Files that can be removed window and click OK.
Confirm the requested action.

For a more thorough clean, go back into Disk Cleanup and click Clean up system files. Check the boxes of items that can be removed without affecting the operation of the system and click OK. Confirm the requested action and restart your PC.

Uninstall apps you don’t use

Having many applications unused for long periods of time not only contributes to a lack of space but can also affect the performance or security of the system as it is also possible that they are outdated versions.
To Fix Windows 11 Update Error 0x80070070, Minimum 6GB Disk space is required in OS partition




Related Links...

Windows 11 error code 0x800f0950


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


How to Fix Boot Error code: 0xc000014c, Win10/8


Windows 10 printer error 0x00000709


Windows 11 Upgrade from Windows 10 - A Free Upgrade


How to get Windows 11 without TPM 2.0


How do I fix error 0xC1900101?


Upgrade from Windows 7 to Windows 10 for free


Windows 10 printer sharing error 0x0000011b


How to add 2-Step Verification in Gmail


Windows 11 How to install on unsupported hardware




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