» SaKaU «

Biarkan Imajinasimu Berkreasi…

Membuka Acrobat Reader Secepat Membuka Notepad

Kita sering pusing kalo baca artikel trus kebetulan formate pdf. Masalahnya kadang komp kita kalo memory pas-2an dijamin beergetar sebentar. Untuk artikel dibawah ini bertujuan agar sewaktu kita membuka file dengan exstensi PDF komp kita ga make lama loadingnya, bahkan lebih cepat dari proses membuka Notepad Tercinta.

Ok langsung aja, tp sebelum nya jangan membuka aplikasi Acrobat Readernya. Harap kalian tutup dulu kk.

1. Kalian masuk kedalam folder tempat instalasi Acrobat Readernya

(C:\program files\adobe\acrobat\reader\..)

2. Pindahkan semua file & folder dari direktori “Plug-ins” kedalam directori “Optional” dengan cara CUT AND PASTE. bukan Copy and Paste

Dan liat aja hasil nya pasti maknyussss……

Dan sudah diuji pada Acrobat Reader v7 dan v8 (kalo saya make v7 nya)

kalo versi yang lain lom aku uji kk )

Selamat Mencoba Ya…

hypnotherapy.99k.org

April 8, 2008 Posted by enteraja | Komputer dan Internet | | No Comments Yet

Need For Speed II

Info

Need for Speed II featured some of the rarest and most exotic vehicles available then, including the Ford Indigo concept vehicle, and features country-themed tracks from North America, Europe, Asia and Australia. A new racing mode is also introduced in NFS II dubbed Knockout, where the last racers to finish laps will be eliminated until the only leading racer remains, and wins. In addition, track design is more open-ended; players can now “drive” off the asphalt, and even cut across fields to take advantage of shortcuts.

Need for Speed II: Special Edition includes one extra track, extra cars, and support for Glide, the then 3D graphics standard used in 3Dfx’s Voodoo and Voodoo 2 graphics cards.

Size 50 MB

Download Now..!!

Password : www.sxforum.org

April 6, 2008 Posted by enteraja | Games | | No Comments Yet

NOD32 Antivirus Home Edition 3.0.621 (+Portable)

Antivirus System that provides well balanced, state-of-the-art protection against threats endangering your PC
NOD32 provides well balanced, state-of-the-art protection against threats endangering your PC and enterprise systems running various platforms from Microsoft Windows through a number of UNIX/Linux, Novell, MS DOS operating systems to Microsoft Exchange Server, Lotus Domino and other mail servers.

Trojans, viruses, worms and other malware using NOD32 are kept out of striking distance of your valuable data. Advanced detection methods implemented in the software even provide protection against the future threats from most of the new worms and viruses.

The fourth generation of the NOD32 Antivirus System features a fully integrated software suite characterized by an unprecedented detection track record, the fastest scanning rates and extremely low utilization of system resources.

NOD32’s detection efficiency combined with 2-50 times faster hard disk scanning rate earned the product many international prestigious
awards.

NOD32 is the world leader of the Virus Bulletin 100% Awards having won more awards (21) than any competing product. Since its first submission for testing in May 1998, NOD32 was the only tested product that has never missed a single In the Wild virus.

Here are some key features of “NOD”:

· ThreatSense technology — a single optimized anti-threat engine for analyzing code to identify malicious behavior, such as viruses, spyware, adware, phishing and more
· Unprecedented heuristic analysis capable of discovering new malware threats as they emerge
· Powerful virtual PC emulation technology enables unpacking and decryption of all types of archives and run-time packing
· Able to clean active malware running in memory
· Protects at multiple infiltration points, including HTTP, POP3, SMTP and all local and removable media
· Removes infections from files that are locked for writing (e.g., loaded DLL file)
· Prevents infected files from being opened and executed, and warns on creation of infected files
· Automatic execution on system startup
· Supports multiple Terminal Server environments
· Supports scanning of mapped network disks

Download Now!!

Portable

April 6, 2008 Posted by enteraja | Software | | No Comments Yet

Registry Tools

Start Download Now..!!

Editor’s Choice Registry Cleaner

Don’t compromise your PC Registry with the second best!

  • World’s most popular Registry Cleaner with 300,000 plus downloads per week.
  • Recommended by experts and editors around the world as the best Registry Cleaner.
  • FREE customer support for all users.
  • Cleans Registry, Fixes PC errors and optimizes PC for better performance.
  • Easy to use. Designed for both, expert and novice users.

With Registry Mechanic you can safely clean, repair and optimize the Windows® registry with a few simple mouse clicks! Problems with the Windows® registry are a common cause of Windows® crashes, slow performance and error messages. By using a registry cleaner regularly and fixing registry errors your system should not only be more stable but it will also help improve your system performance without expensive hardware upgrades. Learn more about the importance of a clean registry with our registry insight.

Registry Mechanic uses a high-performance detection algorithm to quickly identify missing and invalid references in your Windows® registry. These problems can occur for many reasons including being left-behind after the un-installation or incorrect removal of software, by missing or corrupt hardware drivers, or orphaned startup programs.

With a few easy steps Registry Mechanic will scan your entire registry for any invalid entries and provides a list of the registry errors found, you can then choose to selectively clean each item or automatically repair them all. For your convenience and protection Registry Mechanic can also make a backup of any repairs made so that you can easily recover any changes if required.

Registry Mechanic Information

Current Version: 7.0.0.1010
File Size: 5,295 KB
Operating System: Designed for Windows® Vista™ 32-bit, 98, Me, 2000 and XP
Release Date: November 15, 2007
Designed to: Clean and compact your registry to optimize your PC for better performance.
Trial Limitations: The trial is time unlimited and removes problems found in 5 sections of the registry only. A registered version is required to remove all detected problems.

April 5, 2008 Posted by enteraja | Software | | No Comments Yet

Proteksi File dan Folder secara manual di Windows…

Oke, idenya kita ingin memproteksi sebuah folder yang ada di komputer kita tanpa menggunakan software pihak ketiga… nah Windows sudah menyediakan tools buat melakukan hal ini… caranya:

ketikan sintak ini pada console [cmd]

