Showing posts with label Operating System. Show all posts
Showing posts with label Operating System. Show all posts

Friday, May 31, 2019

3 Cara Membuka Command Prompt Sebagai Administrator

3 CARA MUDAH MEMBUKA COMMAND PROMPT (CMD) SEBAGAI ADMINISTRATOR DI WINDOWS 7

Terkadang kita memerlukan hak akses sebagai Administrator dikala menggunakan Command Prompt (cmd). Pada kesempatan kali ini, admin akan memberikan tutorial cara untuk menjalankan Command Prompt (cmd) sebagai Administrator.


# MEMBUKA COMMAND PROMPT DARI TOMBOL START (BAGIAN 1).
  1. Klik tombol Start.
  2. Pilih opsi All Programs.
  3. Kemudian opsi Accessories.
    Klik kanan pada opsi Command Prompt dan pilih Run as administrator.

3 Cara Membuka Command Prompt Sebagai Administrator, cmd, command prompt, hak akses administrator, windows, tutorial komputer
MEMBUKA COMMAND PROMPT DARI TOMBOL START (BAGIAN 1)

# MEMBUKA COMMAND PROMPT DARI TOMBOL START (BAGIAN 2).
  1. Klik tombol Start.
  2. Ketik cmd pada kotak pencarian.
  3. sorot pada pilihan cmd lalu tekan tombol Ctrl + Shift + Enter.

3 Cara Membuka Command Prompt Sebagai Administrator, cmd, command prompt, hak akses administrator, windows, tutorial komputer
MEMBUKA COMMAND PROMPT DARI TOMBOL START (BAGIAN 2)

# MEMBUKA COMMAND PROMPT DARI WINDOWS EXPLORER.

Cara yang ketiga ini adalah cara yang paling ribet, namun yang selalu berhasil. Gunakan cara yang ketiga ini apabila 2 cara diatas tidak bisa membuat anda mendapatkan hak akses sebagai Administrator.
  1. Buka Windows Explorer dan menuju C:\Windows\System32
  2. Cari cmd kemudian klik kanan dan pilih Run as administrator.

3 Cara Membuka Command Prompt Sebagai Administrator, cmd, command prompt, hak akses administrator, windows, tutorial komputer
MEMBUKA COMMAND PROMPT DARI WINDOWS EXPLORER

Terdapat perbedaan pada tampilan Command Prompt yang menunjukkan apakah anda berhasil mendapatkan hak akses sebagai administrator atau tidak. Gambar pertama menunjukkan bahwa anda mendapatkan hak akses administrator, sedangkan gambar kedua menunjukkan bahwa anda hanya mendapat hak akses sebagai user biasa.

3 Cara Membuka Command Prompt Sebagai Administrator, cmd, command prompt, hak akses administrator, windows, tutorial komputer
Berhasil mendapatkan hak akses sebagai administrator

3 Cara Membuka Command Prompt Sebagai Administrator, cmd, command prompt, hak akses administrator, windows, tutorial komputer
Hanya mendapatkan hak akses sebagai user

Demikian tutorial singkat 3 cara mudah membuka command prompt sebagai administrator. Semoga bermanfaat. #komputer #tutorial #windows7

Friday, May 17, 2019

How to Block USB-Storage (pen drives & External Hard Drive) on Windows 7, 8 and 10

If you ask, what are the benefits of blocking USB-Storage, or blocking a Pen Drive and an external hard drive? Actually there are many benefits, but the two most important are:
  1. Securing or preventing theft of important data & documents on a computer by using USB-storage.
  2. Preventing transmission of viruses from pendrive & external hard drives.
How to Block USB-Storage (pen drives & External Hard Drive) on Windows 7, 8 and 10?

There are 2 easy ways, using the Registry Editor & Local Group Policy Editor in Windows. You can chose one of them.

A. Using Registry Editor (regedit)

  1. Press Ctrl + R or through Start - Run to open Run Command.
  2. Type regedit to run the Registry Editor.
  3. Follow the following navigation: HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ USBSTOR
  4. In the right column, click 2x on Start.
  5. In the Value data section, change the number 3 to number 4. Click the OK button.

how to block Pen drives, flasdisk, external hard drive, tips, tricks, win7, win10, prevent the spread of flashdisk viruses, prevent data theft


B. Using the Local Group Policy Editor (gpedit.msc)
  1. Press Ctrl + R or through Start - Run to open Run Command.
  2. Type gpedit.msc to run the Local Group Policy Editor.
  3. Follow the following navigation: Computer Configuration \ Administrator Templates \ System \ Removable Storage Access.
  4. In the right column, click 2x on All Removeable Storage classes: Deny all access
  5. Select the Enable option, and click Apply.
how to block Pen drives, flasdisk, external hard drive, tips, tricks, win7, win10, prevent the spread of flashdisk viruses, prevent data theft


