Archive for the 'Windows' Category

Some user complaining that they cannot directly print selected email in Outlook 2007 as what they have did in Outlook 2003. The solution is to open up an email. Go to Other Actions->View In Browser. Then select which email you want to print, File->Print.


Situation: HP Laserjet 1020(USB) installed on PC A, and sharing on the network. PC B also in the same network want to print to the printer attached to PC A. After all the process completed, the print item never printed, just staying inside the print que.
Solution: Go to printer setting, check the Port tab, Untick [...]


Since last week, some user’s cannot access OUM portal address http://www.oum.edu.my. There is proxy server inside the environment. Whenever they tried, they will get this error:
 Technical Information (for support personnel)
Error Code 11001: Host not found
Background: This error indicates that the gateway could not find the IP address of the website you are trying to access. [...]


I’ve posted before but I’ve found out today that it contains some invalid character. most of it are ” “. so this is the full script. just click on the link to get the file. in .rar format.
http://www.filefactory.com/file/9d5fb6/ 


Copy from What is the Page File for anyway?
The page file is one of those pieces of the operating system that administrators
know that they need to have - but they can’t always explain why they need it, or
how to accurately size it. Since Windows 95, Windows-based operating systems
have used a special file that acts [...]


On a day I take a leave for Hari Raya, my boss ask me to solve an email problem. The problem was attended earlier where we(me and cikeasy) restart the ms exchange services(that suddenly down) at HQ. We thought the the problem already solved. But then, the user complaint that since two weeks ago they [...]


This post using ScribeFire. A firefox addons that can compose and publish your content directly to your blog(wordpress/blogspot/etc). You can try download and use it from here.

Powered by ScribeFire.


Situation:
When you trying to set the IP address on a network adapter, you may receive the following error message:
The IP address XXX.XXX.XXX.XXX you have entered for this network adapter is already assigned to another adapter Name of adapter. Name of adapter is hidden from the network and Dial-up Connections folder because it is not physically [...]


Selepas membuat beberapa pembaharuan, ini adalah versi yang terkini. Apa yang skrip ni bleh buat ialah:

Rename PC
Masukkan description
Join Domain

Dim objWMIService, colComputers, objComputer, strComputer, objRegistry
Dim strKeyPath, strValueName, strDescription
Dim strDomain, strPassword, strUser, namaPc
Dim NewName, Result
set objNetwork = CreateObject(”Wscript.Network”)
namaPc=objNetwork.ComputerName
NewName = InputBox(”Enter a new name for this computer:”,”Rename Computer”, namaPc)
NewName = Trim(NewName)
If NewName = “” Then WScript.Quit(10)
Set objWMIService = [...]


Biasanya kalau nak join pc ke domain, kita klik kanan pada My Computer->Properties, pastu g pada tab Computer Name, pastu kita klik pada Change, kemendian masukkan nama domain, kemudian akan mintak username dan password admin untuk join domain. pastu kena tunggu beberapa ketika sebelum dapat welcoming message. pastu restart. perhatikan skrip ni:
Const JOIN_DOMAIN = 1
Const [...]