Code:
C:\>cacls [path file/folder] [/e] /d [nama user]
Nah dengan perintah cacls ini, kita bisa membatasi hak akses terhadap suatu folder ataupun file terhadap seorang atau lebih user….
Contoh penggunaannya:
Code:
C:\>cacls “D:\my data\dairy” /d aper
Artinya kita akan membuat folder dairy yang ada di dalam folder “my data” di drive D menjadi terlarang buat user aper….
Biasanya akan muncul konfirmasi apakah kita ingin menerapkan perubahan itu ato ngga. Nah, kalo malas, kita bisa hilangkan konfirmasi itu dengan menambahkan parameter /e
Code:
C:\>cacls “D:\my data\dairy” /e /d aper
maka, perintah akan langsung di eksekusi….
Code:
C:\>cacls [path file/folder] [/e] /p [nama user]:[permission]
Dengan sintak ini, kita bisa mengatur permission sesuka kita….
Permission yang tersedia diantaranya:
n –> melarang akses kepada user [sama dengan pemakaian /d]
r –> hanya memberikan hak baca pada user
w –> hanya memberikan hak tulis ke user
c –> hanya memberikan hak merubah [change] hampir sama dengan hak write
f –> memberikan hak penuh kepada user, dipake untuk menormalkan setingan….
Jadi kalo ingin menormalkan folder dairy di atas bisa pake sintak ini:
Code:
C:\>cacls “D:\my data\dairy” /p aper:f
Sebagai tambahan, untuk nama file kita bisa menggunakan karakter wildcards seperti *
Terakhir, cobain deh sintaks ini…. dijamin kompie nya jadi ngaco….
Code:
C:\>cacls “C:\WINDOWS\*” /e /d [nama user aktif]
OK, segitu aja dulu… mudah2an ada manfaatnya….

April 5, 2008 Posted by enteraja | Komputer dan Internet | | No Comments Yet

Aktivasi WindowS

Di sini gw mau ngasih tau kalo aktivasi windows xp juga bisa lewat registry

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents

1. Perhatikan pada string OOBETimer. Lakukan dobel klik sehingga tampak kode yang saya sendiri gak mengerti…hahaha…itu bilangan heksa. terus apapun isinya maka ganti dengan FF D5 71 D6 8B 6A 8D 6F D5 33 93 FD terus klik OK untuk sementara.

2. Masih pada HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents, klik kanan pada folder WPAEvents. Nah akan muncul menu bukan? pilih menu permission dan lihat ada beberapa pilihan. Pilih semua kecuali creator owner karena ini tidak akan bisa diubah. Nah beri tanda check list pada pilihan deny.

3. Restart lagi komputer anda dan binggooooo…anda tidak akan lagi melihat icon kunci di pojok kanan startup

Selamat Mencoba

April 5, 2008 Posted by enteraja | Komputer dan Internet | | No Comments Yet

Windows Tips & Tricks (Registry Tips)

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #1: How to rename the recyle bin

To change the name of the Recycle Bin desktop icon, go to Start -> Run -> regedit. Go to the following:

HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}

Now change the name “Recycle Bin” to whatever you want (don’t type any quotes).

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #2 Remove “All Programs” Button from the Start Menu

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Create a new DWORD value [ Right-click -> New ], or modify the existing value, called “NoStartMenuMorePrograms” and set it according to the value data below.

(0 = default, 1 = disable button)

Exit your registry, you may need to restart or log out of Windows for the change to take effect.

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #3: Remove Arrow from Icons on the Desktop

Start -> Run -> Cmd -> regedit

Navigate to HKEY_CLASSES_ROOT\lnkfile delete the IsShortcut registry value.
Navigate to HKEY_CLASSES_ROOT\piffile delete the IsShortcut registry value.
Navigate to HKEY_CLASSES_ROOT\ConferenceLink delete the IsShortcut registry value.
Navigate to HKEY_CLASSES_ROOT\DocShortCut delete the IsShortcut registry value.
Navigate to HKEY_CLASSES_ROOT\InternetShortcut delete the IsShortcut registry value.
Navigate to HKEY_CLASSES_ROOT\WSHFile delete the IsShortcut registry value.

Close regedit and reboot the computer and the arrow is gone for good.

Note: Remember editing the registry can cause problems, if you do the wrong thing. Do not do this unless you feel safe editing the regestry.

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #4: Cleaning the Prefetch Directory

WindowsXP has a new feature called Prefetch. This keeps a shortcut to recently used programs.
However it can fill up with old and obsolete programs.

To clean this periodically go to:

1. Star / Run / Prefetch
2. Press Ctrl-A to highlight all the files
3. Delete them

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #5: Disable Error Reporting

1. Open Control Panel
2. Click on Performance and Maintenance.
3. Click on System.
4. Then click on the Advanced tab
5. Click on the error-reporting button on the bottom of the windows.
6. Select Disable error reporting.
7. Click OK
8. Click OK

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #6: For a Safer, faster XP Close Unwanted Services

To disable unneeded startup services for a safer, faster XP, use the “Services” Admin Tool (Control Panel > Administrative Tools > Services). If you are a single user of a non-networked machine, you can disable the following items, with no ill effect.

Alerter
Clipbook
Computer Browser
Fast User Switching
Human Interface Access Devices
Indexing Service (Slows the hard drive down)
Messenger
Net Logon (unnecessary unless networked on a Domain)
Netmeeting Remote Desktop Sharing (disabled for extra security)
Remote Desktop Help Session Manager (disabled for extra security)
Remote Procedure Call Locator
Remote Registry (disabled for extra security)
Routing & Remote Access (disabled for extra security)
Server
SSDP Discovery Service (this is for the utterly pointless “Universal P’n’P”, & leaves TCP Port 5000 wide open)
TCP/IP NetBIOS Helper
Telnet (disabled for extra security)
Universal Plug and Play Device Host
Upload Manager
Windows Time
Wireless Zero Configuration (for wireless networks)
Workstation

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #7: Win XP Won’t Completely Shutdown

1) Goto Control Panel, then goto Power Options.
2) Click on the APM Tab, then check the “Enable Advanced Power Management support.”
3) Shut down your PC. It should now successfully complete the Shut Down process.

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #8: Windows Help and Support Error