That's the tutorial How to Block USB-Storage (pen drives & External Hard Drive) on Windows 7, 8 and 10. Hopefully it can be useful for you.

Thursday, May 16, 2019

How To Permanently Turn Off Windows 10 Update

Windows 10 has set Windows updates automatically. But sometimes Win10 updates actually feel very annoying to users. In addition to wasteful quota (for users with limited internet quota), the Windows Updater process that runs, can slow down the performance of your Windows 10.

How To Permanently Turn Off Windows 10 Update?

There are 3 steps that must be done to permanently turn off Windows10 Update. A & B step to disable the updater, and step C to redirect the update link to the Windows server. step C is actually just in case the updater is active again without knowing why, or if someone activates it without our knowledge.

A. Via Command Prompt.

1. Follow the following navigation: Start/All Apps/Windows System/Command Prompt.
2. Right-click on the Command Prompt and select Run as administrator.

How to turn off Windows10 auto update by force to save internet quota. Tutorial to save quota on Windows10, turn off permanent updates, tips, effective tricks, steps, easy, fast, sure way, turn off updates forever

3. At the Command Prompt, type the following 2 commands:

sc.exe config wuauserv start= disabled
sc.exe stop wuauserv

If the response that comes out in the Command Prompt matches the image below, then step 1 has succeeded, and please proceed to the next step.

How to turn off Windows10 auto update by force to save internet quota. Tutorial to save quota on Windows10, turn off permanent updates, tips, effective tricks, steps, easy, fast, sure way, turn off updates forever

B. Through Services (services.msc). This second step is to help complete the process in the first step.

1. Press Ctrl + R or through Start - Run to open Run Command.
2. Type services.msc to run the Services feature.

How to turn off Windows10 auto update by force to save internet quota. Tutorial to save quota on Windows10, turn off permanent updates, tips, effective tricks, steps, easy, fast, sure way, turn off updates forever

3. In the right column select the Windows Updates option, and click 2x so that the Windows Update Properties (Local Computer) window appears.
4. Select the Recovery tab. In First failure, change the Restart the Service option to Take No Action. Click the Apply and OK button.

How to turn off Windows10 auto update by force to save internet quota. Tutorial to save quota on Windows10, turn off permanent updates, tips, effective tricks, steps, easy, fast, sure way, turn off updates forever

C. Through Registry Editor (regedit). Actually the 2 steps above are enough, but step 3 is better to be done just in case.

1. Press Ctrl+R or through Start - Run to open Run Command.
2. Type regedit to run the Registry Editor.
3. Follow the following navigation: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv
4. We will modify the data in DependOnService and ImagePath.

  • DependOnService : rpcss changed to rpcssX
  • ImagePath : %systemroot%\system32\svchost.exe -k netsvcs changed to %systemroot%\system32\svchostX.exe -k netsvcs
For more details, please see the 2 images below:
How to turn off Windows10 auto update by force to save internet quota. Tutorial to save quota on Windows10, turn off permanent updates, tips, effective tricks, steps, easy, fast, sure way, turn off updates forever
How to turn off Windows10 auto update by force to save internet quota. Tutorial to save quota on Windows10, turn off permanent updates, tips, effective tricks, steps, easy, fast, sure way, turn off updates forever

Well, that's the tutorial How to Permanently Turn Off Windows10 Update. Hopefully it can be useful for you.

Tuesday, May 14, 2019

Cara Mudah Mematikan Update Windows 10 Secara Permanen

Bagaimana Cara Mematikan Update Windows 10 Secara Permanen?

Ada 4 langkah yang harus dilakukan untuk mematikan secara permanen Update Windows 10.
  • Langkah 1 untuk menonaktifkan updater-nya.
  • Langkah 2 untuk mengalihkan link update yang menuju ke server Windows.
  • Langkah 3 berfungsi menghapus file yang diperlukan untuk proses update Windows 10 (jika ada).
  • Langkah 4 untuk mematikan fitur yang memaksa Windows 10 untuk selalu update.

Cara mematikan auto update Windows 10 secara paksa untuk mengehmat kuota internet. Tutorial menghemat kuota di Windows 10, matikan update permanen, tips, trik manjur, langkah, cara mudah, cepat, manjur, cara pasti, matikan update selamanya

A. Langkah 1 : Melalui Services (services.msc).

1. Tekan Tombol Windows+R atau melalui Start - Run untuk membuka Run Command.
2. Ketik services.msc untuk menjalankan fitur Services.

Cara mematikan auto update Windows 10 secara paksa untuk mengehmat kuota internet. Tutorial menghemat kuota di Windows 10, matikan update permanen, tips, trik manjur, langkah, cara mudah, cepat, manjur, cara pasti, matikan update selamanya

3. Pilihlah opsi Windows Updates pada kolom sebelah kanan, dan klik 2x sehingga keluar jendela Windows Update Properties (Local Computer).
4. Pada tab General, untuk bagian Startup type pilihlah opsi Disabled. Setelah itu tekan tombol Stop.

