您的最佳的信息源和新聞 winvista, 遠景 并且 軟件 在互聯網

景色文章 名列前茅50 景色錄影 景色軟 景色幫助

軟件

您當前瀏覽文章從 微軟視窗景色兼容軟件 匹配類別 軟件.

2008年進來: USB 3.0規格

英特爾,與其他技術特別重的人一起,形成小組促進USB 3.0以計劃提供規格在2008年的上半年。

小組, 宣佈了英特爾開發商論壇 在舊金山,包括HP、微軟、NEC, NXP半導體和德洲儀器。 USB 3.0被設計今天提供轉學比例10倍連接的速度。

根據英特爾, USB 3.0 「在個人計算機、消費者和流動段快速地將瞄準sync和去是的調動應用必要,雖然數字式媒介變得普遍存在,并且文件大小增加和在25十億字節之外」。

USB 3.0將通過使用光導纖維的接線到達這些快速的速度而不是傳統銅品種。 USB 3.0也將是向後兼容的。

斯蒂芬Shankland,採訪輕拍Gelsinger,英特爾的數字式企業小組的總經理,報告那 一般有那個對2年的滯後從標準被形成到實際做它在個人計算機裡面的時間. 憑那時間安排, USB 3.0來臨到個人計算機在您附近在2009年或2010年內。

新聞來源: blogs.zdnet.com

寫由多的Magne Kristoffersen 2007年9月21日沒有評論.
讀更多文章 軟件.

舉起過程從指令提示在景色

我在XP一直做的其中一件事, 2000年,并且2003年是用途RunAs命令。 它遲早有用,當您跑作為一名有限的用戶,并且需要射擊過程作為管理員。

這典型的命令行序列

c :> Runas /user :intelliadmin \管理員notepad.exe
輸入密碼為intelliadmin \管理員: *********
試圖開始notepad.exe為用戶intelliadmin \管理員

然後筆記薄發射在我的管理員之下認為,而不是當前用戶。

這運作偉大下面那些操作系統。 我可以跑作為一名有限的用戶,并且,當我要時我可以發射命令行窗口,或者其他節目作為管理員。

不幸地它不運作同樣在景色。 是- RunAs命令完全優良運作。 但由於UAC運作它的方式不給我充分的行政通入。 為什麼? 由於,當我發射另一個過程,管理員它仍然需要被舉起。

如果您未使用景色,我將解釋。 所有用戶默認情況下(管理員)跑作為一名有限的用戶。 When windows detects that you need a higher level of access you are prompted like this:

UAC Prompt Command Line

That way you know, and have a choice when an application has administrative access - even when running as an administrator. The problem is that this prompt will only show if the program is Vista aware, or Vista detects that it is needed....
Click to continue reading "Elevate processes from the command prompt in Vista"

Written by Steve Wiseman on September 20th, 2007 with no comments.
Read more articles on software.

Connect Using Dialup Modem - Disabled (Why?)

I have an old friend that lives about a mile away from me. We went to elementary school together, and were best of friends until a little after high school...and we drifted as we got busy with our own lives.

Well... He still remembers me plunking away on my Commodore 64 back in the day, and figures I might know something about computers. He calls me right before my nightly walk and says he needs help getting his new computer on the Internet. Sure I say...I will walk to your house and we will get you setup in no time.

I was expecting to setup a broadband connection for him. When I arrived he had a modem in one hand, and a NetZero disk in the other. He had been working at it all night with no luck.

I sat down and started playing with it. Every time I tried to connect I would get a simple error message from NetZero saying it could not communicate with the modem.

I have my own PPP server at home with a private phone number, so I start trying to setup a connection to test with...and here is what I saw

Connect Using Dialup Modem Disabled


Grr. I can't select the dial-up option and it won't tell me why. Worse yet I had no Internet connection to do research to find answers (Unless I wanted to walk a mile back to the house).Click to continue reading "Connect Using Dialup Modem - Disabled (Why?)"

Written by Steve Wiseman on September 19th, 2007 with no comments.
Read more articles on software.

Vista Drove Me Away - a Testimonial

Vista LogoI used to be a Microsoft Fan - a really, really big and obnoxious one too. Whenever someone even brought up the topic of a Mac I would go on about how PC’s were “clearly superior” and “control the market for obvious reasons.” In fact, my friends who use Macs as well remind me that I used to lecture them for ten minutes straight about the supposed advantages of the Windows Platform. Using cliché arguments like “Windows’ Wealth of Software” to defend my views, I convinced myself not to get a Mac last December and so I bought a brand-new Acer PC. Read the full article on SwitchingToMac.Com

Written by vistasucks on September 19th, 2007 with no comments.
Read more articles on Upgrading and Switching and PC and Quality and Mobile and itunes and Acer and vs and OSX and Review and Hardware and Windows and Security and Microsoft and Mac and vista and Apple and software.

Photo Album: Gateway ML3901

Gateway ML3901

Desktop

Desktop2

Games

Gateway Recovery

Graphics

IMG_0634

IMG_0635

IMG_0636

IMG_0637

IMG_0638

More Photos...

Written by Teching It Easy: Windows Vista on September 19th, 2007 with no comments.
Read more articles on software.

Complete .NET Portability with Wine & Mono?

Mono is the open-source version of Microsoft’s .NET Framework. It implements most of the backend framework features, but unfortunately, falls flat on its pretty little face when attempting to display the user interface - which is what desktop apps are all about.

Wine on the other-hand, is a Linux port of (major parts of) Microsoft’s Win32 library - the core dependencies of the Windows development libraries, and more importantly, the win32 interface elements. With Wine, you can run many traditional C++ win32 executables on Linux, with certain limitations.

Mono’s biggest stumbling block is the GUI and .NET programs that use P/Invoke to call native non-managed win32 dlls - Mono is a pure .NET environment, and can’t handle them. But from the description above, that’s exactly what WINE excel at… So can’t we use WINE + Mono to make just about any .NET program run on Linux fresh out of the .NET compiler?

Unfortunately, the answer is no. Back when the Mono project was first starting out, the Mono development team considered using WINE to implement the System.Windows.Forms namespace of the .NET Framework (which is practically 100% native C++ unmanaged win32 code in .NET wrappers). But they made the right choice in deciding to not take the easy way and go that route, leaving the integrity of the Mono project intact and focusing on true cross-platform user interface libraries instead (the GTK# is now the UI Library of choice for cross-platform .NET applications).

...
Click to continue reading "Complete .NET Portability with Wine & Mono?"

Written by Computer Guru on September 19th, 2007 with no comments.
Read more articles on Coding and Alternatives and Mono and WINE and .NET Framework and c# and Windows and Programming and Linux and software.

« Older articles

No newer articles