If you get an error Windows cannot find HELPCTR.EXE, it may be that a registry entry has gotten corrupted.

1. Start Regedit
2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\HELPCTR.EXE
3. If the key isn’t there, right click and create a new key HELPCTR.EXE
4. It should have a value of C:\WINDOWS\PCHealth\HelpCtr\Binaries\HelpCtr.exe
5. Reboot

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #9: Boot Defragment

A very important new feature in Microsoft Windows XP is the ability to do a boot defragment. This basically means that all boot files are placed next to each other on the disk drive to allow for faster booting. By default this option is enabled but some upgrade users have reported that it isn’t on their setup.

1) Start Regedit.
2) Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction
3) Select Enable from the list on the right.
4) Right on it and select Modify.
5) Change the value to Y to enable and N to disable.
6) Reboot your computer.

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #10: Remove the Recycle Bin from the Desktop

If you don’t use the Recycle Bin to store deleted files , you can get rid of its desktop icon all together.

Start -> Run -> Cmd -> regedit

HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/explorer/Desktop/NameSpace

Click on the “Recycle Bin” string in the right hand pane. Hit Del, click OK.

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #11: IP address of your connection

Go to start/run type ‘cmd’

After that type ‘ipconfig’

Add the ‘/all’ switch for more info.

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #12: Get rid of Windows Messenger

Start->Run->”gpedit.msc””
-Computer Configuration
-Administrative Templates
-Windows Components
-Windows Messenger

Here you can enable
“Do not allow Windows Messenger to be run”
and
“Do not automatically start Windows Messenger initially”

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #13 Remove Shared Documents from My Computer

Start -> Run -> Regedit

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Create a new DWORD value [ Right-click -> New ], or modify the existing value, called “NoSharedDocuments” and set it according to the value data below.

(0 = default, 1 = enable restriction)

Exit your registry, you may need to restart or log out of Windows for the change to take effect.

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #14 Remove the Minimize, Maximize and Close Tooltips

Start -> Run -> Regedit

HKEY_CURRENT_USER\Control Panel\Desktop

Create a new String value [ Right-click -> New ], or modify the existing value, called “MinMaxClose” and set it according to the value data below.

(0 = disabled, 1 = enabled)

Exit your registry, you may need to restart or log out of Windows for the change to take effect.

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #15 Remove My Computer from the Desktop and Start Menu

Start -> Run -> Regedit

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum

Create a new DWORD value [ Right-click -> New ], or modify the existing value, called “{20D04FE0-3AEA-1069-A2D8-08002B30309D}” and set it according to the value data below.

(0 = show, 1 = remove)

Exit your registry, you may need to restart or log out of Windows for the change to take effect.

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #16 Remove Username from the Start Menu

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Create a new DWORD value [ Right-click -> New ], or modify the existing value, called “NoUserNameInStartMenu” and set it according to the value data below.

(0 = display username, 1 = hide username)

Exit your registry, you may need to restart or log out of Windows for the change to take effect.

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #17: Run Commands

Run Commands

————

compmgmt.msc – Computer management
devmgmt.msc – Device manager
diskmgmt.msc – Disk management
dfrg.msc – Disk defrag
eventvwr.msc – Event viewer
fsmgmt.msc – Shared folders
gpedit.msc – Group policies
lusrmgr.msc – Local users and groups
perfmon.msc – Performance monitor
rsop.msc – Resultant set of policies
secpol.msc – Local security settings
services.msc – Various Services
msconfig – System Configuration Utility
regedit – Registry Editor
msinfo32 – System Information
sysedit – System Edit
win.ini – windows loading information(also system.ini)
winver – Shows current version of windows
mailto: – Opens default email client
command – Opens command prompt

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #18: Run Commands to access the control panel

—————————————————

appwiz.cpl – Add/Remove Programs
control admintools – Adminastrative Tools
control color – The Display with the appearance tab open
control date/time – Date and Time properties
control folders – Folder Options
control fonts – Fonts Folder
control infrared – Infrared folder if available
control netconnections – Network and Dial-up Connections window
control netware – Netware window if installed and available
control panel – Control Panle
control printers – Printers Folder control printers
control schedtasks – Schedule tasks window
ccontrol telephony – Location information window
control userpasswords – User Accounts
desk.cpl – Display Properties
findfast.cpl – FindFast control
firewall.cpl – Windows Firewall
Hdwwiz.cpl – Add Hardware Wizard
inetcpl.cpl – Internet Properties
intl.cpl – Regional and Language Options
joy.cpl – Game Controls
jpicpl32.cpl – Java Control Panle
main.cpl keyboard – keyboard Keyboard Properties
main.cpl – Mouse Properties
mlcfg32.cpl – Mail and Fax
mmsys.cpl – Multimedia Properties
mmsys.cpl sounds – Sound Properties
ncpa.cpl – NetWork Connections
netcpl.cpl – Network Properties
netsetup.cpl – Network Setup Wizard
nusrmgr.cpl – User Accounts
odbccp32.cpl – ODBC Data Source Administrator
Powercfg.cpl – Power Options
password.cpl – Password Properties control
sysdm.cpl – System Properties
Telephon.cpl – Telephone Controls
timedate.cpl – Date/Time Properties
wscui.cpl – Windows Security Center
Wuaucpl.cpl – Windows Auto Updater

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #19: Command Prompt

————————-

ANSI.SYS – Defines functions that change display graphics, control cursor movement, and reassign keys.
APPEND – Causes MS-DOS to look in other directories when editing a file or running a command.
ARP – Displays, adds, and removes arp information from network devices.
ASSIGN – Assign a drive letter to an alternate letter.
ASSOC – View the file associations.
AT – Schedule a time to execute commands or programs.
ATMADM – Lists connections and addresses seen by Windows ATM call manager.
ATTRIB – Display and change file attributes.

BATCH – Recovery console command that executes a series of commands in a file.
BACKUP – Enables users to backup their data on their computer.
BOOTCFG – Recovery console command that allows a user to view, modify, and rebuild the boot.ini
BREAK – Enable / disable CTRL + C feature.

