Wednesday, August 05, 2009

Masalah Password untuk uninstall TrendMicro Officescan

Dengan alasan security biasanya untuk kebutuhan unload dan uninstall sang admin antivirus
menambahkan password saat kita unload ataupun uninstall officescan client.
berikut adalah tips untuk bobol password :
  1. Find file ofcscan.ini, biasanya letak file ini di C:\Program Files\TrendMicro\OfficeScan Client
  2. Edit file tersebut, bagian uninstall_pwd itu dinonaktifkan dengan memberi tanda pagar
  3. Buat parameter baru uninstall_pwd = 70
  4. Kemudin savve file tersebut
  5. Saat uninstall officescan client akan diminta password, masukkan angka "1" sebagai password

Selamat mencoba

sumber : om alex

Restart scheduler pada windows 2003

Kebiasaan Windows yang aneh, kalo tidak layar biru ya ASP yang suka ngadat dan lain-lain.
Beda dengan Linux, semakin nggak pernah direstart performance semakin kuenceng.
Berikut adalah tips untuk restart windows 2003 secara scheduler.
  • Create file WeeklyReboot.bat dibawah directory c:\windows

Isi file WeeklyReboot.bat adalah sebagai berikut :

shutdown -r -f -c "Shutdown for maintenance ASP programs"

  • Create Scheduler dari windows (Start >All Programs > Accessories > System Tools > Scheduled Task)

Create sebuah scheduler misalkan : Weekly_Scheduler_Reboot

Kemudian set aktif setiap hari minggu di jam 04:00

Kemudian click finish, jadi deh. Selamat mencoba

sumber : http://www.intelliadmin.com/blog/2007/09/schedule-reboot-in-windows-2003.html

Friday, July 10, 2009

How do you enable Registry Editing again if it has been disabled by your administrator?

Enable registry editor (regedit)

First Method:
Click Start -> Run -> gpedit.msc -> User Configuration -> Administrative Templates -> System -> Prevent access to registry editing tools -> Right Click Properties -> Set it to Not Configured.
Second Method:
Click Start -> Run. Type this command in Run box and press Ok.
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0
Then a prompt will come up with this question: Value DisableRegistryTools exists, overwrite (Y/N)? Type yes and hit Enter.
After u did that also type this command in the run box and hit enter.
REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0
Then it will also come up with the question: Value DisableRegistryTools exists, overwrite (Y/N)? Type yes and hit Enter.

Third Method:
STEP1. Disable as much as you can from your startup. Remove programs from your startup folder and such, so as not to lag down the bootup process.
STEP2.Create a new shortcut on your desktop, point it to "C:\Windows\regedit.exe"
STEP3.Log off, then log back on.
STEP4.As soon as you see your desktop, double click on the shortcut. The system does not check for policies until a few seconds after it booted up. If you click on the icon fast enough, it should let you get in.
After you close it though, it will not open unless you redo step 3 and 4.

Fourth Method:
Getting into the registry editor by making a vbs script in notepad:
Open Notepad and copy this script into it. And save it as regtool.vbs on your desktop.
VBS SCRIPT(select everything and copy into notepad and save as regtool.vbs):
Option Explicit
'Declare variables
Dim WSHShell, rr, rr2, MyBox, val, val2, ttl, toggle
Dim jobfunc, itemtype
On Error Resume Next
Set WSHShell = WScript.CreateObject("WScript.Shell")
val = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
val2 = "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
itemtype = "REG_DWORD"jobfunc = "Registry Editing Tools are now "
ttl = "Result"
'reads the registry key value.
rr = WSHShell.RegRead (val)
rr2 = WSHShell.RegRead (val2)
toggle=1
If (rr=1 or rr2=1) Then toggle=0
If toggle = 1 Then
WSHShell.RegWrite val, 1, itemtype
WSHShell.RegWrite val2, 1, itemtype
Mybox = MsgBox(jobfunc & "disabled.", 4096, ttl)
Else
WSHShell.RegDelete val
WSHShell.RegDelete val2
Mybox = MsgBox(jobfunc & "enabled.", 4096, ttl)
End If


Open regtool.vbs And there you go!

Source : http://wiki.answers.com/Q/How_do_you_enable_Registry_Editing_again_if_it_has_been_disabled_by_your_administrator

Friday, May 29, 2009

Add a login banner to your Cisco router

A login banner is displayed whenever someone connects to the router by telnet or console connections.
The syntax for the banner command is:

banner motd {char} {banner text} {char}

where {char} is a special delimeter character that does not exist in the {banner text}. Everything contained between the first and second {char} characters, including carriage returns, is interpreted as the banner message. For example

config t
banner motd #
=============================
IS AREA BALI - TABANAN
=============================
#
Source : http://www.tech-recipes.com/rx/83/add-a-login-banner-to-your-cisco-router/

Friday, March 20, 2009

Enable regedit Administrator

Mendapatkan warisan PCnya Krisna (anak PKL) ribet juga.
Regedit administratornya nggak bisa di regedit.
Solusinya ketemu di http://www.ozzu.com/mswindows-forum/how-enable-regedit-t58942.html. Langkah - langkah adalah sebagai berikut :
1. Run gpedit.msc
2. Pilih User Configuration --> Administrative Templates --> System
3. Edit Prevent Access to registry editing tools, buat menjadi enable.

Case ini berlaku untuk PC yang memang disengaja didisable untuk akses administrator registrynya. Bukan karena virus.