請參考NI的官方資料:
也可以請參考微軟的支援網站:
在操作時會使用到的兩個檔案:
重點是以下的說明:
- Copy the files instsrv.exe and srvany.exe from the Windows NT Resource Kit into the same folder as CookieService.exe.
- Open a command prompt and navigate to the directory containing CookieService.exe.
- Type the command INSTSRV CookieService c:\<path>\srvany.exe. Replace <path> with the full path to the srvany.exe application.This creates a new service called CookieService and links it to the srvany.exe application.
- Select Start»Run to start the application regedit.
- Navigate to the key HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ CookieService.
- Right click the CookieService entry and select New»Key.
- Set the key name to Parameters.
- Right click the Parameters folder and select New»String from the shortcut menu.
- Type the name Application.
- Double click the Application string to open the Editing dialog box.
- Type the full path to the CookieService.exe application and click OK.