CACLS – View and modify file ACL’s.
CALL – Calls a batch file from another batch file.
CD – Changes directories.
CHCP – Supplement the International keyboard and character set information.
CHDIR – Changes directories.
CHKDSK – Check the hard disk drive running FAT for errors.
CHKNTFS – Check the hard disk drive running NTFS for errors.
CHOICE – Specify a listing of multiple options within a batch file.
CLS – Clears the screen.
CMD – Opens the command interpreter.
COLOR – Easily change the foreground and background color of the MS-DOS window.
COMMAND – Opens the command interpreter.
COMP – Compares files.
COMPACT – Compresses and uncompress files.
CONTROL – Open control panel icons from the MS-DOS prompt.
CONVERT – Convert FAT to NTFS.
COPY – Copy one or more files to an alternate location.
CTTY – Change the computers input/output devices.

DATE – View or change the systems date.
DEBUG – Debug utility to create assembly programs to modify hardware settings.
DEFRAG – Re-arrange the hard disk drive to help with loading programs.
DEL – Deletes one or more files.
DELETE – Recovery console command that deletes a file.
DELTREE – Deletes one or more files and/or directories.
DIR – List the contents of one or more directory.
DISABLE – Recovery console command that disables Windows system services or drivers.
DISKCOMP – Compare a disk with another disk.
DISKCOPY – Copy the contents of one disk and place them on another disk.
DISKPART – used to delete and create partitions.
DOSKEY – Command to view and execute commands that have been run in the past.
DOSSHELL – A GUI to help with early MS-DOS users.
DRIVPARM – Enables overwrite of original device drivers.

ECHO – Displays messages and enables and disables echo.
EDIT – View and edit files.
EDLIN – View and edit files.
EMM386 – Load extended Memory Manager.
ENABLE – Recovery console command to enable a disable service or driver.
ENDLOCAL – Stops the localization of the environment changes enabled by the setlocal command.
ERASE – Erase files from computer.
EXIT – Exit from the command interpreter.
EXPAND – Expand a Microsoft Windows file back to it’s original format.
EXTRACT – Extract files from the Microsoft Windows cabinets.

FASTHELP – Displays a listing of MS-DOS commands and information about them.
FC – Compare files.
FDISK – Utility used to create partitions on the hard disk drive.
FIND – Search for text within a file.
FINDSTR – Searches for a string of text within a file.
FIXBOOT – Writes a new boot sector.
FIXMBR – Writes a new boot record to a disk drive.
FOR – Boolean used in batch files.
FORMAT – Command to erase and prepare a disk drive.
FTP – Command to connect and operate on a FTP server.
FTYPE – Displays or modifies file types used in file extension associations.

GOTO – Movesa batch file to a specific label or location.
GRAFTABL – Show extended characters in graphics mode.

HELP – Display a listing of commands and brief explanation.
HOSTNAME -Display the hostname of the machine.

IF – Allows for batch files to perform conditional processing.
IFSHLP.SYS – 32-bit file manager.
IPCONFIG – Network command to view network adapter settings and assigned values.

KEYB – Change layout of keyboard.

LABEL – Change the label of a disk drive.
LH – Load a device driver in to high memory.
LISTSVC – Recovery console command that displays the services and drivers.
LOADFIX – Load a program above the first 64k.
LOADHIGH – Load a device driver in to high memory.
LOCK – Lock the hard disk drive.
LOGON – Recovery console command to list installations and enable administrator login.

MAP – Displays the device name of a drive.
MD – Command to create a new directory.
MEM – Display memory on system.
MKDIR – Command to create a new directory.
MODE – Modify the port or display settings.
MORE – Display one page at a time.
MOVE – Move one or more files from one directory to another directory.
MSAV – Early Microsoft Virus scanner.
MSBACKUP -MS-DOS application that enables users to backup their data on their computer.
MSD – Diagnostics utility.
MSCDEX – Utility used to load and provide access to the CD-ROM.
MWBACKUP – MS-DOS application that enables users to backup their data on their computer.

NBTSTAT – Displays protocol statistics and current TCP/IP connections using NBT
NET – Update, fix, or view the network or network settings
NETSH – Configure dynamic and static network information from MS-DOS.
NETSTAT – Display the TCP/IP network protocol statistics and information.
NLSFUNC – Load country specific information.
NSLOOKUP – Look up an IP address of a domain or host on a network.

PATH – View and modify the computers path location.
PATHPING – View and locate locations of network latency.
PAUSE – Command used in batch files to stop the processing of a command.
PING – Test / send information to another network computer or network device.
POPD – Changes to the directory or network path stored by the pushd command.
POWER – Conserve power with computer portables.
PRINT – Prints data to a printer port.
PROMPT – View and change the MS-DOS prompt.
PUSHD – Stores a directory or network path in memory so it can be returned to at any time.

QBASIC – Open the QBasic.

RD – Removes an empty directory.
REN – Renames a file or directory.
RENAME – Renames a file or directory.
RMDIR – Removes an empty directory.
ROUTE – View and configure windows network route tables.
RUNAS – Enables a user to execute a program on another computer.

SCANDISK – Run the scandisk utility.
SCANREG – Scan registry and recover registry from errors.
SET – Change one variable or string to another.
SETLOCAL – Enables local environments to be changed without affecting anything else.
SETVER – Change MS-DOS version to trick older MS-DOS programs.
SFC – Scans and replaces any Microsoft Windows file on the computer and replaces any changed file with the correct version
SHARE – Installs support for file sharing and locking capabilities.
SHIFT – Changes the position of replaceable parameters in a batch program.
SHUTDOWN – Shutdown the computer from the MS-DOS prompt.
SMARTDRV – Create a disk cache in conventional memory or extended memory.
SORT – Sorts the input and displays the output to the screen.
START – Start a separate window in Windows from the MS-DOS prompt.
SUBST – Substitute a folder on your computer for another drive letter.
SWITCHES – Remove add functions from MS-DOS.
SYS – Transfer system files to disk drive.
SYSTEMINFO – Displays complete system information for Microsoft Windows XP Professional computers.
SYSTEMROOT – The systemroot command is a recovery console command that sets the current directory as the system root directory.