Cara mematikan auto update Windows 10 secara paksa untuk mengehmat kuota internet. Tutorial menghemat kuota di Windows 10, matikan update permanen, tips, trik manjur, langkah, cara mudah, cepat, manjur, cara pasti, matikan update selamanya

5. Pilihlah tab Recovery. Pada First failure, gantilah pilihan Restart the Service menjadi Take No Action. Klik tombol Apply dan OK.

Cara mematikan auto update Windows 10 secara paksa untuk mengehmat kuota internet. Tutorial menghemat kuota di Windows 10, matikan update permanen, tips, trik manjur, langkah, cara mudah, cepat, manjur, cara pasti, matikan update selamanya

B. Langkah 2 : Melalui Registry Editor (regedit).

1. Tekan Tombol Windows+R atau melalui Start - Run untuk membuka Run Command.
2. Ketik regedit untuk menjalankan Registry Editor.
3. Ikuti navigasi berikut ini: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv
4. Kita akan merubah data pada DependOnService dan ImagePath.
  • DependOnService : rpcss dirubah menjadi rpcssX
  • ImagePath : %systemroot%\system32\svchost.exe -k netsvcs dirubah menjadi %systemroot%\system32\svchostX.exe -k netsvcs


Cara mematikan auto update Windows 10 secara paksa untuk mengehmat kuota internet. Tutorial menghemat kuota di Windows 10, matikan update permanen, tips, trik manjur, langkah, cara mudah, cepat, manjur, cara pasti, matikan update selamanya

Cara mematikan auto update Windows 10 secara paksa untuk mengehmat kuota internet. Tutorial menghemat kuota di Windows 10, matikan update permanen, tips, trik manjur, langkah, cara mudah, cepat, manjur, cara pasti, matikan update selamanya

5. Ikuti navigasi berikut ini : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc
6. Klik 2x pada bagian Start, dan ubah angka 3 menjadi angka 4.

C. Langkah 3 : Melalui File Explorer.

1. Tekan tombol Windows+E atau melalui Start - Windows System - File Explorer.
2. Ikuti navigasi berikut ini: C:\Windows\SoftwareDistribution.
3. Hapus (Delete) semua folder & file yang terdapat di dalam folder Download tersebut.

D. Langkah 4 : Melalui Command Prompt.

1. Ikuti navigasi berikut Start - Windows System - Command Prompt.
2. Jalankan Command Prompt sebagai administrator.
3. Ketik atau copy perintah dibawah ini lalu tekan Enter.

takeown /f "%windir%\System32\UsoClient.exe" /a

4. Lanjutkan Ketik atau copy perintah dibawah ini dan tekan Enter.

icacls "%windir%\System32\UsoClient.exe" /inheritance:r /remove "Administrators" "Authenticated Users" "Users" "System"

Catatan: Jika anda ingin menjalankan lagi fitur UsoClient dikarenakan ingin update Windows, anda bisa menggunakan perintah berikut:

icalcs "%windir%\System32\UsoClient.exe" /reset

5. Restart Komputer anda.

Demikian artikel Cara Mudah Mematikan Update Windows 10 Secara Permanen. Semoga bermanfaat.

Tuesday, March 26, 2019

Cara Blokir USB-Storage (Flashdisk & Hardisk Eksternal) pada Windows 7, 8, dan 10


Ada 2 cara yaitu melalui Registry Editor & Local Group Policy Editor

A. Melalui Registry Editor (regedit)
  1. Tekan Ctrl+R atau melalui Start - Run untuk membuka Run Command.
  2. Ketik regedit untuk menjalankan Registry Editor.
  3. Ikuti navigasi berikut ini: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR
  4. Pada kolom sebelah kanan, klik 2x pada Start.
  5. Di bagian Value data, ganti angka 3 menjadi angka 4. Klik tombol OK.

cara blokir Pen drives, flasdisk, hardisk eksternal, tips, trik, win7, win10, mencegah penyebaran virus flashdisk, mencegah pencurian data


B. Melalui Local Group Policy Editor (gpedit.msc)
  1. Tekan Ctrl+R atau melalui Start - Run untuk membuka Run Command.
  2. Ketik gpedit.msc untuk menjalankan Local Group Policy Editor.
  3. Ikuti navigasi berikut ini: Computer Configuration\Administrator Templates\System\Removable Storage Access.
  4. Pada kolom sebelah kanan, klik 2x pada All Removeable Storage classes: Deny all access
  5. Pilih opsi Enable, dan klik Apply.

cara blokir Pen drives, flasdisk, hardisk eksternal, tips, trik, win7, win10, mencegah penyebaran virus flashdisk, mencegah pencurian data

Demikian artikel Cara Blokir USB-Storage (Flashdisk & Hardisk Eksternal) pada Windows 7, 8 dan Windows 10. Semoga bermanfaat.