"This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator”
1. notepad (untuk membuka notepad)
2. dxdiag (untuk melihat specifikasi komputer kita)
3. cmd( untuk membuka command prompt / DOS)
4. msconfig (untuk melihat system)
5. gpedit.msc (melihat group policy)
5. regedit (untuk mengakses system registry editor)
6. services.msc (melihat aplikasi yang berjalan pada system)
OK sekarang kita akan membahas cara mengunci dan membuka run. Yaitu dengan memanfaatkan regedit
Untuk mengguncinya Ketikkan kode berikut pada notepad
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoRun"=dword:00000001
Kemudian save as dengan extensi .reg
Run telah terkunci
Dan Untuk membukanya
ketikkan kode berikut untuk membuka run yang didisable
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoRun"=dword:00000000
kemudian save as dengan extensi .reg
bias juga dengan VBScript untuk membuka run yang terkunci
Ketikkan code VBScript berikut pada notepad
On Error Resume NextSet WshShell = WScript.CreateObject("WScript.shell") wshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun"Message = "Run terbuka... by 9gagers"x = MsgBox(message,vbokOnly, "DHAFIQ-SAN")Set wshShell = NothingSet fso = Nothing
Save dengan exitensi.vbs
Update
anda dapat membuka fungsi-fungsi diatas tanpa menggunakan fungsi RUN dengan masuk melalui CMD (Command Prompt) dengan cara start -->accesories---> Command Prompt trus tulis fungsi-fungsi diatas misalnya : regedit trus enter..