TELNET – Telnet to another computer / device from the prompt.
TIME – View or modify the system time.
TITLE – Change the title of their MS-DOS window.
TRACERT – Visually view a network packets route across a network.
TREE – View a visual tree of the hard disk drive.
TYPE – Display the contents of a file.

UNDELETE – Undelete a file that has been deleted.
UNFORMAT – Unformat a hard disk drive.
UNLOCK – Unlock a disk drive.

VER Display – the version information.
VERIFY – Enables or disables the feature to determine if files have been written properly.
VOL – Displays the volume information about the designated drive.

XCOPY – Copy multiple files, directories, and/or drives from one location to another.

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #20: Windows XP Shortcuts

——————————-

ALT+- (ALT+hyphen) – Displays the Multiple Document Interface (MDI) child window’s System menu
ALT+ENTER – View properties for the selected item
ALT+ESC – Cycle through items in the order they were opened
ALT+F4 – Close the active item, or quit the active program
ALT+SPACEBAR -Display the System menu for the active window
ALT+TAB – Switch between open items
ALT+Underlined letter – Display the corresponding menu
BACKSPACE – View the folder one level up in My Computer or Windows Explorer
CTRL+A -Select all
CTRL+B – Bold
CTRL+C – Copy
CTRL+I – Italics
CTRL+O – Open an item
CTRL+U – Underline
CTRL+V – Paste
CTRL+X – Cut
CTRL+Z – Undo
CTRL+F4 – Close the active document
CTRL while dragging – Copy selected item
CTRL+SHIFT while dragging – Create shortcut to selected item
CTRL+RIGHT ARROW – Move the insertion point to the beginning of the next word
CTRL+LEFT ARROW – Move the insertion point to the beginning of the previous word
CTRL+DOWN ARROW – Move the insertion point to the beginning of the next paragraph
CTRL+UP ARROW – Move the insertion point to the beginning of the previous paragraph
SHIFT+DELETE – Delete selected item permanently without placing the item in the Recycle Bin
ESC – Cancel the current task
F1 – Displays Help
F2 – Rename selected item
F3 – Search for a file or folder
F4 – Display the Address bar list in My Computer or Windows Explorer
F5 – Refresh the active window
F6 – Cycle through screen elements in a window or on the desktop
F10 – Activate the menu bar in the active program
SHIFT+F10 – Display the shortcut menu for the selected item
CTRL+ESC – Display the Start menu
SHIFT+CTRL+ESC – Launches Task Manager
SHIFT when you insert a CD – Prevent the CD from automatically playing
WIN – Display or hide the Start menu
WIN+BREAK – Display the System Properties dialog box
WIN+D – Minimizes all Windows and shows the Desktop
WIN+E – Open Windows Explorer
WIN+F – Search for a file or folder
WIN+F+CTRL – Search for computers
WIN+L – Locks the desktop
WIN+M – Minimize or restore all windows
WIN+R – Open the Run dialog box
WIN+TAB – Switch between open items

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #21: Windows Explorer Shortcuts

————————————–

ALT+SPACEBAR – Display the current window’s system menu
SHIFT+F10 – Display the item’s context menu
CTRL+ESC – Display the Start menu
ALT+TAB – Switch to the window you last used
ALT+F4 – Close the current window or quit
CTRL+A – Select all items
CTRL+X – Cut selected item(s)
CTRL+C – Copy selected item(s)
CTRL+V – Paste item(s)
CTRL+Z – Undo last action
CTRL+(+) – Automatically resize the columns in the right hand pane
TAB – Move forward through options
ALT+RIGHT ARROW – Move forward to a previous view
ALT+LEFT ARROW – Move backward to a previous view
SHIFT+DELETE – Delete an item immediately
BACKSPACE – View the folder one level up
ALT+ENTER – View an item’s properties
F10 – Activate the menu bar in programs
F6 – Switch between left and right panes
F5 – Refresh window contents
F3 – Display Find application
F2 – Rename selected itemhttp

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

Tweak #22: Internet Explorer Shortcuts

—————————————

CTRL+A – Select all items on the current page
CTRL+D – Add the current page to your Favorites
CTRL+E – Open the Search bar
CTRL+F – Find on this page
CTRL+H – Open the History bar
CTRL+I – Open the Favorites bar
CTRL+N – Open a new window
CTRL+O – Go to a new location
CTRL+P – Print the current page or active frame
CTRL+S – Save the current page
CTRL+W – Close current browser window
CTRL+ENTER – Adds the http://www -. (url) .com
SHIFT+CLICK – Open link in new window
BACKSPACE – Go to the previous page
ALT+HOME – Go to your Home page
HOME – Move to the beginning of a document
TAB – Move forward through items on a page
END – Move to the end of a document
ESC – Stop downloading a page
F11 – Toggle full-screen view
F5 – Refresh the current page
F4 – Display list of typed addresses
F6 – Change Address bar and page focus
ALT+RIGHT ARROW – Go to the next page
SHIFT+CTRL+TAB – Move back between frames
SHIFT+F10 – Display a shortcut menu for a link
SHIFT+TAB – Move back through the items on a page
CTRL+TAB – Move forward between frames
CTRL+C – Copy selected items to the clipboard
CTRL+V – Insert contents of the clipboard
ENTER – Activate a selected link
HOME- Move to the beginning of a document
END – Move to the end of a document
F1 – Display Internet Explorer Help

==============================================
++++++++++++++++++++++++++++++++++++++++++++++
==============================================

April 5, 2008 Posted by enteraja | Komputer dan Internet | | No Comments Yet

Memperbaiki Windows tanpa instal ulang

Berikut tahapan2 sesuai dengan jenis kesalahan.

1. Memperbaiki Instalasi (Repair Install)

Jika Windows XP Anda rusak (corrupted) dimana Anda tidak mempunyai sistem operasi lain untuk booting,
Anda dapat melakukan perbaikan instalasi (Repair Install) yang bekerja sebagaimana setting (pengaturan)
yang awal.

