วันพฤหัสบดีที่ 21 มิถุนายน พ.ศ. 2555

Enable or Disable UAC From the Windows 7 / Vista Command Line


Enable or Disable UAC From the Windows 7 / Vista Command Line

If you’ve used Windows Vista for more than 3.7 minutes, you know what UAC (User Account Control) is.. it’s the obnoxious, nagging popup window that will be your life for the next 3-5 years unless you switch back to XP in frustration, or to a better OS like… OS X, Suse, Ubuntu, or even XP.
Update: This should also work on Windows 7.
Note: Disabling UAC will lead to a less secure system, so be warned.
Windows needs your permission to annoy the crap out of you:
uac3.png
There’s a quick way you can enable or disable this annoying window from the command line:
Disable 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
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
After you enable or disable UAC, you will have to reboot your computer for the changes to take effect.

วันพุธที่ 6 มิถุนายน พ.ศ. 2555

User Account Control เวลาเปิด access97

วิธีการปิด UAC (User Account Control) บน windows 7
def-thumb_100
ถ้าคุณใช้ Windows 7 คุณเคยรำคาญกับการที่เวลาเราจะ Run Program, ลงโปรแกรม หรือเราจะทำงานในโปรแกรมบางอย่าง มันจะชอบมี Pop up ขึ้นมาถามตลอดเลยว่าคุณจะดำเนินการต่อไปหรือเปล่า ซึ่งฟังก์ชั่นตัวนั้นเราเรียกว่า Functions UAC (User Account Control) ครับ แต่วันนี้เราจะมาปิดมันกันเถอะ


1. Start > control panel
2. จากนั้นเราให้กด User Accounts and Family Safety
UAC_windows7_1
3. กดเมนู User Account
UAC_windows7_2


4. ให้เราเลือก Change user Account Control setting
UAC_windows7_3
5. ให้เราปรับ ลงมาให้ต่ำที่สุดครับ จากนั้นก็กด Ok แล้ว Restartคอมพิวเตอร์ 1ครั้งครับ
UAC_windows7_4


เท่านี้ก็เป็นการปิด UAC แล้วครับ ง่ายๆ จะได้ไม่ต้องมีอะไรมากวนใจ เราต่อไป