Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbonkr/hostseditor
Edit the hosts file on Windows
https://github.com/bbonkr/hostseditor
dotnet dotnet-framework utility-application winforms
Last synced: 25 days ago
JSON representation
Edit the hosts file on Windows
- Host: GitHub
- URL: https://github.com/bbonkr/hostseditor
- Owner: bbonkr
- License: mit
- Created: 2015-02-05T01:12:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T01:47:26.000Z (about 9 years ago)
- Last Synced: 2024-04-09T21:56:06.489Z (7 months ago)
- Topics: dotnet, dotnet-framework, utility-application, winforms
- Language: C#
- Homepage: http://bbon.me/HostsEditor/
- Size: 586 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HostsEditor
## 개요
Edit the hosts file on Windows
Windows 의 Hosts 파일을 편집하는 응용 프로그램입니다.메모장(Notepad.exe) 프로그램을 찾아서 관리자 권한으로 실행하고, 파일 메뉴의 열기 명령으로 파일 선택창을 열고 %windir%\system32\drivers\etc\hosts 파일을 선택하는게 귀찮아서 시작된 프로젝트입니다.
## 시스템 요구사항
* Windows OS
* .Net Framework 4.0Windows 7인 경우 .Net Framework 4.0설치 필요, Windows 8 이후 OS인 경우 그냥 실행.
## 사용법
프로그램을 실행하면 권한 상승을 위해 관리자 권한으로 실행창이 열리고 허용하면 프로그램이 시작됩니다.
프로그램이 열렸으면 이미 편집하기 위한 Hosts 파일의 내용이 텍스트박스에 보여집니다.**편집**하고, **저장**! **끝**!
## 다운로드
가능하면 본인이 직접 빌드해서 사용하십시오.빌드가 귀찮으시면 [다운로드](./deploy/deploy.zip?raw=true) 하여 사용하십시오.