7. excel文件打开后,编辑字体颜色时,出现操作卡机现象
因为之前打印excel文件时,连接到了某个网络中的打印机进行打印。当离开打印机所在的网络时,打开excel文件编辑字体颜色等跟打印机相关的内容时,会使用上次打印机的的设备,出现连接打印机等网络操作,造成操作卡顿。
此时,需要在excel里重新选择一个pdf文件打印机,并进行打印,使excel记住最后一次打印使用的pdf文件打印,不必再去连接网络实体打印机。
6. Win 7 64bit 下photoshop cs3进行拷贝操作时,出现软件假死现象。
这是因为跟迅雷冲突了,关掉迅雷的 “监视剪贴板”功能,重启迅雷即可。
5. win 7下从c盘分出新的分区
在“计算机管理”--》“磁盘管理”中,右键点击C盘,在右键菜单中选“压缩”。对分出的新磁盘空间进行分区。
4. win 7下增加c盘分区
在“计算机管理”--》“磁盘管理”中,将c盘相邻的分区删除,然后右键点击C盘,在右键菜单中选“增加逻辑卷”,为C盘补充分区空间。
3. MSN in Win 7 缩小到系统托盘中。
右键点击MSN,选择‘属性’,选择‘兼容性‘,启用’以兼容模式运行这个程序‘,选择兼容 win xp.
2. office 2007:
1) Macro alert:
a) Word Options-->Add-Ins, disable the 3rd add-ins ;
b) Word Options-->Trust Center-->Macro Settings, check 'Disable all macros without notification'
word 2007 macro This error usually occurs because of macro security settings
> You may have an add-in that is causing a problem. Click the
> Office Button, click Word Options, and then Add-Ins. Disable or remove them
> using the manage button on the bottom.
> It was the Google Add-in for me.
1. 平常用Outlook Express、MSN登录收邮件时,有部分邮件未读。
下次登录XP时,登录界面总有提示:“XX封未读的邮件消息”。 请问:除了一封一封的读邮件外,有没有什么办法不启用这项功能。
答:其实只要修改注册表项HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\UnreadMail\<email地址>下名为MessageCount的DWORD值为0便可。若想不启用这项功能,则干脆将表项整个删除便得。
默认情况下,注册表项HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\UnreadMail\<email地址>下有三个子串,分别是:Application,MessageCount,TimeStamp.以本人邮箱ican@fj133165.com为例,其值为:
--------------------------------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\UnreadMail\ican@fj133165.com]
"MessageCount"=dword:00000000
"TimeStamp"=hex:30,21,71,0a,8d,d5,c6,01
"Application"="%SystemDrive%\\PROGRA~1\\MICROS~2\\OFFICE11\\OUTLOOK.EXE /profile Outlook"
--------------------------------------------------------------------------------
其中,Application指出了对应的邮件客户端及其所用的配置;MessageCount给出了未读邮件数;TimeStamp给出了统计时间点。
分享到:
相关推荐
Microsoft Dynamics AX是微软公司推出的一款企业资源规划(ERP)软件,它提供了一系列的工具和功能,帮助企业实现业务流程自动化,更好地管理财务、供应链、生产、项目以及运营等方面。在进行系统环境迁移或者维护时...
It would be nice if Microsoft had provided an example of how to do this, but such is not the case. The only example that I could find in the Online Documentation is the one titled "Creating a Child ...
MSN Messenger协议,是微软公司推出的一种即时通讯协议,主要用于用户间的信息交流。Miranda IM是一款轻量级的多协议即时通讯软件,支持包括MSN在内的多种通讯协议。本文将深入探讨MSN协议的源代码及其在Miranda IM...
By design, these tutorials use the Microsoft Macro Assembler (MASM) along with certain updated include and library files conveniently packaged in the Masm32 distribution created by Hutch. The ...
Since all demos were developed with the latest version of Delphi, most of the demo forms probably contains references to properties that doesn't exist in earlier versions of Delphi and C++ Builder. ...
(tested with Mingw gcc 4.5.1 and Microsoft Visual Studio Express 2010) - Added ability to configure CPUID stepping through .bochsrc. The default stepping value is 3. - Added ability to disable ...
- **Microsoft Visual C++ Compiler:** Used on Windows systems. ##### Installation on Unix/Linux On Unix/Linux systems, GCC is usually pre-installed. If not, install it using the package manager: ```...
/* number of i2c_msgs */ }; int i2c_read_reg(char *dev, unsigned char *buf, unsigned slave_address, unsigned reg_address, int len) { struct i2c_rdwr_ioctl_data work_queue; unsigned char w_...
- **PE文件格式**:PE(Portable Executable)文件格式是一种便携式可执行文件格式,由Microsoft设计并推广。 - **分析工具**: - **Win32SDK提供的DUMPBIN**:这是一个强大的命令行工具,用于显示PE文件中的各种...
-- List of regexpressions describing the interface (if any) that represent tetherable Wifi interfaces. If the device doesn't want to support tethering over Wifi this should be empty. An example ...
-- List of regexpressions describing the interface (if any) that represent tetherable Wifi interfaces. If the device doesn't want to support tethering over Wifi this should be empty. An example ...
stdafx.h的代码// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 1992-1998 Microsoft Corporation // All rights reserved. // // This source code is only intended as a ...