Win10家庭版白嫖专业版功能

前言

不建议使用,会有法律风险,请支持正版。


远程桌面

RDP Wrapper (此方法已无效)

  1. 打开install.bat安装服务;
  1. 打开RDPConf.exe查看状态,如果界面显示全绿,说明可以正常使用了。
  1. 如果有红色,复制文件夹里面的修改过的INI文件到C:\Program Files\RDP Wrapper文件夹里;
  1. 重启电脑或者重启TERM SERVICES服务,再次重复2;
  1. 如果依旧不行,打开C:\Program Files\RDP Wrapper\rdpwrap.ini,追加以下内容,再次重复4;
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[10.0.17134.706]
LocalOnlyPatch.x86=1
LocalOnlyOffset.x86=ADAB8
LocalOnlyCode.x86=jmpshort
LocalOnlyPatch.x64=1
LocalOnlyOffset.x64=92521
LocalOnlyCode.x64=jmpshort
SingleUserPatch.x86=1
SingleUserOffset.x86=36B1C
SingleUserCode.x86=nop
SingleUserPatch.x64=1
SingleUserOffset.x64=1511C
SingleUserCode.x64=Zero
DefPolicyPatch.x86=1
DefPolicyOffset.x86=33579
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
DefPolicyPatch.x64=1
DefPolicyOffset.x64=10E78
DefPolicyCode.x64=CDefPolicy_Query_edi_rcx
SLInitHook.x86=1
SLInitOffset.x86=475DD
SLInitFunc.x86=New_CSLQuery_Initialize
SLInitHook.x64=1
SLInitOffset.x64=22F5C
SLInitFunc.x64=New_CSLQuery_Initialize

[10.0.17134.706-SLInit]
bInitialized.x86 =CBF38
bServerSku.x86 =CBF3C
lMaxUserSessions.x86 =CBF40
bAppServerAllowed.x86 =CBF44
bRemoteConnAllowed.x86=CBF48
bMultimonAllowed.x86 =CBF4C
ulMaxDebugSessions.x86=CBF50
bFUSEnabled.x86 =CBF54

bServerSku.x64 =F1378
lMaxUserSessions.x64 =F137C
bAppServerAllowed.x64 =F1380
bInitialized.x64 =F2430
bRemoteConnAllowed.x64=F2434
bMultimonAllowed.x64 =F2438
ulMaxDebugSessions.x64=F243C
bFUSEnabled.x64 =F2440
  1. Windows 10 创意者更新后,系统会缺少 rfxvmt.dll ,导致 Listener state 不成功,需要下载 rfxvmt.zip ,将 rfxvmt.dll 放入 C:\Windows\System32 文件夹

组策略gpedit.msc

将以下内容保存为bat文件,以管理员身份运行。

1
2
3
4
5
6
7
8
9
10
11
@echo off

pushd "%~dp0"

dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt

dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt

for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"C:\Windows\servicing\Packages\%%i"

pause

Hyper-V

添加Hyper-V

将以下内容保存为bat文件,以管理员身份运行。

1
2
3
4
5
6
7
8
9
10
11
12
13
@echo off

pushd "%~dp0"

dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt

for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"

del hyper-v.txt

Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL

pause

开启Hyper-V

将以下内容保存为bat文件,以管理员身份运行。

1
2
3
4
5
@echo off

bcdedit /set hypervisorlaunchtype auto

pause

关闭Hyper-V

将以下内容保存为bat文件,以管理员身份运行。

1
2
3
4
5
@echo off

bcdedit /set hypervisorlaunchtype off

pause

伪装Win10专业版

安装Docker需要Win10专业版。

将以下内容保存为bat文件,以管理员身份运行。

1
REG ADD "HKEY_LOCAL_MACHINE\software\Microsoft\Windows NT\CurrentVersion" /v EditionId /T REG_EXPAND_SZ /d Professional /F

后记

获取 Windows 10

请支持正版。