Kamis, 19 Maret 2009

UNC paths are not supported

Indonesian Version

Jika anda mendapatkan pesan error berikut ketika menjalankan suatu aplikasi,

CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.

Maka perintah registry berikut dapat dijalankan untuk menghilangkan pesan error tersebut.

REG ADD "HKCU\Software\Microsoft\Command Processor" /V DisableUNCCheck /T REG_DWORD /F /D 1

English Version

If you get error message below when start to run an application,

CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.

This command below can avoid you from viewing the error message,

REG ADD "HKCU\Software\Microsoft\Command Processor" /V DisableUNCCheck /T REG_DWORD /F /D 1

Tidak ada komentar:

Posting Komentar