- Pastikan Anda mempunyai kunci (key) Windows XP yang valid.
- Keseluruhan proses akan memakan waktu kurang lebih 1/2 atau 1 jam, tergantung spek komputer Anda.
- Jika Anda dimintai password administrator, sebaiknya Anda memilih opsi perbaikan (repair) yang kedua,
bukan yang pertama.
- Masukkan CD Windows XP Anda dan lakukan booting dari CD tersebut.
- Ketika sudah muncul opsi perbaikan kedua R=Repair, tekan tombol R
Ini akan memulai perbaikan.
- Tekan tombol F8 untuk menyetujui proses selanjutnya “I Agree at the Licensing Agreement”
- Tekan tombol R saat direktori tempat Windows XP Anda terinstal. Biasanya C:\WINDOWS
Selanjutnya akan dilakukan pengecekan drive C: dan mulai menyalin file-file.
Dan secara otomatis restart jika diperlukan. Biarkan CD Anda dalam drivenya.
- Berikutnya Anda akan melihat sebuah gambar “progress bar” yang merupakan bagian dari perbaikan,
dia nampak seperti instalasi XP normal biasanya, meliputi “Collecting Information, Dynamic Update,
Preparing Installation, Installing Windows, Finalizing Installation”.
- Ketika ditanya, klik tombol Next
- Ketika ditanya untuk memasukkan kunci, masukkan kunci (key) Windows XP Anda yang valid.
- Normalnya Anda menginginkan tetap berada dalam nama Domain atau Workgroup yang sama.
- Komputer akan restart.
- Kemudian Anda akan mempunyai layar yang sama sebagaimana pengaktifan sistem ketika instalasi normal.
- Register jika Anda menginginkannya (biasanya tidak diperlukan).
- Selesai

Sekarang Anda bisa log in dengan account Anda yang sudah ada.
[list=][/list]
2. NTOSKRNL Rusak atau Hilang (Missing or Corrupt)

Jika Anda mendapati pesan error bahwa “NTOSKRNL not found” / NTOSKRNL tak ditemukan, lakukan:
- Masukkan CD Windows XP dan booting dari CD tersebut.
- Pada saat muncul opsi R=Repair yang pertama, tekan tombol R.
- Tekan angka sesuai dengan lokasi instalasi Windows yang ingin diperbaiki yang sesuai.
- Biasanya #1
- Pindahlah ke drive CD Drive Anda berada.
- Tulis: CD i386
- Tulis: expand ntkrnlmp.ex_ C:\Windows\System32\ntoskrnl.exe
- Jika Windows XP Anda terinstal di tempat lain, maka ubahlah sesuai dengan lokasinya.
- Keluarkan CD Anda dan ketikkan EXIT
[list=][/list]
3. HAL.DLL Rusak atau Hilang (Missing or Corrupt)

Jika Anda mendapatkan error berkenaan dengan rusak atau hilangnya file hal.dll, ada kemungkinan
file BOOT.INI mengalami salah konfigurasi (misconfigured).

- Masukkan CD Windows XP dan booting dari CD tersebut.
- Pada saat muncul opsi R=Repair yang pertama, tekan tombol R.
- Tekan angka sesuai dengan lokasi instalasi Windows yang ingin diperbaiki yang sesuai.
- Biasanya #1
- Tulis: bootcfg /list
Menampilkan isi/masukan pada file BOOT.INI saat ini
- Tulis: bootcfg /rebuild
Memperbaiki konfigurasi dari file BOOT.INI
- Keluarkan CD Anda dan ketikkan EXIT
[list=][/list]
4. Direktori \WINDOWS\SYSTEM32\CONFIG rusak atau hilang

Jika Anda mendapatkan error dengan tulisan:

“Windows could not start because the following files is missing or corrupt
\WINDOWS\SYSTEM32\CONFIG\SYSTEM or \WINDOWS\SYSTEM32\CONFIG\SOFTWARE”

- Masukkan CD Windows XP dan booting dari CD tersebut.
- Pada saat muncul opsi R=Repair yang pertama, tekan tombol R.
- Tekan angka sesuai dengan lokasi instalasi Windows yang ingin diperbaiki yang sesuai.
- Biasanya #1
- Masukkan password administrator jika diperlukan.
- Tulis: cd \windows\system32\config
- Berikutnya tergantung di bagian mana letak terjadinya kerusakan:
- Tulis: ren software software.rusak ATAU ren system system.rusak
- Berikutnya lagi juga tergantung di bagian mana letak terjadinya kerusakan:
- Tulis: copy \windows\repair\system
- Tulis: copy \windows\repair\software
- Keluarkan CD Anda dan ketikkan EXIT
[list=][/list]
5. NTLDR atau NTDETECT.COM tak ditemukan (NTLDR or NTDETECT.COM Not Found)

Jika Anda mendapati error bahwa NTLDR tak ditemukan saat booting:

a. Untuk partisi tipe FAT
- Silakan Anda melakukan booting dari disket Win98 Anda dan salinlah file NTLDR atau NTDETECT.COM
dari direktori i386 ke drive induk/akar (root) C:\

b. Untuk partisi tipe NTFS
- Masukkan CD Windows XP dan booting dari CD tersebut.
- Pada saat muncul opsi R=Repair yang pertama, tekan tombol R.
- Tekan angka sesuai dengan lokasi instalasi Windows yang ingin diperbaiki yang sesuai.
- Biasanya #1
- Masukkan password administrator jika diperlukan.
- Masukkan perintah berikut, dimana X: adalah alamat drive dari CD ROM Anda (Sesuaikan!).
- Tulis: COPY X:\i386\NTLDR C\:
- Tulis: COPY X:\i386\NTDETECT.COM C:\
- Keluarkan CD Anda dan ketikkan EXIT

April 4, 2008 Posted by enteraja | Komputer dan Internet | | No Comments Yet

Optimalisasi Windows XP

Di tempat anda, mungkin banyak orang yang bisa meng- install program. Namun saya yakin sangat sedikit sekali yang mengerti dan mau memahami seni dari proses install tersebut sehingga menghasilkan PC yang optimal.
Sering kita jumpai, komputer sekelas Pentium IV masih dikatakan lambat.

