Добавить
Уведомления

Printer Private Network Sharing Windows 11 Home to Windows 7 Pro

#PrinterPrivateNetworkSharingWindows11HometoWindows7Pro Music from https://freetousemusic.com Track: Cloud by Limujii https://youtu.be/Ge-xLy9o-0o @echo off if "%1"=="runas" ( cd %~dp0 ) else ( powershell Start -File "cmd '/K %~f0 runas'" -Verb RunAs ) echo Use RPC over Named Pipes for client – server communication reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC" /v RpcUseNamedPipeProtocol /t REG_DWORD /d 1 /f echo Enable listening for incoming connections on RPC over Named Pipes reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC" /v RpcProtocols /t REG_DWORD /d 0x7 /f echo Use a specific port for RPC over TCP communication reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC" /v RpcTcpPort /t REG_DWORD /d 0 /f echo Enforce Kerberos authentication reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC" /v ForceKerberosForRpc /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC" /v RpcAuthentication /t REG_DWORD /d 0 /f echo ADDITIONAL REGISTRY reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC" /v RpcOverTcp /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC" /v RpcOverNamedPipes /t REG_DWORD /d 1 /f reg add "HKLM\SYSTEM\CurrentControlSet\Control\Print" /v RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 0 /f pause

12+
19 просмотров
2 года назад
12+
19 просмотров
2 года назад

#PrinterPrivateNetworkSharingWindows11HometoWindows7Pro Music from https://freetousemusic.com Track: Cloud by Limujii https://youtu.be/Ge-xLy9o-0o @echo off if "%1"=="runas" ( cd %~dp0 ) else ( powershell Start -File "cmd '/K %~f0 runas'" -Verb RunAs ) echo Use RPC over Named Pipes for client – server communication reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC" /v RpcUseNamedPipeProtocol /t REG_DWORD /d 1 /f echo Enable listening for incoming connections on RPC over Named Pipes reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC" /v RpcProtocols /t REG_DWORD /d 0x7 /f echo Use a specific port for RPC over TCP communication reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC" /v RpcTcpPort /t REG_DWORD /d 0 /f echo Enforce Kerberos authentication reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC" /v ForceKerberosForRpc /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC" /v RpcAuthentication /t REG_DWORD /d 0 /f echo ADDITIONAL REGISTRY reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC" /v RpcOverTcp /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC" /v RpcOverNamedPipes /t REG_DWORD /d 1 /f reg add "HKLM\SYSTEM\CurrentControlSet\Control\Print" /v RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 0 /f pause

, чтобы оставлять комментарии