Description
To test this, simply:
in ReactOS:
- Apply https://github.com/reactos/reactos/pull/2952 (compileable only for GCC for now), then rebuild and (re)install ROS (or, if you can't do that, simply copy my wzcsvc.dll compiled dll (or MS one, it will cause the same problem) into system32 and apply WZCSVC.reg tweak, and don't forget to add "wzcsvc" string into HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\svchost\netsvcs).
- Reboot the system.
in Windows XP/2003:
- Disable Windows File Protection and reboot the system (or just boot from Linux LiveCD, if you don't want to break the OS integrity).
- Copy wzcsvc.dll into system32 with overwriting the MS dll (via Windows with disabled WFP or via Linux).
- Reboot the system (or boot there) again.
In Windows XP/2003, you will see the svchost crash (due to unimplemented SvshostPushServiseGlobals), and service will not start automatically, but it still at least will be able started manually and will work not worse than with MS dll.
In ReactOS, it will not start at all: it will hang endlessly in "Starting" state (with error 1056), and moreover, it will cause fail of some other system services (Schedule, Winmgmt, W32Time and Wuauserv). They will fail to start, in their tuen, with error 232 (the pipe is being closed). See attached wzcsvc.log (which doesn't show anything suspicious for me) and comparison screenshots.
Tested with 0.4.15-dev-384-g393a2c4.
Attachments
Issue Links
- blocks
-
CORE-17148 WeFi 4.0.1.0 fails to find WiFi service
- Untriaged