» 您尚未登录:请 登录 | 注册 | 标签 | 帮助 | 小黑屋 |


发新话题
打印

[电脑] 用了一段时间win7,发现比XP易用性难用多了,真TMD烂

说win7好的都是不会用电脑的。企鹅捶地


TOP

posted by wap, platform: Nokia (E5)

本本装的win7已经快1年了。速度还是杠杠的。

以前用xp,越用越慢。最后只能重装。



TOP

desktop在右下角这点已经赞到飞起了,一拖一点0.5秒切换回桌面


TOP

posted by wap, platform: Nokia (E63)

@vyou mark

TOP

引用:
原帖由 阿弄 于 2011-4-15 08:29 发表
desktop在右下角这点已经赞到飞起了,一拖一点0.5秒切换回桌面
这个绝对飞起啊 XP我都不敢点 一般用快捷键

TOP

posted by wap

有无xp的工具可以把桌面放到右下角?已经用惯7了。

TOP

引用:
原帖由 jinwyp 于 2011-4-14 22:24 发表
还在运行里敲键盘, 那干脆用dos算了,     ...
IT民工表示没有命令行很难生活下去

TOP

用习惯了之后,还是win7好用。就好像当年从dos到95,从98到xp一样,需要一个适应过程~

TOP

多的不说了,WIN7就一点就能秒XP:DX11。

TOP

Win7里面鼠标中键有很多用处,比如在任务栏上面,中键点击一个任务,可以启动这个任务的新实例,悬浮后出现预览小窗口,在小窗口上面点中键就可以关闭这个程序。类似的还有很多,熟练使用以后比XP方便很多,在XP下面中键几乎没什么用处。

TOP

lz你这样的态度不好啊,这里不少人都是从测试版就用到现在的人,没怎么用过电脑这句话你也不想一想

XP是有不少地方比win7好一点(比如说那个滚动条问题,我也很抓狂),但是win7和xp不是一个时代更不是一个档次的东西,这次是真正让用户体验得到提高的一个操作系统

TOP

引用:
原帖由 jinwyp 于 2011-4-14 13:33 发表
3 资源管理器 左边的xp下点击一个文件夹会自动打开并滚动条滚到当前位置, win7可好每次都点一下滚动条不知道在哪了,在点下一个文件夹必须在滚一下滚动条到该位置上,
...
这个是Win7资源管理器的Bug,详细的介绍可以参考 http://www.codeproject.com/KB/shell/classicshell.aspx

原文如下:
Scroll Problems in Explorer

Another bug in Windows 7 Explorer involves expanding a folder in the navigation pane. If you select a folder that hasn't been expanded before, then expand it, the navigation pane will scroll all the way up to the top, then all the way down to the selected item. The result is that the selected item ends up near the bottom (not near the top as you would expect). What happens under the covers is that Explorer sends two TVM_ENSUREVISIBLE messages - first for the top item and second for the selected item. I have no clue what requires the first message to be sent. Maybe there is some weird situation where the scrolling to the top actually helps, but I haven't seen any.

To counter this bug, we can make the tree control ignore the first message:
Collapse
if (uMsg==TVM_ENSUREVISIBLE)
{
  HTREEITEM hItem=(HTREEITEM)lParam;
  if (!TreeView_GetParent(hWnd,hItem) &&
      !(TreeView_GetItemState(hWnd,hItem,TVIS_SELECTED)&TVIS_SELECTED))
    return 0;
}

Basically, it ignores TVM_ENSUREVISIBLE for the top level item if it is not selected. The assumption is that if Explorer really wants to focus on the top item, it will select it first.

Rant: First, there is the RBBS_BREAK bug, then status bar problems, then this. What's happening here? Did Microsoft hire an intern to finish Explorer in Windows 7? Was QA sleeping on the job? Explorer is the most commonly used application for Windows. It deserves more attention than that! I remember when Windows XP came out, the only bug in Explorer was that it didn't correctly redraw the corner between the horizontal and vertical scroll bars. Ah, the good old days. Now, I'm crossing my fingers and waiting for Win 7 SP1

但是SP1似乎并没有修正这个问题,如果实在觉得不爽可以装Classic Shell

TOP

引用:
原帖由 cc0128 于 2011-4-14 22:52 发表


不是命令行是搜索。
无论是ios,mac os,android ,chrome,firefox,windows 几乎所有系统都在弄的东西。
你用了这么多年电脑。还没发现这种打开方式有多方便有多快?
或者说,全世界所有公司所有程序员都错 ...
你的这种操作太慢了, xp3下鼠标,  你这种打键盘太慢了, 要不然比一比速度敢不敢,  ios 你会用搜索?  图标都是点一下就开或者换一个屏幕点一下图标, 打开ios程序不会超过2下?   win7怎么比, 你举的例子全是证明win7慢不好用的,  库的东西找有 win7是很难用的, win7你能按照光圈 快门 iso 给图片分类吗?  不好用就是不好用, 你基本都没说关键的问题.

win7控制面板清晰?  你是不是疯了,我真的怀疑你用过win7没有, 你去看看mac吧只有一层,  xp下和mac一样我一直在资源管理器显示控制面版 所有的设置只要双击一下就可以进入,

win7dock 是神, 你用过电脑或mac没,  我现在有点理解为什么win7不能像xp 在开始菜单,任务栏, 桌面自由推拽了, 因为抄袭mac没抄成, 结果抄出来这个四不像. 我像在说一遍,win7不是mac,文件的打开方式就不同, 现在win7的dock就是有问题,例如ie8的多标签, mac是没有的. win7就不应该抄mac, 保持xp这种最好, 非要改成dock.  没理解的同学建议看看这篇文章 "理念的缺失:Windows 7任务栏 VS OS X Dock" http://article.yeeyan.org/view/liuhui0803/38286

[ 本帖最后由 jinwyp 于 2011-4-15 12:58 编辑 ]
附件: 您所在的用户组无法下载或查看附件

TOP

引用:
原帖由 凳子 于 2011-4-15 10:38 发表
多的不说了,WIN7就一点就能秒XP:DX11。
孤岛危机2都么用dx11,  xp下速度比win7下快,  dx11 等战地2版  win7现在没什么用

TOP

引用:
原帖由 HyperIris 于 2011-4-15 12:32 发表



这个是Win7资源管理器的Bug,详细的介绍可以参考 http://www.codeproject.com/KB/shell/classicshell.aspx

原文如下:
Scroll Problems in Explorer

Another bug in Windows 7 Explorer involves expan ...
这才是讨论问题的人,希望其他人多学习学习没什么坏处?, win7难用的地方多了, 为什么有人就不承认呢? 用个好界面就赖夫斯戴尔比比人高智商了?  我再说一次用电脑几十年你们用win7才几年,而且不是电脑用的时间长就用的好,年龄大吃饭肯定吃的多,这么说吃饭多的人好吃菜吃的就多的 什么逻辑?

TOP

发新话题
     
官方公众号及微博