Minggu, 19 April 2009

23 ApLikAsi WinDows

Ada cukup banyak aplikasi yang tidak dicantumkan oleh Microsoft di menunya. Aplikasi-aplikasi ini ternyata masih banyak digunakan untuk keperluan tertentu.
Anda bisa mencobanya melalui Start > Run dan ketikkan nama dari filenya.
Berikut ini ada 23 Aplikasi yang tersembunyi pada Windows XP, adalah :
1) Character Map = charmap.exe (very useful for finding unusual characters)
2) Disk Cleanup = cleanmgr.exe
3) Clipboard Viewer = clipbrd.exe (views contents of Windows clipboard)
4) Dr Watson = drwtsn32.exe (Troubleshooting tool)
5) DirectX diagnosis = dxdiag.exe (Diagnose & test DirectX, video & sound cards)
6) Private character editor = eudcedit.exe (allows creation or modification of characters)
7) IExpress Wizard = iexpress.exe (Create self-extracting / self-installing package)
8 Microsoft Synchronization Manager = mobsync.exe (appears to allow synchronization of files on the network for when working offline. Apparently undocumented).
9) Windows Media Player 5.1 = mplay32.exe (Retro version of Media Player, very basic).
10) ODBC Data Source Administrator = odbcad32.exe (something to do with databases)
11) Object Packager = packager.exe (to do with packaging objects for insertion in files, appears to have comprehensive help files).
12) System Monitor = perfmon.exe (very useful, highly configurable tool, tells you everything you ever wanted to know about any aspect of PC performance, for uber-geeks only )
13) Program Manager = progman.exe (Legacy Windows 3.x desktop shell).
14) Remote Access phone book = rasphone.exe (documentation is virtually non-existant).
15) Registry Editor = regedt32.exe [also regedit.exe] (for hacking the Windows Registry).
16) Network shared folder wizard = shrpubw.exe (creates shared folders on network).
17) File siganture verification tool = sigverif.exe
18 Volume Contro = sndvol32.exe (I’ve included this for those people that lose it from the System Notification area).
19) System Configuration Editor = sysedit.exe (modify System.ini & Win.ini just like in Win98! ).
20) Syskey = syskey.exe (Secures XP Account database - use with care, it’s virtually undocumented but it appears to encrypt all passwords, I’m not sure of the full implications).
21) Microsoft Telnet Client = telnet.exe
22) Driver Verifier Manager = verifier.exe (seems to be a utility for monitoring the actions of drivers, might be useful for people having driver problems. Undocumented).
23) Windows for Workgroups Chat = winchat.exe (appears to be an old NT utility to allow chat sessions over a LAN, help files available).

Kunci AutoRun vIrus di fLasdisk

1)buka aplikasi notepad (tempat dimana kita akan menulis mantra)

2)tuliskan mantra “del /a:r f:\autorun.inf” (tnp tanda petik) lalu enter.

3)langkah selajutnya adalah tulis mantra lagi! Mantranya “echo" ‘terserah tulisan apa’ >f:\autorun.inf&attrib +r f:\autorun.inf” (tnp tanda petik juga

4)lalu save file mantra tersebut dengan nama file terserah anda dan path-nya terserah anda juga, tetapi extension-nya harus “.bat”(harus tidak boleh tidak).

5)lalu jalankan file mantra yang baru kita buat tersebut.

6)buka explorer)pada bagian address tuliskan “F:\autorun.inf”, lalu tekan enter sambil mengucapkan “sim…salabim…”. Maka aplikasi notepad akan muncul lagi sambil menampilkan beberapa tulisan, tetapi yang ini jelas bukan mantra ^-^.hwa ha ha

DATA BASE PARKIR

drop table PARKIR cascade constraint;

create table PARKIR(
no_polisi char(8),
waktu_masuk char(8),
waktu_keluar char(8));

insert into PARKIR
values('B6235FSD','08:08:22','11:20:45');
insert into PARKIR
values('B6123FDF','08:40:21','13:32:45');
insert into PARKIR
values('B6754DSD','09:44:44','12:47:45');
insert into PARKIR
values('B6556NMS','11:51:05','15:44:43');
insert into PARKIR
values('B617SFS','09:56:31','15:41:13');
insert into PARKIR
values('B6778PRF','08:41:58','13:51:40');
insert into PARKIR
values('B6654GDG','13:57:21','16:21:12');

select * from PARKIR;



select no_polisi,substr(waktu_masuk,1,2) as JM,substr(waktu_masuk,4,2) as MM,
substr(waktu_masuk,7,2) as DM,substr(waktu_keluar,1,2) as JK,substr(waktu_keluar,4,2) as MK,
substr(waktu_keluar,7,2) as DK,((substr(waktu_keluar,1,2)*3600)+(substr(waktu_keluar,4,2)*60)+(substr(waktu_keluar,7,2)))

-((substr(waktu_masuk,1,2)*3600)+(substr(waktu_masuk,4,2)*60)+(substr(waktu_masuk,7,2))) as Lama_parkir from PARKIR;

HIdE n' UnHiDDen

attrib +r +a +s +h / S /D

dan

attrib -r -a -s -h / S /D
iseng aza..