您的最佳的信息源和新闻 窗口, 软件 并且 窗口远景 在互联网

景色文章 名列前茅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