Your best source of information and news about windows vista , windows vista and windows on the internet 您的最佳信息来源和新闻关于Windows VistaWindows VistaWindows在互联网上

June 19th, 2008 2008年6月19日

You are currently browsing the articles from您当前浏览的文章 MS Windows Vista Compatible Software在MS Windows Vista的兼容软件 written on June 19th, 2008 .写在2008年6月19日

Disable Error Report In Windows禁用错误报告,在Windows


Microsoft’s Error Reporting in windows sometimes is disturbing, most of us don’t want to send that error report because it’s of no use.微软的错误报告在Windows有时令人不安的是,我们大多数人不想发送错误报告,因为它是没有用的。 Even I am fed up of this stupid error pop up every time.即使我厌倦了这种愚蠢的错误弹出的每一次。 There’sa easy way to disable Microsoft error report in windows.有简单的方法来禁用Microsoft错误报告在Windows 。

Disable Microsoft Error report in Windows XP: 禁用Microsoft错误报告在Windows XP :

1- Open Control Panel (Start > Control Panel) 1 -打开控制面板(开始> “控制面板)

2- Open the Problem Reports & Solutions applet Under advanced options and disable error reporting. 2 -开放问题的报告与解决方案A pplet的进阶选项]下的和禁用错误报告。


Disable Microsoft Error report in Windows Vista: 禁用Microsoft错误报告在Windows Vista中:

1- Right click on my computer (Desktop) and click properties 1 -上按一下滑鼠右键我的电脑(台式机)并点击属性

2- Click the Advanced Tab 2 -单击高级选项卡

3- You’ll see a “Error reporting” button at the bottom, click it 3 -您会看到一个“错误报告”按钮,在底部,单击它

4- Select Disable Error Reporting 4 -选择禁用错误报告

And you’re done.即可大功告成。

Written by magakos on 所写的关于magakos June 19th, 2008 2008年6月19日 with 带有 no comments 没有评论 .
Read more articles on 阅读更多的文章 Windows Hacks and Solutions 在Windows的窍门和解决方案 and otherSoftware othersoftware and Tips 秘诀 .

Notepad++ v5 Beta记事本+ + V5的试用版

Supporting auto completion, multi document, multi view, full drag and drop, it is an editor of million of users.支持自动完成,多文件,多看,充分拖放,这是一个编辑万的用户。 If the currently opened file is modified or deleted outside Notepad++, it automatically notifies of the changes and asks to update the document (reload the file or remove the file).如果目前开放的档案是修改或删除以外的记事本+ +时,它会自动通知的变化和要求,以更新文件(重新载入文件或删除该文件) 。 Did I also told you it also supports zoom and zoom of the document.当时我也告诉你,它也支持变焦和变焦的文件。 You can also use bookmarks, and macro recording and playback.您也可以使用书签,和宏观的录制和播放。

Here’s what new:这里的什么新的:

1. 1 。 Fix the crash issue under Chinese/Korean/Japanese Windows environment.修复崩溃的问题,根据中文/韩语/日文版Windows环境。
2. 2 。 Fix go to line command line bug.修复转到行命令行的错误。
3. 3 。 Enhance Find in files and Find in all opened files features’ performance.加强在找到的文件和寻找在所有开放档案的功能表现。
4. 4 。 Fix dialog off screen problem under multi-monitor environment.修复对话框关闭屏幕的问题,根据多监测环境。
5. 5 。 Make smart highlight work only with mouse double clicked in order to improve the its performance.做出明智的突出工作只有与双点击鼠标,以改善其表现。
6. 6 。 Fix all doc tab blink bug when Notepad++ is re-activated.修复所有文件标签一眨眼的错误时,记事本+是重新激活。
7. 7 。 Fix “replace with space” in GUI not be remembered bug.修复“取代空间” ,不贵的记忆中的错误。
8. 8 。 Fix HTML syntax highlighting is not applied in php, asp file bug.修复的HTML语法突出,是不适用于在PHP , ASP文件的错误。
9. 9 。 Add the smart highlight file size limit - 2 MB in order to improve the performance.新增智能突出的档案大小上限-2 M B的,以改善性能。

[ Download Notepad++ v5 Beta下载记事本+ + V5的试用版 ]

