Posts

Login lebih dari satu id dalam YM menggunakan satu pc

Image
Aku tak ingat dapat mana benda ni. Apa yg nak aku tunjuk ialah mengedit registry untuk membolehkan login YM lebih dari satu id dalam satu masa menggunakan satu pc. Gunakan registry editer (regedit.exe) dan pergi ke HotKey_CurrentUser\Software\Yahoo\pager\test Klik kanan di sebelah kanan dan pilih new->DWORD Isikan namanya sebagai "Plural" Klik kembar pada Plural tadi dan isi nilainya = 1 Lepas tu start le ym tu. Dah login satu id, start lagi ym dan login lagi dengan id yang lain. Aku tak tahu boleh sampai berapa banyak. I cannot recall where did I get this tip. Anyway, it is a tip to edit the registry so that you can login into YahooMessenger using more than one id in one pc at the same time. Open the registry using regedit.exe or regedt32.exe and go to HotKey_CurrentUser\Software\Yahoo\pager\test Right-click at the right-side window and choose new->DWORD Put it as "Plural" Double-klik to Plural and put the value=1 Then, start your YM and login using your firs...

Forgot EVA Command View admin userid/password

Image
How to change or recover HP EVA Command View userid/password? You are the new system engineer and you want to manage one HP Storageworks using EVA Command View but you dont have an id/password for it. You can simply change the id/password of it, provided you have an administrator id (regardless it is domain/local admin) for the server where the EVA Command View is installed. Find the local user account for that particular machine and look for HP Storage Admins group. Check the properties and find out who is the member of that group. As example below, eva is the userid I am looking for. You can change the password of this userid or you can even add a new member for this group. Now, you can login into EVA Command View using this id and new password.

Microsoft Exchange Standard or Enterprise?

Q: How can I determine whether my server is running Exchange Server 2003, Standard Edition or Enterprise Edition? A: Open the Exchange Server Setup Progress.log file, which is located on the root of your system drive. Search for one of the following entries: [16:53:50] Setup configuration information: -- ID:62227 -- [16:53:50] This is a(n) Standard version of Microsoft Exchange Server -- ID:62232 -- or [16:53:50] Setup configuration information: -- ID:62227 -- [16:53:50] This is a(n) Enterprise version of Microsoft Exchange Server -- ID:62232 -- One of these entries indicates your Exchange Server version.

Remote admin for WSUS 3.0

In the previous version of SUS Server, to remotely administrating the server is using the web browser into that server by url http://winsusserver/WSUSAdmin/. However, this feature is no longer available for WSUS 3.0. Alternatively, just run the WSUS install on remote computers and choose to install the Administrative Console Only. You will need to run this applications as an admin..

Backup Type

Full Backup When you set the Backup Type setting to Full, all the files and folders on the drive are backed up every time you use that file set. Advantages: • All files from the selected drives and folders are backed up to one backup set. • In the event you need to restore files, they are easily restored from the single backup set. Disadvantages: • A full backup is more time consuming than other backup options. • Full backups require more disk, tape, or network drive space. Incremental Backup An incremental backup provides a backup of files that have changed or are new since the last incremental backup. To start the process, a file set with the incremental option selected is used to perform a backup. You can select the backup type by clicking Options on the Settings menu, and then clicking the Backup tab. For the first incremental backup, all files in the file set are backed up (just as in a full backup). If you use the same file set to perform a incremental backup later, only the file...

Change Owner and Registered User in WinXP

Create one registery file. eg. owner.reg type in these words... into owner.reg REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion] "RegisteredOrganization"="My Father's Company" "RegisteredOwner"="It Is Me" save this file. double click this file to execute. Click ok if the system ask you whether you want to confirm. Otherwise, just click no if you're not sure. alternatively, you can run this command: regedit /s owner.reg

MBR (Master Boot Record)

The MBR is the Master Boot Record. The MBR is a small program which runs whenever a computer boots up. The MBR is stored in the first sector of the boot disk. The boot disk may be a hard drive, a floppy drive, or even a CD or DVD drive. The Task of the MBR The normal job of the MBR program is to search the partition table for the active partition, copy the boot sector from the active partition into memory, and transfer control over to that program. If the MBR cannot accomplish this task successfully, it will print one of these error messages: Invalid partition table Error loading operating system Missing operating system The MBR and Boot Sector Viruses Some boot sector viruses overwrite the MBR. If you believe this has happened to one or more of your disk, run an anti-virus tool to clean your disks. FDISK /MBR Under DOS and early versions of Microsoft Windows, it was possible to use the `FDISK /MBR` command to repair the MBR. Unfortunately, FDISK was not terribly intelligent about the ...