Archive for the 'Windows' Category
Print Email in Outlook 2007
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.
Filed under: Windows | 0 Comments
Tags: Email, Outlook, Outlook 2003, Outlook 2007, Print Email
Printing and Desktop problem
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 [...]
Filed under: Windows | 1 Comment
Tags: Desktop upside down, desktop vertical, Display problem, HP 1020, printer que, printer spool, Printing Problem, Windows Printing, windows xp, winxp
Cannot access OUM Portal
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. [...]
Filed under: Windows | 0 Comments
Tags: dns, isa, isa server 2006, proxy, proxy server problem, server, streamyx, win2k3
Change IP Using Script (VBS)
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/
Filed under: Windows | 1 Comment
Tags: change ip, change IP address, IP address, script change ip, skrip tukar ip, vbs
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 [...]
Filed under: Windows | 2 Comments
Tags: Page File, Page File Setting, Windows Page File, Windows Setting
Solving Exchange SMTP Problem
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 [...]
Filed under: Windows | 0 Comments
Tags: 25, exchange, incoming mail, smtp
Using ScribeFire
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.
Filed under: Personal, Windows | 0 Comments
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 [...]
Filed under: Windows | 0 Comments
Join Domain Script [revised]
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 = [...]
Filed under: Windows | 1 Comment
Skrip Join PC ke Domain
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 [...]
Filed under: Windows | 0 Comments