Written by magakos on 所写的关于magakos June 19th, 2008 2008年6月19日 with 带有 no comments 没有评论 .
Read more articles on 阅读更多的文章 otherSoftware othersoftware and Downloads 下载 .

Add Disk Cleanup to the Right-Click Menu for a Drive添加磁盘清理右键点击菜单的一个驱动器

Normally when you want to access the Disk Cleanup tool, you usually have to either find it through the start menu, or open up the drive properties window.通常当您要访问的磁盘清理工具,你通常有要么找到它通过开始菜单,或打开驱动器属性窗口。 Instead of going through all that, we can use a simple registry hack to add a menu item to the drive right-click menu.不是经历的一切,我们可以使用一个简单的注册表开刀,以添加一个菜单项的驱动器右键点击菜单。

Using the Hack 使用技巧

After installation, you can simply right-click on a drive and choose "Disk Cleanup" from the menu:安装完毕后,您可以简单地右键点击驱动器并选择“磁盘清理”从菜单中:

image

If you are using Windows Vista, you'll be asked whether you want to clean up your files or all files…如果您使用的是Windows Vista ,您将被询问您是否要清理您的档案或全部档案…

image

And then disk cleanup will begin:然后磁盘清理将开始:

image

Manual Registry Hack 手册注册表开刀

Open up regedit through the start menu search or run box, and then browse down to the following key:开放regedit通过开始菜单搜索或运行框中,然后浏览到以下项:

HKEY_CLASSES_ROOT\Drive\shell hkey_classes_root \驱动器\壳牌

image

Create a new key called "diskcleanup" and set the default value to "Disk Cleanup".创建一个新的关键的所谓“ diskcleanup ” ,并设置默认值“磁盘清理” 。 Then create another key underneath it called "command" and set the value to the following:然后创建另一个关键下,所谓的“指挥”和值设置为以下几点:

cleanmgr.exe /d %1 cleanmgr.exe / % 1

The change should be immediate, just right-click on the drive and you should变化应立即,只需右键单击该驱动器,您应该

...
Click to continue reading "Add Disk Cleanup to the Right-Click Menu for a Drive"点击继续读“添加磁盘清理右键点击菜单的一个驱动器”

Written by magakos on 所写的关于magakos June 19th, 2008 2008年6月19日 with 带有 no comments 没有评论 .
Read more articles on 阅读更多的文章 Windows Hacks and Solutions 在Windows的窍门和解决方案 and otherSoftware othersoftware and Tips 秘诀 .

Videocast - Creating a Read Only DC videocast -营造一个只读区

The next video in our Server Core series is going to cover making our demo server into a RODC or未来的视频在我们的服务器系列的核心是要包括使我们的演示服务器成为一个rodc或 Read-Only Domain Controller唯读域控制器 .  One pre-requisite for a RODC is an existing Windows 2008 based DC in the domain.  You also need to run adprep /rodcprep before you can add the RODC.  Other than that it is pretty straight-forward but without the DCPromo wizard can cause a challenge.  Let's see how it is done!其中一个先决条件,为rodc是现有的Windows 2008为基础的区议会在该域。您还需要运行adprep / rodcprep之前,您可以添加rodc 。以外,这是漂亮的直着,但没有在Dcpromo向导可以事业是一个挑战。让我们看看它是如何做的!

Note: Double-click on the video to go full screen. 注:双击该视频到全屏。

If you want to give these demos a try yourself be sure to如果您想给这些演示一试自己一定要 grab the lab build guide and demo scripts here!抓斗劳顾会的建设,引导和演示脚本在这里!

Written by rodney.buike on 所写的关于rodney.buike June 19th, 2008 2008年6月19日 with 带有 no comments 没有评论 .
Read more articles on 阅读更多的文章 Directory Services 目录服务 and rodney.buike rodney.buike and otherSoftware othersoftware and windows server 在Windows Server .

Disable Low Disk Space Warning In Windows Vista禁用磁盘空间不足的警告,在Windows Vista

When your computer's hard disk drive is nearly out of free space, Windows Vista will warn you with a little pop-up box at regular intervals.当您的计算机的硬盘驱动器是近出自由空间, Windows Vista将您发出警告,一个小会弹出一个对话框,在定期的间隔。 This Low disk space warning can be handy the first time but that's usually where the usefulness stops.Aside from being annoying, Windows Vista's constant check for low drive space uses system resources which can slow Windows down.这磁盘空间不足的警告,可以方便的第一时间,但通常情况下的效用stops.aside被恼人的, Windows Vista的不断检查为低驱动器空间使用的系统资源,可以缓慢的Windows 。

