How to Disable or Enable Vista User Access Control in Command Prompt Cara Aktifkan atau Nonaktifkan Pengguna Vista Access Control di Command Prompt
There are many possible way to Ada banyak cara untuk memungkinkan turn off or turn on User Access Control menonaktifkan atau mengaktifkan Pengguna Access Control (UAC) in Windows Vista, which frequently pop up a confirmation dialog window to asking for permissions to continue a task which requires elevated administrator rights. (UAC) pada Windows Vista, yang sering pop up dialog konfirmasi jendela untuk meminta izin untuk melanjutkan tugas yang memerlukan hak administrator ditinggikan. Normally UAC cannot be enabled or disabled by using GUI-based Control Panel. UAC biasanya tidak dapat diaktifkan atau dinonaktifkan dengan menggunakan GUI berbasis Control Panel. For programmers or developers, it may be useful to be able to enable or disable UAC by using CLI (command line interface) commands, which can be used to automate tasks in batch script. Untuk pemrogram atau pengembang, mungkin berguna untuk dapat mengaktifkan atau menonaktifkan UAC dengan menggunakan CLI (command line interface) perintah yang dapat digunakan untuk tugas-tugas otomatis dalam batch script.
The ability to enable or disable UAC from command prompt is actually using a trick to turn off or on UAC by using registry key. Kemampuan untuk mengaktifkan atau menonaktifkan UAC dari command prompt sebenarnya menggunakan trik untuk menonaktifkan atau pada UAC dengan menggunakan kunci registri. Simply open command prompt window and run the following command: Cukup buka jendela command prompt dan menjalankan perintah berikut:
To Disable UAC Untuk Nonaktifkan UAC
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f C: \ Windows \ system32 \ cmd.exe / k% windir% \ system32 \ reg.exe ADD HKLM \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ System / v EnableLUA / t REG_DWORD / d 0 / f
To Enable UAC Untuk Enable UAC
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f C: \ Windows \ system32 \ cmd.exe / k% windir% \ system32 \ reg.exe ADD HKLM \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ System / v EnableLUA / t REG_DWORD / d 1 / f
After the command, computer needs to be restarted to the change to be effective. Setelah perintah, komputer harus di-restart untuk perubahan menjadi efektif.
IMPORTANT : The page is machine translated and provided "as is" without warranty. PENTING: Halaman yang diterjemahkan mesin dan diberikan "sebagaimana adanya" tanpa jaminan. Machine translation may be difficult to understand. Mesin terjemahan mungkin sulit dimengerti. Please refer to Silakan merujuk ke original English article artikel asli Inggris whenever possible. bila memungkinkan.
Related Articles Artikel Terkait
- Reveal and Access to Windows Vista Hidden Context-Sensitive (Right Click) Menu Item – Open Command Prompt Here & Copy as Path Mengungkapkan dan akses ke Windows Vista Tersembunyi Context-Sensitive (Klik kanan) Menu Item - Terselesaikan Command Prompt Here & Salin sebagai jalan
- How to Enable More Fonts for Windows Command Prompt Cara Aktifkan Lagi Fonts untuk Windows Command Prompt
- How to Open Elevated Command Prompt with Administrator Privileges in Windows Vista Bagaimana ditinggikan Terselesaikan Command Prompt dengan Administrator Privileges di Windows Vista
- How to Fully Maximize Command Prompt Window in Vista Cara Maksimalkan Layanan Command Prompt di Windows Vista
- Open Elevated Command Prompt Window Here as Administrator at Current Folder Directly in Vista Windows Explorer Buka ditinggikan Command Prompt Window Di sini sebagai Administrator di Peristiwa Folder langsung di Vista Windows Explorer
- Run Command Prompt Window as Administrator by Right Click Computer in Vista Run Command Prompt Window sebagai Administrator Klik kanan oleh Komputer di Vista
- Turn Off or Disable User Account Control (UAC) in Windows Vista Nonaktifkan atau Nonaktifkan Pengguna Account Control (UAC) pada Windows Vista
- Create and Put an Elevated Command Prompt on Windows Vista Desktop or Start Menu Put dan menciptakan sebuah ditinggikan Command Prompt pada Windows Vista Desktop atau Start Menu
- Enable or Disable Built-in Administrator Account in Windows Vista Aktifkan atau Nonaktifkan Built-in Administrator Account Windows Vista
- Disable Direct Root Login and User Access via SSH to Server Nonaktifkan langsung Root Pengguna Login dan akses ke server melalui SSH










































February 4th, 2009 00:45 4 Feb 2009 00:45
[...] greater convenient to advanced technical user. [...] Lebih nyaman untuk pengguna lanjutan teknis. In actual, the commands,, which are also used to disable or enable UAC in Vista, are just doing the same thing as directly modifying the [...] Dalam sebenarnya, perintah, yang juga digunakan untuk menonaktifkan atau mengaktifkan UAC di Vista, hanya melakukan hal yang sama seperti langsung mengubah [...]
February 4th, 2009 00:45 4 Feb 2009 00:45
[...] greater convenient to advanced technical user. [...] Lebih nyaman untuk pengguna lanjutan teknis. In actual, the commands,, which are also used to disable or enable UAC in Vista, are just doing the same thing as directly modifying the [...] Dalam sebenarnya, perintah, yang juga digunakan untuk menonaktifkan atau mengaktifkan UAC di Vista, hanya melakukan hal yang sama seperti langsung mengubah [...]
June 25th, 2007 15:29 25 Jun 2007 15:29
You need to launch as administrator. Anda perlu memulai sebagai administrator.
June 25th, 2007 14:07 25 Jun 2007 14:07
I do this, and I end up with a oh-so-wonderful “Access is denied” in the MS-DOS window that appears… Saya melakukan ini, dan saya berakhir dengan oh-begitu-indah "Akses ditolak" pada MS-DOS jendela yang muncul ...
April 23rd, 2007 23:48 23 Apr 2007 23:48
Or you could just type msconfig and goto tools then down to Disable UAC Atau Anda dapat ketikkan msconfig goto peralatan dan kemudian ke bawah Nonaktifkan UAC