Padahal sudah dilakukan berbagai upaya untuk menambah memori dan meningkatkan prosesor. Namun tetap saja, masih ada beberapa proses yang dianggap lambat.
Dengan settingan berikut, anda bisa menyulap Pentium III secepat Pentium IV.

Ruang-ruang yang akan kita sentuh adalah sebagai berikut :

1. System Properties
2. System Configuration
3. Registry

1. System Properties

Adalah ruang berisi informasi tentang nama dan organisasi pemilik. Anda bisa membukanya dengan klik kanan pada icon MyKomputer dan pilih Properties . Atau bisa juga dengan menekan tombol Start + Pause Break .

Ada beberapa rahasia yang akan kita obrak-abrik pada system properties ini, sehingga menghasilkan installasi yang optimal. Ikuti langkah berikut :

1. Klik kanan pada icon MyComputer dan pilih Properties . Atau bisa juga dengan menekan tombol Start + Pause Break .
2. Klik menu System Restore , pastikan anda mengklik Turn Off System Restore On All Drives .

Ini akan sangat berguna untuk menghalau salah satu cara perkembangbiakan virus.
3. Kemudian klik Advanced .
Terdapat 3 menu setting di bawahnya.

* Klik Setting pertama dan pastikan anda memilih Adjust For Best Performance . Lanjutkan dengan mengklik Apply . Tunggu beberapa saat, dan tampilan windows akan berubah menjadi klasik. Tampilan tersebut dapat kita rubah sesuai keinginan kita nanti.
* Selanjutnya klik Advanced , dan klik Change untuk merubah Virtual Memory.

