windows dns server backup and recovery
1. 백업C:\Windows\System32 의 dns 파일 복사regedit 에서 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DNS Server 해당 폴더( DNS Server ) 내보내기 (.reg 로 내보내짐) 2. 복구원본 C:\Windows\System32 의 dns 파일 복사했던 파일을 붙여놓기 (* C:\Windows\System32 똑같은 경로)regedit 에서 내보냈던 파일 실행
self training/win
2025. 3. 25. 10:10
Windows 10 Install .NET Framework 3.5 error 0x800F0954
1. regedit 실행 후 HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU “UseWUServer” 를 0 으로 변경 2. 리부팅 3. 제어판 > 프로그램 > 프로그램 및 기능의 windows 기능 켜기/끄기에서 .NET Framework 3.5(.net 2.0 및 3.0 포함) 체크 후 인스톨 4. regedit 실행 후 HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU “UseWUServer” 를 1로 원상복구 변경 5. 리부팅
self training/win
2023. 12. 14. 18:36