nuff

Wednesday, 4 December 2024

Windows 10 / 11 Printer Sharing Setting.

 Windows 10 / 11 Printer sharing  Setting.



If you have annoying issue with sharing printer by network, maybe you can try use this.

Run this registry file on both main pc (PC connected with printer) and second pc.

After run that registry. Restart your computer. Then try connect it.

Click link below for download.

Download Here

Sunday, 26 May 2024

WINDOWS 11 Home SL - gpedit.msc not found.

Windows 11 Home SL not provide group policy editor. So here I show you how to add it. Please follow step below.

1) Click Start menu and type CMD. On right panel CMD (Command Promp) and select run as administrator.



2) Run command below on CMD.


FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F")
Wait until process completed. After that, run command below.


FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F")

Wait until process completed. Now you successful add group policy editor on your pc.

3) Now type gpedit.msc on CMD. Group policy editor should be can open.

4) Create shortcut for gpedit.msc. Right click on desktop. Select create shortcut. Put location of the Group Policy Editor as below:

%systemroot%\system32\gpedit.msc

Now, give the shortcut a name that's easily recognizable, and click "Finish."