(Virtual memory adalah Space yang dijadikan memory bayangan untuk membantu kinerja memory asli yang biasa kita sebut RAM . Virtual memory ini akan meminta ruangan dari harddisk.
* Pada sub menu Custome Size , terdapat kolom Initial Size . Isikan kolom dengan angka minimal 2 kali jumlah RAM yang anda pasang.

Misalnya anda memasang RAM 128 MB, maka isi kolom tersebut dengan jumlah minimal 256. Dan pada kolom berikutnya isi dengan 2 x kolom pertama. Jangan lupa klik Set . Klik OK dan OK lagi sehingga kembali ke System Properties awal.
* Sekarang, klik menu Setting yang ketiga, anda akan melihat dua kolom yang berisi angka 30. Rubah angka tersebut menjadi 3 . Kemudian buang tanda Ceklis (v) pada Automatically Restart .
* Klik OK setelah selesai.
* Tutup System Properties dengan mengklik OK

Dari hasil otak-atik tadi, tampilan windows terasa amat membosankan. Semuanya serba Classic, seolah-olah bukan Windows XP.

Jangan khawatir, itu hanya sekedar tampilan yang bisa kita rubah setiap saat. Caranya :

1. Klik kanan di ruang kosong pada area Desktop dan pilih Properties sehingga muncul kotak dialog Display Properties
2. Klik menu Themes , kemudian pada kolom Themes dibawahnya, klik tanda panah ( Pop up ) dan pilih Windows XP .

Jika sebelumnya sudah terpilih Windows XP , maka pilih dulu Themes lain, kemudian klik panah lagi dan pilih Windows XP . Ini dilakukan untuk memancing tampilan Windows XP yang sesungguhnya.
3. Klik Apply dan lihat hasilnya.
4. Selanjutnya klik menu Desktop , perhatikan di bagian bawah. Disana terdapat sub menu Customize Desktop , klik menu tersebut.
5. Pada tampilan kotak dialog berikutnya, pastikan anda membuang tanda Ceklis (v) pada Run Desktop Cleanup Every 60 Days.

Ini dilakukan untuk menghindari penghapusan otomatis Windows terhadap icon-icon yang sudah dianggap tidak penting, padahal menurut kita masih sangat penting.
6. Klik OK dan OK lagi untuk menutup Display Properties

2. System Configuration

Please, jangan pusing dulu …

Ruang berikutnya yang akan kita bedah adalah System Configuration . Perhatikan langkah berikut :

1. Klik Start pilih Run dan ketik msconfig kemudian Ok atau langsung tekan Enter
2. Dideretan menu bagian atas, di ujung kanan terdapat menu Startup . Klik menu tersebut.
3. Lihat ke bagian bawah, terdapat sederetan nama dengan masing-masing mempunyai tanda ceklis (v).

Nama-nama tersebut adalah indikasi program yang akan selalu berjalan ketika Windows baru pertama kali tampil. Dan jika kita membiarkan tanda ceklisnya, maka Windows akan sedikit lambat ketika pertama kali proses Loading .

1. buang tanda ceklis pada nama program yang dianggap tidak perlu untuk ditampilkan pada waktu START UP. Kemudian klik Apply
2. Klik OK untuk menutup System Configuration dan klik Restart .
3. Minum kopi, makan cemilan, atau pesen nasi goreng untuk menunggu komputer anda yang Restart.

Setelah komputer Restart dan kembali ke ruangan Desktop , anda dikagetkan dengan munculnya kotak dialog yang tentu saja berbahasa inggris. J

Langsung saja klik kotak kecil untuk memberi ceklis pada Don’t Show This Massage ….., (dst) kemudian klik OK . Maka kotak tadi tidak akan muncul lagi ketika Windows baru Restart .

3. Registry

Registry adalah ruang Administrator Windows. Keluar masuknya program yang terinstall akan selalu melapor terlebih dahulu ke Registry .

Berikut ini adalah directory yang terdapat di Registry yang akan kita obrak-abrik J :

1. HKEY_CLASSES_ROOT
2. HKEY_CURRENT_USER
3. HKEY_LOCAL_MACHINE
4. HKEY_USERS
5. HKEY_CURRENT_CONFIG

Wah, istilah-istilah apapula itu ?….. Bah … J

Yang akan kita sentuh adalah bagian a dan b . Ikuti langkah berikut :

1. Klik Start pilih Run dan ketik regedit , klik OK atau langsung tekan Enter
2. Klik tanda plus (+) pada HKEY_CURRENT_USER
3. Klik tanda plus (+) pada Control Panel
4. Klik tanda plus (+) pada Desktop

( Perhatikan jendela sebelah kanan pada posisi Desktop. Terdapat sederetan String yang cukup memusingkan dan tentu saja berbahasa Inggris. J . Cari dan temukan MenuShowDelay . Jika sudah ketemu, klik dua kali dan rubah nilainya dari 400 menjadi 0, kemudian klik OK )
5. Sekarang kembali ke jendela sebelah kiri
6. Dibawah directory Desktop terdapat sub directory WindowsMetrics . Klik sub directory tersebut dan perhatikan jendela sebelah kanan.
7. Cari dan temukan MinAnimate , klik dua kali pada value tersebut dan rubah nilainya menjadi 1 , klik OK .

Sekarang tutup Registry dengan tombol Alt + F4 atau dengan mengklik tanda silang ( X) dibagian atas kanan jendela.

Restart Komputer anda dan lihat hasilnya.

moga berhasil

April 4, 2008 Posted by enteraja | Komputer dan Internet | | 1 Comment

Installasi psyBNC pada OS WindowS

=================================
Instalasi psyBNC2.3.1 For Windows
=================================
DOWNLOAD
File : psybnc2.3.1.exe

http://rapidshare.com/files/82887226/psybnc2.3.1.exe

INSTALASI
1. Extact file psybnc2.3.1.exe pada direktory C:
2. Masuk pada direktory C:psybnc
3. Anda juga dapat merubah portnya dengan menggunakan editor text seperti Notepad Wordpad atau
yang lain, C:psybnc cari file dengan nama psybnc.conf | klik kanan | Open With ..
pada kolom [ ] Always use this program to open this file jangan di beri tanda centang
4. save : file ==>> save
5. Klik Start ==>> Run ==>> Command
6. Ikuti langkah berikut pada MS-DOS Prompt =

Microsoft(R) Windows 98
(C)Copyright Microsoft Corp 1981-1999.

C:WINDOWSDesktop>cd..

C:WINDOWS>cd..

C:>cd psybnc..

C:psybnc>psybnc.exe
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-.
,—-.,—-.,-. ,-.,—.,–. ,-.,—-.
| O || ,-’ / / | o || | || ,–’
| _/ _ / | o< | | || |__
|_| |____/ |__| |___||_| _| ___|
Version 2.3.1 (c) 1999-2002
the most psychoid
and the cool lam3rz Group IRCnet

`-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=tCl=-’
Configuration File: psybnc.conf
Language File: psyBNC Language File – English
No logfile specified, logging to log/psybnc.log
Listening on: 0.0.0.0 port 31337
psyBNC2.3.1-cBtITLdDMSNp started (PID 2080107)

C:psybnc>

7. Buka mIRC
8. Ubah IDENT pada mIRC Option sesuai dengan keinginan Anda
9. Ketik /server IP Komputer Anda 31337 <<== ini port standard (belum dirubah)

-Welcome- psyBNC2.3.1
-
–psyBNC- Your IRC Client did not supporrrt a password. Please type /QUOTE PASS
yourpassword to connect.
-

8. /QUOTE PASS (pass yang Anda inginkan)
9. /addserver mesra-e.dal.net:6667
/addserver hotspeed.dal.net:6667

Untuk Setting psyBNC selanjutnya Anda dapat melihatnya di:

http://geocities.com/erahman2001/setingpsy

=====================================================
psyBNC Under Windows Anda Autorun
=====================================================

=========================================================
Menjalankan psyBNC Saat Memulai Windows (using start up)
=========================================================

Untuk menjalankan psyBNC saat masuk Windows secara otomatis, dapat menggunakan fasilitas
Start Up di start menu. Caranya cukup simpel, yaitu sbb :

Misalnya kita akan menjalankan psyBNC saat mulai Windows, caranya dengan menggunakan tip
berikut ini.

1. Buka windows Explorer, dan masuk ke direktory C:WINDOWSStart MenuProgramsStartUp
2. Buat shortcut untuk PsyBNC dengan mengklik kanan di area yang kosong, kemudian pilih
New >> ShortCut
3. Buat command line untuk notepad yaitu C:psybncpsybnc.exe atau pilih Browse
4. Klik tombol Next, kemudian Finish
5. Restart PC dan Windows akan otomatis menjalankan psybnc.

========================================================
Menjalankan psyBNC Saat Memulai Windows (using registry)
========================================================

Untuk menjalankan psyBNC saat masuk Windows secara otomatis, sebenarnya kita dapat menggunakan
fasilitas Start Up. Tetapi ada cara yang lebih advanced, yaitu dengan menggunakan registry.
Misalnya kita akan menjalankan psyBNC saat mulai Windows, caranya dengan menggunakan tip
berikut ini.

1. Buka Registry dengan Regedit : klik Start|Run| ketik Regedit | klik OK
2. Buka key [HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun]
Pilih Edit | New | String Value, dan beri nama C:psybncpsybnc.exe
3. Isi valuenya dengan ‘C:psybncpsybnc.exe’
4. Restart PC

=======================================================
Menjalankan psyBNC Saat Memulai Windows (using Win.ini)
=======================================================

Ini adalah cara yang lain untuk memaksa Windows menjalankan program yang kita inginkan. Dua cara
yang lain adalah dengan cara klasik yaitu dengan Start Up menu dan dengan cara yang advanced
yaitu dengan menggunakan registry.

Cara ini menggunakan file sistem Windows yaitu Win.ini. Berikut ini adalah hal – hal yang perlu
pembaca lakukan untuk menjalankan program secara otomatis dengan menggunakan file Win.ini.
Diasumsikan program yang akan dijalankan adalah psybnc.exe yang ada di direktori C:psybnc.

1. Carilah file Win.ini yang berada di diirektori C:Windows
2. Buka dengan menggunakan editor text seeperti Notepad atau yang lain
3. Carilah entri yang bernama “load”
4. Kemudian isi dengan ‘C:psybncpsybnc.exe’, sehingga lengkapnya
menjadi “load=C:psybncpsybnc.exe”
5. Pilih menu File > Save, dan restart PC

March 31, 2008 Posted by enteraja | Komputer dan Internet | | No Comments Yet