1.打開到這個目錄“C:\WINDOWS\system32\dllcache”,找不到“dllcache”的,請安以下操作
點菜單上的“工具->文件夾選項->查看”把“顯示所有文件和文件夾”勾選上,把“隱藏受保護的……”
勾去掉。
2.復(fù)制“tftpd.exe”文件到SYSTEM32目錄下,或其它可行目錄
3.下載“instsrv.exe”,這是服務(wù)創(chuàng)建工具,是微軟自已的,找不到的朋友,我提供個下載地址,下載
完后放入SYSTEM32目錄
4.打開MS-DOS,輸入以下命令“instsrv tftpservice C:\Windows\system32\tftpd.exe”,系統(tǒng)會提示
服務(wù)裝載成功,然后再輸入以下命令“net start tftpservice”,啟動服務(wù)
5.刪除服務(wù),請用以下命令“instsrv tftpservice remove”
6.在C盤或系統(tǒng)所在盤建一文件夾“tftpdroot”,用于存放TFTP文件
7.相關(guān)命令語法如下:
tftp -i 192.168.1.90(TFTP服務(wù)器IP) get(下載)/put(上傳) e:\sn.txt(文件路徑)
小提示:復(fù)制上面提到的命令,打開你的MS-DOS窗口,在藍色標題欄上點右鍵->編輯->粘貼,可以把你復(fù)
制的命令貼入到命令提示符所在的位置
C:\Documents and Settings\Administrator>instsrv tftpservice C:\Windows\system32\
tftpd.exe
The service was successfuly added!
Make sure that you go into the Control Panel and use
the Services applet to change the Account Name and
Password that this newly installed service will use
for its Security Context.
C:\Documents and Settings\Administrator>net start tftpservice
tftpservice 服務(wù)正在啟動 .
tftpservice 服務(wù)已經(jīng)啟動成功。