python share folder
-
[Python] winreg 모듈을 이용한 Windows 공유폴더 레지스트리 설정 점검Python/Python for Windows 2019. 8. 24. 11:14
파이썬 winreg 모듈을 이용한 PC 공유폴더 레지스트리 설정 점검 - PC : AutoShareWks - Server : AutoShareServer DOC : https://docs.python.org/3/library/winreg.html winreg — Windows registry access — Python 3.7.4 documentation winreg — Windows registry access These functions expose the Windows registry API to Python. Instead of using an integer as the registry handle, a handle object is used to ensure that the handles are..