i downloaded 7600.16385.090713-1255_x64fre_client_en-us_Retail_Ultimate-GRMCU, after finishing installation, some weird problems happened. for example, the IE always hang, when delete some files, i still can see them, they disappear only if i press F5 who can help me?
I think your post has very little information. You should probably start with your computer specs , at least state your processor and ammount of ram, so that the guys here can help you. Have you tried reinstalling windows 7?
Yes, I think so that, W7 RTM is sucks !!! I'm using W7 with SP1 Beta (hun) and much better than before ! I like it because quicker and stable !
What the hell are you talking about? I mean, seriously?! Even the early beta builds were stable as hell (in comparison with earlier windows versions). Actually I think there's probably an other problem. It's certainly not the OS. SP1 Beta, l0l
spec: i5 750+gigabyte p55a ud3+adata ddr3 1333MHz+sapphire 5570 vapor-X it becomes stable after install the updates ^^
Yap, the RTM+Updates is always more stable than the leaked SP1. As LQQL said, the problem is surely related to any other issue............
Welcome here torko26 again! I quote that it is absolutely worth installing sp1... a much better and faster system will be resulted.
I agree with LQQL, Tito and urie. torko26, domerator, you are endorsing a product that is in beta stage. It may have given you a better experience but the beta has minor bugs and will expire. Less experienced readers of this thread may possibly experience contrary to what you have experienced. It is beta and not final, it is ok for testing on a "test machine" but I would recommend against installing it on a machine for daily use or work. It would be wise to refrain from posting matters that can mislead readers.
The deleting the files issue is 'by design'. No seriously, not in an Mac OSX sense where its not a bug that the computer crashes but a 'design feature', I actually mean a real 'by design' case! To fix it, copy the following into notepad, save as a .reg file (for example, fix.reg), and run it so it merges with the registry: (Windows 7 x64 Only) Code: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{BDEADE7F-C265-11D0-BCED-00A0C90AB50F}\Instance] "CLSID"="{4D5C8C2A-D075-11D0-B416-00C04FB90376}" "DontRefresh"=dword:00000000 Yes, by default DontRefresh is set to 1, meaning enabled, instead of 0 which is disabled! The issue is now fixed, you may need to restart for it to take effect. If you are for some unknown reason running 32 bit Windows 7 don't use the above as it won't work (x64 only) since the registry location for the setting is different, use this: (Windows 7 32-bit Only) Code: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{BDEADE7F-C265-11D0-BCED-00A0C90AB50F}\Instance] "CLSID"="{4D5C8C2A-D075-11D0-B416-00C04FB90376}" "DontRefresh"=dword:00000000