您的最佳的信息源和新聞 司機, 秘密 并且 窗口遠景 在互聯網

景色文章 名列前茅50 Spyware病毒 景色軟 景色幫助

名列前茅20偉大 窗口景色 文章和回顧

RSS

Forrester得到精神分裂症在窗口景色

這個星期Forrester研究分析員托馬斯Mendel出版了要求那窗口景色「在企業中被拒绝了」并且建議對他的顧客的報告他們應該複評他們的窗口景色部署和考慮等待窗口7。 毫不奇怪,這是我們,我們的成千上萬企業顧客和一束麻煩的統計不同意的事。 哎呀,甚而Forrester不與Forrester一致! 讓我解釋:

首先,這個報告不反射正常企業OS收養週期。 OSes的企業收養總比消費者收養慢。 終究升級個人計算機在您的客廳是容易,但升級整個前面和後端基礎設施到數以萬計沒有停工期的用戶是更多複合體,并且那花費時間。 Computerworld 貢獻的作者(和微軟夥伴)大衛Feng 寫了一篇文章關於此, 也是。 Mendel的報告,然而,簡單地撇取在這共同的知識。

什麼是更加困惑是那個先生。 Mendel的報告直接地抗辯題為的另一個Forrester報告, 「修造企業盒為窗口景色,「由分析員本灰色寫。 這個報告概述五個主要原因為什麼企業應該開始他們的公司的遷移

...
點擊持續讀「Forrester得到精神分裂症在窗口景色」

寫由克里斯・ Flores 2008年7月25日沒有評論.
讀更多文章 otherSoftware 并且 特色新聞 并且 窗口景色.

為您的屏幕估量的更新窗口遠景牆紙

窗口景色牆紙為您的計算機屏幕。

遠景哇牆紙(5) 遠景哇牆紙(5) img2 瀑布 img28 img6 img29 img5 img7 img33 赤素馨花花 img17 img31 img4 Toco Toucan img15 森林花 Humpback Whale Oryx Antelope img34

Is Your DNS Patched?

In case you have been living under a rock for the past month you have most likely heard about the DNS cache exploit recently discovered by Dan Kaminsky. This might be one of the most severe flaws discovered as it was cross platform affecting everything from Windows to Linux, UNIX, Cisco IOS etc.... It was so big in fact that all the major vendors worked together to get the patch issued on the same day. The flaw would allow an attacker to insert a malicious DNS record into the cache. As an end user you type in www.technet.com and rather than get the proper IP address the cache delivers the malicious IP address sending you to ???? You can find out more on the details of the flaw at Dan's blog.

You should also make sure that you are patched. Make sure that your upstream ISP DNS servers are patched by calling them or using Dan's DNS Checker at the top of his website.

So why all of a sudden a rush to ensure you are patched? Well the patches issued by the vendors have been reverse engineered and exploit code has been published! Dan has

...
Click to continue reading "Is Your DNS Patched?"

Written by rodney.buike on July 25th, 2008 with no comments.
Read more articles on rodney.buike and otherSoftware and DNS and Security.

XLG Security Center Removal Guide

Do you know what XLG Security Center is?

DESCRIPTION

XLG Security Center was discovered to be a clone of XLGuarder which is a rogue anti-spyware program causing issues for computer users all over the world. XLG Security Center pretends to be a full security software suit that helps you remove or prevent spyware and other infections. XLG Security Center is far from doing any of this.

XLG Security Center tries it’s best to get you to purchase the full version of the XLG Security Center program through popus, system alerts and fake scan reports. XLG Security Center may also spread the XLGuarder program onto your system which is no better than having XLG Security Center installed. XLG Security Center has a silhouette of a woman which we think is part of the voice that you hear when XLG Security Center is run. This most deceptive thing about XLG Security Center is that you cannot close the program unless you end process or completely remove it.

Aliases: XLG Security Center, XLG SecurityCenter, XLGSecurityCenter.

In non-techie terms: XLG Security Center is not much different from many other rogue anti-spyware programs that are infecting computer users today. The web site xlguarder.com is

...
Click to continue reading "XLG Security Center Removal Guide"

Written by Valentino on July 25th, 2008 with no comments.
Read more articles on Spyware Help and otherSoftware.

How to create con folder

CON is a reserve world in windows operating system.
that's why we can not create the folder named as
CON.


But by command prompt we can do this

STEP1: goto command prompt
STEP2: type in prompt e:\> "mkdir \\.\e:\con"
STEP3: verify by typing "dir \\.\e:\con"
STEP4: delete the file or folder "rmdir \\.\e:\con"

ollowing file names in Windows are reserved because they represent devices:
con, con.* -> the console
prn, prn.* -> the default printer, as a character device
aux, aux.* -> the default serial terminal, as a character device
lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8, lpt9 -> the parallel ports, as character devices
lpt1.*, lpt2.*, lpt3.*, lpt4.*, lpt5.*, lpt6.*, lpt7.*, lpt8.*, lpt9.*
com1, com2, com3, com4, com5, com6, com7, com8, com9 -> the serial ports, as character devices
com1.*, com2.*, com3.*, com4.*, com5.*, com6.*, com7.*, com8.*, com9.*
nul, nul.* -> the NUL or "waste bit bucket" or "black hole for bits" or "/dev/null" device

Such files are considered to "exist" in all directories, so if you have a filename like "c:\temp\con", you're talking
...
Click to continue reading "How to create con folder"

Written by magakos on July 25th, 2008 with no comments.
Read more articles on WindowS HackS and All and otherSoftware.

Create a Virtual Drive for any folder in Vista

There is a secret in MS DOS command " subst" which is used to create a virtual drive letter for any folder in My Computer screen.


For example, if u want to use a folder called "new_folder" which is kept in" E:\new\downloads\ " then you can create a virtual drive say "Z:" in My Computer.


Here is the procedure.

1. Open Command prompt from , Start-->Run--> cmd



then type, subst drive-letter:folder-path



i.e., for example,

subst Z: E:\new\downloads\





2. If you want to delete this virtual drive, then provide following command:


subst drive_letter: /D


for example,

subst z: /D

Written by magakos on July 25th, 2008 with no comments.
Read more articles on WindowS HackS and All and otherSoftware.

Install Windows Vista from Bootable USB Flash Memory Drive

You can even install Windows Vista with USB 2.0 flash memory drive now. All you need is a high speed 4GB flash memory only to create a bootable Windows Vista on flash memory drive.
It sound a bit rare to hear people install Windows Vista on Flash Memory ya. Actually, The concept is simple by using flash memory drive to act as the Windows Vista installation DVD disck only. But installing Windows Vista from a high speed USB flash drive perhaps is the easiest & fastest way to complete a Windows Vista install which nowadays every computer or laptop have a USB drive. Meanwhile, This is much faster than using a DVD, gigabit ethernet, or possibly even some external USB 2.0 hard drives, due to differences in access speed & transfer rate. So below the step to create a bootable windows vista on flash memory drive

Create a bootable Windows Vista on Flash Memory

1. Format the USB flash memory drive to FAT32 file system

Run CMD.EXE and type the following command. Note: This set of commands assumes that the USB flash drive is addressed as “disk 1?. Double check that by doing a list of the disks (type
...
Click to continue reading "Install Windows Vista from Bootable USB Flash Memory Drive"

Written by magakos on July 25th, 2008 with no comments.
Read more articles on Windows Help and All and otherSoftware.

« Older articles

No newer articles