Friday 21 February 2014

Delete Service Pada windows 7,8 atau XP

If you are a fan of tweaking your system and disabling services, you might find that over time your Windows Services list becomes huge and unwieldy with a large number of services in the list that will never be enabled.
Instead of just disabling a service, you can alternatively completely delete the service. This technique can be especially helpful if you’ve installed some piece of software that doesn’t uninstall correctly, and leaves an item in the service list.
Important Note: Once you delete a service, it’s gone, and it’s going to be a pain to add it back. Use with caution.
Deleting a Service
The first thing you’ll need to do is identify the name of the service, so open up Services through the start menu or control panel, and then find the service in the list that you want to delete.
image
You’ll want to open up the properties by double-clicking on the service name, and then highlight the “Service name” value and copy it to the clipboard. This is what we’ll need to disable it.

You’ll need to open up a command prompt, and if you are using Windows 7 or Vista you’ll need to right-click the command prompt and choose Run as Administrator. We’ll use the sc command to actually do the work.
The syntax used to delete a service is this:
sc delete ServiceName
If your service name has spaces in it, you’ll need to wrap the service name in quotes, like this:
sc delete “Adobe LM Service”

Note that I’m not recommending deleting this particular service, it’s just an example.
Now if you use the F5 key to refresh your Services list, you’ll see that the service is gone.

I’ve found that using this technique (carefully) can make your Services list a lot more useful, since you don’t have to weed through dozens of items you will never have enabled.
Note: You should think long and hard before deleting a service, because it’s very difficult to get them back once they are gone.

Tuesday 11 February 2014

Konfigurasi Mikrotik dengan 2 segmen IP dan koneksi Speedy


Setting Mikrotik 2 IP segmen dan koneksi Speedy

Kondisi jaringan seperti ini :
1. Koneksi speedy sudah jalan, dengan ip speedy 192.168.150.2
2. Ip Segmen 1 adalah 192.168.151.1
3. Ip Segmen 2 adalah 192.168.150.10

- Dengan kondisi seperti di atas, makan Ip segmen 1 sudah bisa koneksi internet
- Akan menghubungkan Dua segmen tersebut dan semuanya bisa koneksi internet.

Ikuti Langkah2nya

1. Buka Winbox, dan berikan nama interface mikrotik untuk mempermudah setting
2. Klik Interface di winbox, lalu ganti namanya
Lihat gambar 

3. Berikan Ip di semua interface, lihat gambar 

4. Selanjutnya berikan DNS nya lewat Ip --- Dns, lihat gambar 

5. Setting NAT nya, lewat ip--- Firewall-- Pilih NAT, dengan ketentuan : chain=scrnat, Action=masquerade, lihat gambar 

6. Selanjutnya setting route nya, ini untuk menentukan koneksi internetnya, isi gateway dengan ip modem. Lihat gambar 
Selamat Mencoba .... Semoga berhasil .....


Thursday 6 February 2014

Blokir Website dengan Mikrotik


Blokir Website dengan mikrotik


Jika di rasa perlu, kadang kita ingin membatasi sebuah website agar tidak bisa di akses pada jam jam tertentu, terutama untuk kantor.

Misalkan kita akan memblokir facebook.com

Langkah yang saya sampaikan ini hanya memblokir satu website, tidak bisa di gabung lebih dari satu website. Tetapi ip yang kita blokir bisa lebih dari satu dan memakai range.

Berikut caranya, sangat simple dan jika dalam penerapanya salah mohon di koreksi, tetapi sudah saya coba dan ber hasil

Masuk kemikrotik ( sebaiknya menggunakan winbox )
Kemudian pilih IP ---->> Firewall
Pilih Tab Filter Rules pada bagian atas sebelah kanan
Kemudian klik tanda plus, kemudian isikan seperti pada gambar di bawah ini

Pada bagian General 


Kemudian Pilih Tab Advanced, isi kontent dengan www.facebook.com ( sesuaikan ke inginan )


Kemudian pilih Extra, dan Pilih lagi Time, untuk membatasi jam blokir



Kemudian Klik Action, pilih Drop



Klik Comment, untuk mempermudah kalau mau mengedit :




Selamat mencoba, semoga berhasil