1) open Powershall with Run as Administrator
2) PowerShell command: Set-SmbClientConfiguration -RequireSecuritySignature $false
3) Yes - y Type
4) ok And Powershall Menu CLOSE
I am Jayesh Mewada.
1) open Powershall with Run as Administrator
2) PowerShell command: Set-SmbClientConfiguration -RequireSecuritySignature $false
3) Yes - y Type
4) ok And Powershall Menu CLOSE
You will need admin permission for some of these.
1] Using Group Policy
Editor
Open the Local Group Policy Editor. You can
press Win+R, type gpedit.msc, and hit the Enter button.
Alternatively, you can search for the same in the Taskbar search box.
After opening the
Local Group Policy Editor, navigate to this path-
Computer configuration
> Administrative Templates > Network > Lanman Workstation
On your right side, you should see a setting called Enable insecure guest logons. Double-click on it, and change the setting to Not Configured to Enabled and save your change.
Now, you should not get any problems.
2] Using Registry
Editor
There is one more way
to enable the functionality in Windows 10, and you can use the Registry Editor
to get the job done.
Before tweaking any
file, it is recommended to backup all Registry files.
Then, open the Registry Editor on your
computer. For that, press Win+R, type regedit, and
press Enter. You need to select Yes in the UAC window. After that, navigate to
this path-
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
Here you need to create a key named LanmanWorkstation,
only if it does not exist already. To generate the key, right-click on the
Windows key and select New > Key. Following that, name it
as LanmanWorkstation.
Now, select this newly
created key and right-click on the right side > New > DWORD (32-bit)
Value and name it AllowInsecureGuestAuth.
Set the Value data of this REG_DWORD value as 1 and save your change.
First up, let's try restarting Windows Explorer. Before you follow these steps, be sure to save your work to prevent any loss of data. Then, close all opened windows and apps.
Once you're ready to restart Windows Explorer, here's how to do it via Task Manager:
If Windows 10 doesn’t display certain icons within the taskbar, you should check your taskbar's settings. Here is how you can do that:
A corrupted App Icon Cache might be the reason why your app icons are missing from the taskbar. Follow these steps to delete the Icon Cache via File Explorer:
If you don’t have much time on your hands and want to get this done immediately, you can do it by using Command Prompt as an administrator. Search for the Command Prompt in the search bar, and when it comes up in the search results, select open as administrator. When it opens, type the following command fsutil behavior set disableencryption 1
To turn it back on later, type the same command but make the one a zero. You should see a message on the Command Prompt letting you know that it was enabled or disabled and that you need to restart your computer for the changes to take effect.
Suppose you had trouble with the previous method. Or feel more comfortable using the Local Group Policy; you can disable it by pressing the Windows + R keys and entering secpol.msc and pressing enter. Once the Local Security Policy window opens, click on Security Settings at the top and click the dropdown menu for the Public Key Policies option. When you can see the additional options right-click on Encrypting File System and choose Properties. When the window opens, make sure you’re on the General tab and choose the Not Defined or Don’t Allow option. Once you’re done, you’ll need to restart your computer for the changes to take effect.
You can also use the Local Group Policy Editor to disable the Windows File Encryption. Open it by pressing the Windows + R keys and entering gpedit.msc and press enter. When the window opens, go to
Look for an option called Do not allow encryption on all NTFS volumes. Double-click on it, and when the other window opens, click on Not Configured or Disabled. Click on Apply and Ok to close the window. You’ll need to restart your computer to apply the changes.
Since you never know what might go wrong, it’s best always to have an up-to-date backup of your registry. If all is good to proceed, open the Registry by pressing the Windows + R keys, typing Regedit, and pressing enter. Once Registry is open, go to:
To turn it off, set the Value data to one. To enable it, you would need to change it to zero.
It’s also possible to disable Windows File Encryption by using Services. To open Services press the Windows +R keys and enter services.msc and press enter. Once it opens, scroll until you come across an option called Encryption File System; double-click on Startup type, and in the Startup type option, choose disabled from the listed options. Ensure that you press Apply, followed by Ok, to the changes can be saved.
Error 0x00000002 can occur when trying to connect a shared network printer (from the Print Server or the local TCP/IP port) in both Windows 10 and Windows 7. After you have opened the list of shared printers on a remote computer (via UNC path \\computername
), and clicked the Connect button, an error appears
The error 0x00000002 means that the driver of this printer installed on the computer is corrupted. First of all, you should try to remove this driver from the driver store (if you get an error 0x00000057).
Run this command:
printui.exe /s /t2
In the list of installed drivers, find the printer driver you want to reinstall and remove it by clicking Remove and select the Remove driver and driver package option.
Restart the spooler (net stop spooler & net start spooler
) and try to connect your printer again.
It is likely that the driver will be installed and the printer will connect successfully.
Otherwise, try the following:
c:\Windows\System32\spool\prtprocs\x64
, delete all of them except winprint.dll;As a workaround, if the previous methods haven’t helped, connect your printer via UNC path following the instructions in the article How to Print on Windows 10 Network Printer from XP.
here is the following step which is solve my problem you can also try this
Printer not show in excel 2007
Please do the following steps
Open regedit
Go to HKEY_CURRENT_USER -> software -> Microsoft -> WindowsNT ->
Here you find the three folder Devices , Printer Ports and Windows
Right click on every folder and give the full permission for the user in which you show this problem
Restart the system
And reinstall the printer
May be your problem is solved