기본적으로 통합 쓰기 필터는 재부팅 시 무선 정보가 유지되지 않도록 합니다. 때때로 이것은 원하는 동작이 아닙니다.
무선 데이터를 보존하려면:
@echo off REM turn on UWF as exceptions cannot be added if UWF is disabled uwfmgr.exe filter enable REM add required file and registry exclusions for Wifi profiles uwfmgr.exe file add-exclusion "C:\ProgramData\Microsoft\dot3svc\Profiles\Interfaces" uwfmgr.exe file add-exclusion "C:\ProgramData\Microsoft\wlansvc" uwfmgr.exe file add-exclusion "C:\ProgramData\Microsoft\wlansvc\Profiles\Interfaces" uwfmgr.exe file add-exclusion "C:\Windows\dot2svc\Policies" uwfmgr.exe file add-exclusion "C:\Windows\wlansvc\Policies" uwfmgr.exe registry add-exclusion "HKLM\SOFTWARE\Microsoft\wlansvc" uwfmgr.exe registry add-exclusion "HKLM\SOFTWARE\Policies\Microsoft\Windows\WiredL2\GP_Policy" uwfmgr.exe registry add-exclusion "HKLM\SOFTWARE\Policies\Microsoft\Windows\Wireless\GPTWirelessPolicy" uwfmgr.exe registry add-exclusion "HKLM\SYSTEM\CurrentControlSet\services\dot3svc" uwfmgr.exe registry add-exclusion "HKLM\SYSTEM\CurrentControlSet\services\Wlansvc" uwfmgr.exe registry add-exclusion "HKLM\SYSTEM\CurrentControlSet\services\WwanSvc"