Follow the easy steps to turn off the low disk space checks in Windows Vista.按照简单的步骤,关闭磁盘空间不足检查,在Windows Vista中。

  • Click on Windows Vista Start , type in regedit in the start menu search box, and then hit the Enter key.This command will load the Windows Registry Editor program.按一下Windows Vista 开始 ,键入的regedit在开始菜单上的搜索框,然后按下回车 key.this命令将载入Windows 的注册表编辑器程序。

  • Locate the HKEY_CURRENT_USER folder under Computer in the Windows Registry editor and navigate to the key, HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion .找到对HKEY_CURRENT_USER文件夹下的电脑,在Windows注册表编辑器和浏览的关键, hkey_current_user \软件\微软\的Windows \ currentversion

  • Select the Policies key under CurrentVersion .选择政策的关键,根据currentversion

  • From the Windows Registry Editor menu, choose Edit -> New -> Key .从Windows 注册表编辑器菜单中,选择编辑 -> 新建- >”的关键。

  • After the new key is created beneath Policies key , it will initially be named as New Key #1 .之后,新的关键是创造下方政策的关键 ,它最初将被命名为新项# 1
    Change the name of the newly created registry key to Explorer and then hitting the Enter key.的名称更改为新创建的注册表项,以Explorer然后打回车

  • With the newly created registry key, Explorer , still selected, choose Edit -> New -> DWORD (32-bit) Value .与新创建的注册表项, 总管中 ,仍处于选中状态,选择编辑 -> 新建- >”的D W ORD(3 2位)的价值。

  • After the

...
Click to continue reading "Disable Low Disk Space Warning In Windows Vista"点击继续读“禁用磁盘空间不足的警告,在Windows Vista ”

Written by magakos on 所写的关于magakos June 19th, 2008 2008年6月19日 with 带有 no comments 没有评论 .
Read more articles on 阅读更多的文章 otherSoftware othersoftware and Tips 秘诀 and Windows Vista Windows Vista的 .

Internet Explorer Error: The Memory Could Not Be Read Internet Explorer错误:无法读取内存

Solution:解决方案:

iexploreError

Actually this is a problem with Internet Explorer 6 which Microsoft has confirmed.其实,这是一个问题,与Internet Explorer 6 Microsoft已经确认。 This error occurs with the websites which use long URL strings called from scripts.发生此错误与网站使用长URL字符串所谓的从脚本。 Internet Explorer uses Index.dat file to store all the URLs accessed through Internet Explorer but it is not good enough to store any additional information that Internet Explorer wants to save due to long URL string of the website. Internet Explorer使用Index.dat文件存储的所有网址访问通过Internet Explorer ,但它是不足够的存储的任何其他信息的Internet Explorer要保存由于长期的URL字符串的网站。 So some information is lost and when that webpage is accessed again, this error is displayed.所以有些资料遗失时,该网页的访问再次,这个错误是显示。 A hotfix is available from Microsoft to correct this problem.一个修补程序,可以从Microsoft来修正这个问题。 Please follow the link below to request the hotfix from Microsoft.请按下面的链接,要求修补程序从Microsoft 。

Hotfix for Internet Explorer 6修补程序适用于Internet Explorer 6

I think Internet Explorer 6 should be upgraded to version 7 atleast which is more stable and more secure.我认为, Internet Explorer 6中,应提升至第7版至少这是更稳定和更安全。

However my recommendation is to use Firefox which is more secure and fast and offers many other features which no other browser does.不过我的建议是使用Firefox是更安全和更快速,并提供许多其他功能,其中没有其他的浏览器。 Follow the link below to download Firefox.按下面的链接,下载Firefox 。

Written by magakos on 所写的关于magakos June 19th, 2008 2008年6月19日 with 带有 no comments 没有评论 .
Read more articles on 阅读更多的文章 otherSoftware othersoftware and Tips 秘诀 and Internet 互联网 and Internet 互联网 .

« Older articles «较旧的文章

No newer articles没有新文章