Page List

13 May 2012

How to Fix Windows 7 When It Fails to Boot


There's a fix for that!

Whether caused by a virus, a new operating system or by simple mistake, being faced with an "Operating System not found" or similar error during your computer system's boot up can be a nerve rattling experience. Assuming you have Microsoft's Window 7 installed however, do not fear, such a boot error can often be resolved in just a few simple steps.

First, check your BIOS and hardware

In many cases, having Windows 7 fail to boot may be as simple as having your BIOS set with an incorrect boot order sequence. It can be quite common if you have more than one hard drive installed in your computer and your BIOS gets reset. Usually you can access your BIOS seconds after your computer turns on by pressing the Delete button or by pressing a specific function key. Once in the BIOS, check to see that your system drive is listed appropriately in the boot order sequence; you may need to refer to your motherboard manual for help.

Another possible reason for Windows not being detected upon start up is a hardware issue. If your BIOS is unable to detect your system drive, check to make sure all the cables are plugged in properly. If your hard drive is making an odd noise, such as a clicking sound, your hard drive may be broken. Finally, it is possible that the hard drive is having data corruption issues, which has damaged important system data, such as the Master Boot Record (MBR). If you suspect a faulty hard drive, it may be a good idea to backup and scan your hard drive for errors from another computer and possibly consider buying a replacement. Trying to repair a boot problem on a damaged drive can possibly lead to even more data loss, so backup your data before attempting anything.

The MBR and other important boot data can also be damaged by trying to install an earlier version of Windows, such as Windows XP, alongside Windows 7 and by third-party programs, such as viruses. In the case of a virus, it is recommended that you run a virus scan of the drive before attempting any repairs as otherwise it could lead to more data loss. It is further possible to achieve the appearance of damaged boot data by having the wrong drive partition set to active, which can be the outcome of an overly curious Windows user with administrative permissions.

Fixing the MBR and other start up problems in Windows 7 is most quickly accomplished by using the Windows 7 Installation DVD. If you do not have a Windows 7 Installation DVD however, you can alternatively use a Windows 7 System Recovery Disc, which we will show you how to create further down in this article.  If you do not yet have either a Windows 7 Installation DVD or a recovery disc, do yourself a big favor and make a recovery disc right away to avoid any unnecessary headaches down the road.

Fixing the Master Boot Record (MBR)

Step one: Turn your computer on, booting from either your Windows 7 Installation DVD or Windows 7 System Recovery Disc.  Remember, you may need to change the boot order inside your BIOS to have the your DVD drive boot first.

Step two: After the installation or recovery disc loads, if prompted, select your language settings and then continue.  If you are using the installation DVD, when prompted by the following screen select Repair your computer.

Step three: The computer will take a moment now to scan itself for any Windows installations, after which you will likely be given a choice to select which installation you wish to repair.  Select the appropriate Windows installation from the list and then continue. If by chance a problem is detected in one of your Windows installations at this initial stage, the system may also ask you if it can try to repair the problem automatically. It is up to you if you wish to let the system try to repair itself, but otherwise just select No.

Step four: Once you have reached the System Recovery Options screen, as shown below, you will be faced with a list of choices that can aid you in repairing a damaged Windows 7 operating system.  If you wish to try the Startup Repair option first, it is often successful in automatically fixing many different start up issues, but in this article we will be using the Command Prompt option to resolve our problems manually. So, clickCommand Prompt to continue. 

Step five: Now sitting at the command prompt, enter the following command and then press enter:

         bootrec.exe /FixMbr

If successful, you should be greeted with the message The operation completed successfully.  That's it!  Your Master Boot Record has been repaired.

While the above command does fix the MBR, and sometimes that is enough, there still might be an error with the system partition's boot sector and Boot Configuration Data (BCD). This might occur if you have tried to install another operating system alongside Windows 7, such as Windows XP.  To write a new boot sector, try the following command:

        bootrec.exe /FixBoot

If you are still faced with your Windows 7 installation not being detected during start up, or if you wish to include more than one operating system choice to your system's boot list, you can try the following command to rebuild your BCD:
   
        bootrec.exe /RebuildBcd

The above command will scan all your disks for other operating systems compatible with Windows 7 and allow you to add them to your system's boot list. If this fails, you may need to backup the old BCD folder* and create a new one in its place with the following commands:

        bcdedit /export C:\BCD_Backup
        c:
        cd boot
        attrib bcd -s -h -r
        ren c:\boot\bcd bcd.old
        bootrec /RebuildBcd

*Some users also find simply deleting the boot folder and retrying the above steps effective at resolving boot issues, but it is not recommended.

How to change active partitions

Upon purposely changing the active partition on my system drive, I was faced with a BOOTMGR is missingerror during my system's start up that prevent Windows from starting. It is a common mistake to make when playing with partitions on a system drive and it can be a headache to solve if not prepared. To change your active partition back using the Windows 7 recovery disc or Installation DVD, follow the steps below.

Step one: Follow steps one to four in the above guide. This should take you to the Command Prompt in the Windows Recovery Environment.

Step two: Type DiskPart and then press Enter.

Step three: Type List Disk now and then press Enter. This command will list all disks attached to your computer and assign them a disk number.

Step four: Type Select Disk x, where x is the number for the disk containing the partition you wish to make active. Press Enter.

Step five: Type List Partition and then press Enter. You will now be shown a list of the partitions on the selected disk. Determine which partition you wish to make active.

Step six: Type Select Partition x, where x is the number of the partition you wish to make active.

Step seven: Now, just type Active and then press Enter. That should be it - the selected partition is now active.

How to create a Windows 7 System Recovery Disc

Windows 7 makes it easy to create a System Recovery Disc if you already have Windows 7 installed and running.

Step one: Click Start > All Programs > Maintenance > Create a System Repair DiscStep two: Insert a blank CD or DVD into your disc drive.

Step three: Click Create disc and let the program do its thing.

That's it! It only needs to write about 140- to 160-megabytes to the disc, depending on whether your OS is 64-bit or 32-bit, and that should only take a minute. If you do not have a CD/DVD-R drive to create a recovery disc with, you can alternatively download the ISO image of the Windows 7 System Recovery Disc and use it to make a bootable USB flash drive.

How to create a Windows 7 System Recovery USB flash drive

Step one: If you do not have a DVD drive, download the appropriate Windows 7 Recovery Disc image from Here. You will need a torrent client for this step, such as µTorrent. Alternatively, if you have a DVD drive, you can use an existing Windows 7 Installation DVD or a Windows 7 Recovery Disc when at step seven.

Using a Windows 7 Installation DVD at step seven will also allow you to install Windows 7 via USB, not just recover a damaged system; very useful if you have a netbook!

Step two: Open a command prompt with administrative rights. To do this, click Start > All Programs > Accessories and then right click Command Prompt, followed by clicking Run as administrator.

Step three: After accepting any UAC verification questions, you should now be at the command prompt. Make sure your USB flash drive is plugged in and then type DiskPart, followed by pressing Enter.

Step four: Type List Disk and then press Enter. Determine which disk number corresponds to your USB flash drive. In the following scenario, Disk 1 corresponds to our USB drive since we know our USB drive has a capacity of 2-gigabytes.

Step five: Enter the following commands in order, changing the disk number to the disk number listed for your USB drive.  Warning - the following commands will erase everything on your USB drive or the disk you select.
        Select Disk 1
        Clean
        Create Partition Primary
        Select Partition 1
        Active
        Format FS=NTFS 
Step six: After DiskPart successfully formats the USB drive, which might take a few minutes, you will want to enter the following commands:

        Assign
        Exit

Step seven: You will now need to copy the contents of the ISO image you downloaded, or the contents of a DVD you wish use, to the USB flash drive.  There should be two folders and a file in the ISO image that need to be copied. To extract the files contained within an ISO image, you will need to use a program such as WinRAR. You can download WinRAR from here.

Step eight: Now that the files are copied, we will want to make the USB drive bootable. To accomplish this however we will need to download a small file called bootsect.exe; it can be downloaded from here or here. The file can also be found in the boot directory of the Windows 7 Installation DVD.  Once downloaded, place the bootsect.exe file in the root directory of your USB flash drive.

Step nine: Back at the command prompt, we will want to change the current directory to that of the USB drive and run the bootsect command. In our case this is drive E, so we will be using the following respective commands:

          e:
          bootsect /nt60 e:

The bootsect command will update the target volume with a compatible bootcode. If all goes well, you should now have a bootable USB recovery drive; just remember to add the USB drive to the boot list in your system's BIOS for it to work upon start up.

References: http://www.tomshardware.com/news/win7-windows-7-mbr,10036.html


12 May 2012

How to Manually Repair Windows 7 Boot Loader Problems


If you’re having boot problems on your Windows PC, it’s often helpful to repair the MBR (Master Boot Record) to restore the Windows 7 boot loader—and you can do it easily from the Windows installation disc.
This is generally most useful if you’ve broken something and there’s a boot loader error, or if you have made the mistake of installing an older version of Windows on the same PC that already has Windows 7 which wipes out the boot loader.
Note: If your PC starts booting into Windows but fails, you should probably try using Safe Mode instead.

Boot From the Windows Install Disc

The first thing you’ll need to do is boot off the install disc, and then click through until you see the “Repair your computer” link in the lower left-hand corner.

You’ll need to choose the correct installation of Windows and then click the Next button.

And then you’ll get to the System Recovery Options screen, where you can get to the Command Prompt.

Repairing the Master Boot Record

If you want to restore the master boot record, you can simply type in the following command:
bootrec /fixmbr
You can also write a new boot sector onto the system partition with this command (which is often more useful):
bootrec /fixboot
And of course, if you just use bootrec /? you’ll be able to see all the options.

Replacing the Windows XP Bootloader with Windows 7

If you’ve managed to install XP on the same PC that you already had Windows 7 on, you’ll noticed that you can’t boot into Windows 7 anymore. You can use this command to fix that and restore the Windows 7 bootloader:
bootsect /nt60 all
Depending on the partition that you’ve installed, you might need to substitute the drive letter instead of “all”.

Note: if you want to restore Windows XP back to the menu, you can open up a command prompt in Windows 7 and run this command:
bcdedit /create {ntldr} -d “Windows XP”

Using the Automated Startup Repair

Of course, all this command-line stuff is probably not necessary in most cases. You can usually just use the Startup Repair option from the Recovery menu…

It’ll check for problems and probably fix them. If not, then you can always use the command prompt.

Have you ever needed to restore your boot loader to get Windows working again?

References: http://www.howtogeek.com/howto/32523/how-to-manually-repair-windows-7-boot-loader-problems/


09 May 2012

不用代理,直接观看中国大陆优酷土豆网络视频


上次我写到利用 Sina App Engine 翻墙回国内看优酷土豆等网络视频,其实就是利用新浪的云计算平台搭建了一个代理,国外跳转为中国 IP 地址从而绕过优酷、土豆等视频网站的限制。这个方法虽然稳定免费,实施起来却有些麻烦。今天介绍一个方法,不需要翻墙代理,非大陆地区就可以直接观看优酷和土豆视频。

使用方法

1. 使用 Google Chrome 浏览器。
2. 到 Chrome Store 安装 Unblock-Youku 扩展 https://chrome.google.com/webstore/detail/pdnfnkhpgegpcingjbfihlkjeighnddk
(插件已发布到官方应用商店,直接通过上面的链接安装或更新,以下步骤皆可忽略了。)

2. 下载这个扩展:http://rrurl.cn/s7ZtkC

3. 把刚才下载的 CRX 文件拖拽到 Google Chrome 浏览器
拖拽安装 Chrome 插件

4. 之后选择 Continue “继续”,安装浏览器扩展程序
允许安装 Chrome 插件
5. 打开优酷或者土豆,之前「仅限大陆播放」的视频也可以看了。
6. 如果你安装不成功,请检查:a. 你用的是原版的 Chrome;b. 你的 Chrome 已经升级到了最新版本;c. 实在不行重装一下 Chrome;4. 找一个 geek 来帮你根据以下的原理设置一下。
7. 不能保证此法适用于其他视频网站,若无效,仍推荐本文开头的新浪 SAE 设置代理的方法,一定有效。

原理

在浏览器发出的 HTTP 头文件添加一个 X-Forwarded-For 字段,内容是任意的国内 IP 即可。源于 youku 和 tudou 使用 HTTP header 来判断观众地区,这是不严密的。类似的错误还出现在 乐视 letv 以及 虾米 xiami 等网站。修改 X-Forwarded-For 曾广泛应用在网络投票里伪造 IP 进行刷票。
项目开源,托管在GitHub,欢迎 Fork。https://github.com/whuhacker/Unblock-Youku 

28 April 2012

《满江黄 之 Bersih 3.0》 ~ 献给Bersih3.0的一首诗



《满江黄 之 Bersih 3.0》
作者:磊钟

大马人民爱国心,国阵水炮浇不熄;
明知子弹不留情,十万勇夫上街去。

手无寸铁黄衫军,铁腕暴政使心机;
反贪反污反稀土,不分种族一条心。

华人印度马来人,身穿黄衣舞国旗;
黄人绿人愤怒鸟,高唱国歌泪盈眶。

大马警察皆是人,上头命令难以拒;
腐败制度蚀人心,妈妈献花显爱心。

国际妇女勇气奖,安美嘉为大马荣;
维护人权捍正义,面对强权不畏惧。

选民册上皆幽魂,死人亦可投国阵;
大马选举多舞弊,要求改革如登天。

内安法令被修订,换汤不换药材底;
印刷法令依旧在,媒体自由无音讯。

冠英平反马来女,换得十八月牢狱;
安华反对马哈迪,被陷肛交又叫鸡。

再穷不能穷教育,学贷利息还不清;
学生和平宿广场,流氓枪手施暴力。

养牛两亿五千万,胸罩一件两万几;
钻石钻石亮晶晶,七千多万很便宜。

大马本是产油国,油价不跌反而起;
百货高涨样样起,唯有薪水没有起。

国家并非穷到尽,全被贪官吃完去;
反贪越反就越贪,明福含冤被自杀。

纳吉唯恐国阵亡,法国高庭等着他;
蒙古女郎很寂寞,九泉之下盼相聚。

月凤出卖霹雳州,糩璊怒骂为拖车;
为己金钱和利益,卖华汉奸扑街去。

小弟出生自华教,年年筹款为母校;
陆游屈原文天祥,爱国情操动我心。

大马政治悲歌曲,五十五年唱不尽;
小弟只身异乡里,写首诗歌献人民。

不及岳飞满江红,但皆小弟肺腑语;
改朝换代势必行,支持民主抗到底。

Written By Ray Chong

不能参加Bersih的朋友请分享/SHARE此文章来为站在前线的兄弟姐妹们打气!

References:
https://www.facebook.com/photo.php?fbid=302844963123310
https://www.facebook.com/MyNameIsRayChong


23 April 2012

10大買房技巧


【技巧一】不看白天看晚上
入夜看房能考察小区物业管理是否重视安全、有无定时巡逻,安全防范措施是否周全,有无摊贩等产生的噪音干扰等。
这些情况在白天我们是无法看到的,只有在晚上才能得到最确切的信息。

【技巧二】不看晴天看雨天
下过大雨后,无论业主先前对房屋进行过怎样的“装饰”,都逃不过雨水的“侵袭”,这时候房屋墙壁、墙角、天花板是否有裂痕,是否漏水、渗水等状况就能一览无遗。尤其要格外留意阳台、卫生间附近的地板,看看有没有潮湿发霉的现象。

【技巧三】不看装修看格局
购买房屋最好是看空房子。因为空房子没有装修遮挡,也没有家具、家电等物品的掩饰,可以清晰地看到整个房子的格局。如果客厅的门直接面对卧室,则私密性比较差。好格局的房子应该有效地把各种功能区分开来,如宴客功能、休息功能等。

【技巧四】不看墙面看墙角
查看墙面是否平整或潮湿、龟裂,可以帮助购房者了解是否有渗水的情况。而墙角相对于墙面来说更为重要。墙角是承接上下左右结构力量的,如发生地震,墙角的承重力是关键,而墙角严重裂缝时,漏水的问题也会随时出现。

【技巧五】不看装潢看做工
好的装潢都会让人眼睛一亮,但高明的装潢却可以把龟裂的墙角、发霉、漏水等毛病一一遮掩。因此买房子的时候,购房者必须要注意房屋的做工,尤其是墙角、窗沿、天花板的收边工序是否细致,而这些地方往往容易被忽视。如果发生问题,对这些细小处进行修缮是件很麻烦的事,挑出这些小毛病,可以增加和业主讨价还价的筹码。一般来讲,装潢新但做工很粗糙的房子,很有可能是投资客买来的房源,其目的是低买高卖赚取差价,对这类房源要多加注意。

【技巧六】不看窗帘看窗外
应注意房子的通风状况是否良好,房屋是否有潮湿、霉味,采光是否良好。检查一下房屋的窗户有无对着别家的排气孔。

【技巧七】不看冷水看热水
如果要想知道水管是否漏过水,可以看水管周围有没有水垢、水有无泛黄。检验浴缸时要先打开水龙头,看流水是否通畅,等到蓄满水后再放水,看看排水系统是否正常。没有热水的房子一般有两种情况:一是房子已经很久都没人住了,二是房子可能卖了很久都没卖出去。

【技巧八】不看电梯看楼梯
新建商品房大都是电梯房,电梯的功能固然重要,楼梯也不容忽视。看一下是否有住家的堆积物、消防通路是否通畅。

【技巧九】不看地上看屋顶
看完客厅的地板、浴厕的瓷砖、厨房,购房者还要看看灯饰的路线,看一下天花板是否有水渍,或是漆色不均匀的现象。如果有,表示可能存在漏水。如果可能,带上螺丝刀,卸下灯具,打上手电筒,看一下吊顶里屋子四角是否有油漆脱落、漏水等。

【技巧十】不见房东见保安
可以和小区管理员或保安聊天。因为他们是最了解小区基本状况的,有时他们比业主更能客观、准确地告知买家房屋的相关情况。从他们口中获得所需的信息,有时还能成为买房与否的决定性因素。





20 April 2012

印度的 19*19 乘法



非常好用新的乘法 , 不妨學一學 
當台灣媽媽因為小朋友會背99乘法高興的同時, 
印度小孩已經在背1919乘法了!
難怪近幾年印度進步得那麼快 ~

印度的九九乘法表是從1 背到19(→19×19乘法? ), 
不過您知道印度人是怎麼記 11到19 的數字嗎? 
我是看了下面這本書之後才恍然大悟的。 
「印度式計算訓練」 
介紹了加減乘除的各種快速計算方法 
不過在這裡我只介紹印度的九九乘法。因為實在太神奇了!! 
下面的數字跟說明都是引用該書P.44 的例子。 
請試著用心算算出下面的答案: 
13 X 12 = ? 
(被乘數) (乘數 ) 
印度人是這樣算的。 
***************************************************************
第一步: 
先把(13)跟乘數的個位數 (2)加起來 
13 + 2 = 15 

第二步: 
然後把第一步的答案乘以10(→也就是說後面加個 0 ) 

第三步: 
再把被乘數的個位數(3)乘以乘數的個位數 (2) 
2 X 3 = 6 
(13+2)x10 + 6 = 156
***************************************************************
就這樣,用心算就可以很快地算出11X11 到19X19了喔。
這真是太神奇了! 

我們試著演算一下 
14×13: 
(1)14+3=17 
(2)17×10=170 
(3)4×3=12 
(4)170+12=182 

16×17: 
(1)16+7=23 
(2)23×10=230 
(3)6×7=42 
(4)230+42=272 

19×19
(1)19+9=28
(2)28×10=280 
(3)9×9=81 
(4)280+81=361 
真的是耶,好簡單喔 ! 
怎不早點讓我們知道呢 ?

References: http://wh.macd.cn/thread-81014-1-1.html


10 April 2012

自排車正確的停車方法


業經多位汽車專家證實無誤,請大家參考
本人開車多年,買過N部車,以下有關停車之事非常正確,
請牢記住,尤其在路邊停車。

如果只放P檔而不拉手剎車,萬一後車不小心推撞到你的車,很可能把P檔卡住變速箱的卡筍或某個齒輪弄斷,等你去開車時要花大錢了。業經多位汽車專家證實無誤,請大家參考!

你可能沒聽過自排車會卡在半山腰動彈不得, 原因可能就是排檔桿動不了---車子停在路邊,無緣無故被前後車撞到移動,而導致變速箱損壞,原因就是沒拉手剎車 ......
或許以為是危言聳聽,其實沒有切身體會,很難暸解其嚴重性,正確做好駐車要領是很重要的。

自排箱的駐車檔 (P檔) 是利用一爪形駐車鉤與棘輪裝置的咬合駐車鉤裝在變速箱本體,棘輪多半裝在最終傳動機構。當停車打入P檔時,自排箱並不是靠引擎剎車,而是將傳動機構鎖住自排車。

在斜坡時停車,最好先拉手剎車,等車子幾乎不會移動時,再打入 P檔,才不致於傳動軸因為車子本身的重量,使得棘輪與駐車鉤卡死,輕的話,排檔桿很難動得了;嚴重的,只好花錢消災 。

不論平地面或斜坡地面,自排車輛正確停車方法應該是
1. 踩剎車 (至車輛停妥 ) --
2. 排入 N 檔 --
3. 拉手剎車 --
4. 放腳剎車 (須確定車不會滑動) --
5. 引擎熄火 --
6. 最後再排入 P 檔。

一般人都是先排入 P 檔 --再拉手剎車--這是錯誤的操作與認知。

為了您的愛車 (重要的是您口袋的錢 ),請養成良好停車習慣。

References:
http://rumor.nownews.com/rumor/rumor.php?eid=2632
http://rumor.nownews.com/2008/05/19/515-2270907.htm


09 April 2012

一个女人突然决绝的跟相爱五年的男友分了手。所有人都有个疑问,明年你还爱我吗?


梁静茹结婚了。

证婚人是李宗盛,伴娘是戴佩妮,蔡健雅。

玛莎没有收到婚礼邀请,他说他不会去。

她和玛莎就这样形同陌路了。

梁静茹最终也没有和玛莎在一起。

那阵子,刘烨结婚了。

他在婚礼前,把自己关起来哭了好长时间。

曾经说着:“这辈子最幸福的事,就是娶谢娜,只要她愿意嫁给我,我现在就可以娶她“ 的人就这样和另外一个女人结婚了。

刘烨说,他一辈子都不会忘了谢娜。

可是这样的话听着都会觉得伤感。

刘烨最终也没有和谢娜在一起。

那个说着非谢娜不娶的刘烨,也结婚了,娶了一个法国女人。

看着谢娜的自传里有一部分是说她和刘烨的。

6年的感情让她们彼此都成长了不少。

谢娜说他们在大家都不看好的时候坚强的在一起,却在大家都对他们祝福的时候分开了。

6年!

那个说着非李大齐不嫁的周迅,也单身了。

不知道是为什么,只知道,他们5年的感情,会成为他们彼此生命中最精彩的时光。

5年!

之前辛晓琪在演唱会上,再次唱响那首“领悟“时,哭的如此伤心,痛彻心扉。

辛晓琪最终也没有和爱的人在一起,想必是真的领悟了。

我们,一直都是在输给时间。

所以说,这年头,还有什么能让我们动心,让我们相信呢。

陈升曾做过件很煽情的事。

他提前一年预售了自己演唱会的门票,仅限情侣购买,一人的价格可以获得两个席位。

但是,一份情侣券分为男生券和女生券。

恋人双方各自保存属于自己的那张券,一年后,两张券合在一起才能奏效。

票当然卖得很快,也许这个是恋人双方证明自己爱情的方式吧。

“我们要在一起一辈子呢。”

“一年,算什么。”

……

这场演唱会的名字叫做:明年你还爱我吗?

听似很简单的疑问句,实现起来,却被赤裸裸的现实击败。

到了第二年,陈升专设的情侣席位,果然空了好多位子。

他面对着那一个个空板凳,脸上带着怪异的歉意,唱了最后一首歌:把悲伤留给自己

去年我们曾牵手走过很多地方,在车站拥抱,一起看电影,往彼此的嘴巴里塞零食和饮料,一起幻想明年的这个时候,甚至是很多很多年以后,我们在干嘛,要干嘛。

可是感情的脆弱我们谁也想不到。

这一秒幸福,下一秒就可以崩溃。

恋情,崩盘起来,往往太措手不及。

再多的甜言蜜语,累积起来也敌不过分手两个字。

世界上有太多的悲哀。

曾经多么骄傲的要一起幸福一辈子,到头来却剩下自己。

不想再奢望什么了,一个人静静的躲在角落里,欣赏你们的幸福。

夜的黑暗与我做伴,躲在被窝里,真的体会到了思念的痛,痛却不能说...

其实自己不是那么矫情的,其实难过不想告诉任何人的...

渐渐发现,痛,就自己忍着。

即使说,也无从说起...

只想问,你能爱我多久...

相恋多年的人们就这样形同陌路,彼此生活。

或许,他们并不是不爱对方了,而是不能给对方各自要的生活。

应该相信,他们或许依然爱着对方。

只是,一个不懂得怎么去爱,一个相爱却无能为力。

生活就是这样,最终相守到老的人,也许并不是那个曾经许下山盟海誓,承诺白头偕老,暗自发誓这辈子只爱她一个的人。

终究,终究时间会带走一切。

到底是什么让我们松开了彼此的手?
到底是什么让我们放弃了自己,放弃了对方?

会一直说真的没什么,然后又对着别人的故事沉默。

表面终究会归于平静,只是内心的波涛汹涌却不为人知。

只有自己才知道,谁是自己真正爱的那个人,谁又是伤了自己的那个人。

所以最后的最后,当我们都有了彼此的归属,你只能是我记忆中模糊地剪影而已。

一个女人突然决绝的跟相爱五年的男友分了手,闪电般嫁了他人。

她说她要结婚,她实在等不起了,而他虽然爱她,却根本没有一点这方面的意思。

过了几年,男人也结婚了。

那个新娘其实未必比她出色多少,或者这一次他的爱有多么深,只不过她出现的时机实在太好了,刚刚好在他萌生倦意想安定下来的时候。

于是,不需要什么更好的理由了,她来得正是时候,那么,就是她了。

其实我们寻寻觅觅了那么久,遍尝每一次爱情的甜蜜与艰辛,而最后选择的爱人,不过就是在我们心意动时,经过身边的那一个。

什么青梅竹马,什么心有灵犀,什么一见钟情,都不过是些锦上添花的借口,

时间才是冥冥中一切的主宰。

回首往事的时候,想起那些如流星般划过生命的爱情,我们常常会把彼此的错过归咎为缘分。

其实说到底,缘分是那么虚幻抽象的一个概念,

真正影响我们的,往往就是那一时三刻相遇与相爱的时机。

男女之间的交往,充满了犹疑忐忑的不确定与欲言又止的矜持,一个小小的变数,就可以完全改变选择的方向。

如果你出现的早一点,也许她就不会和另一个人十指紧扣;又或者相遇的再晚一点,晚到两个人在各自的爱情经历中慢慢学会了包容和体谅,善待和妥协。

在你最美丽的时候,你遇见了谁?
在你深爱一个人的时候,她又陪在谁身边?
在你心灵最脆弱的时候,又是谁在与她同行

爱情到底给了你多少时间,去相遇和分离,去选择和后悔?

重温“大话西游”看到紫霞深爱至尊宝的时候,他心心念念的寻找他的白晶晶,而当他终于看到了她留在心里的那一滴泪,却已经失去了选择的权利。

每一次看到他潜入另一个人的身体,去偿还前世欠她的一句承诺,再看他在夕阳下孤独的走远,总是情不自禁的想要落泪。

不是不心动,不是不后悔,但已经没有时间,再去相拥。

如果爱一个人而无法在一起,相爱却无法在适当的时间相遇,如果你爱了,却爱不对时间,除了珍藏那一滴心底的泪,无言的走远,你又能有什么选择?

时间的荒野,没有早一步也没有晚一步,

于千万人之中,去邂逅自己的爱人,那是太难得的缘分,

更多的时候,我们只是在彼此不断的错过,错过了杨花飘飞的春,又错过了枫叶瑟索的秋,

直到漫天白雪,年华不再,

在一次次的心酸感叹之后,才能终于了解。

即使真挚,即使亲密,即使两个人都已是心有戚戚,我们的爱,依然需要时间来成全和考验。

这世界有着太多这样那样的限制与隐秘的禁忌,又有太多难以预测的变故和身不由己的离离合合,一个转身,也许就已经一辈子错过。


多年以后,才会参透所有的争取和努力,都抵不过命运开的一个玩笑。

上帝在云端只眨了一眨眼,所有的结局,就都已经完全改变......

后记:
20岁的时候爱上他的帅气,
22岁离开他因为他的孩子气
然后你遇到了30岁的人,
没有阳光帅气的外表,却拥有成熟和稳重让你安心的一切。
你怎样任性耍赖30的他都会让着你,
你怎样挥霍发泄30的他都会罩着你。
你眼中的30是他长大的模样,30眼中的你是他年轻时的她。
30曾经像22的他一样孩子气,然后她离开了30
22的他30岁的时候也会拥有一个22岁的女孩,事情总是这样循环往复
十年后当这个男孩蜕变成一个2230男人,
他要感谢你,你的离开让他学会了成熟。

感触:
听说你结婚了,听说你有孩子了,听说你们过的很开心
多好的事情,我为你开心,自己却有点后悔。
如果新郎是我,你在婚礼上是不是更美。
多少年没见了,我却还是会记得你,
多少年过去了,你却依然在我的心里。

我们为自己设了个圈,自己绕阿绕的,总也出不了这个圈。

明年,你还爱我么。

References: http://luvstories.diandian.com/post/2011-06-13/2033761



07 April 2012

How to Enable or Disable Hibernate in Windows 7


OPTION ONE

To Enable or Disable Hibernate in a Elevated Command Prompt
1. To Enable Hibernate
NOTE: This step will restore the hiberfil.sys file, and the Allow hybrid sleep and Hibernate after Power Options under Sleep.
A) Open a Elevated Command Prompt.

B) In the elevated command prompt, type powercfg -h on and press Enter. (see screenshot below)
Hibernate - Enable or Disable-enable.jpg 
C) Close the elevated command prompt.

D) If you would also like to have hibernate turned on, then you will also need do to step 2 in OPTION FOUR below.
2. To Disable Hibernate
NOTE: This step will disable hibernation, delete the hiberfil.sys file, and remove the Allow hybrid sleep and Hibernate after Power Options under Sleep.
1. Open a Elevated Command Prompt.

2. In the elevated command prompt, type powercfg -h off and press Enter. (see screenshot below)
Hibernate - Enable or Disable-disable.jpg 
3. Close the elevated command prompt.



OPTION TWO

To Enable or Disable Hibernate using a REG File Download
1. To Enable Hibernate
NOTE: This step will restore the hiberfil.sys file, and the Allow hybrid sleep and Hibernate after Power Options under Sleep.
A) Click on the Download button below to download the file below.
Enable_Hibernate.reg

download
B) Go to step 3.
2. To Disable Hibernate
NOTE: This step will disable hibernation, delete the hiberfil.sys file, and remove the Allow hybrid sleep and Hibernate after Power Options under Sleep.
A) Click on the Download button below to download the file below.
Disable_Hibernate.reg
download
3. Save the .reg file to the desktop.

4. Right click on the downloaded .reg file and click on Merge.

5. Click on RunYesYes, and OK when prompted.

6. Restart the computer to apply the changes.

7. If you would also like to have hibernate turned on, then you will also need do to step 2 in OPTION FOUR below.

8. When finished, you can delete the downloaded .reg file if you like.



OPTION THREE

To Enable or Disable Hibernate in Registry Editor
1. Open the Start Menu, type regedit in the search box, and press Enter.

2. In regedit, navigate to the location below. (see screenshot below)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power

Hibernate - Enable or Disable-reg-1.jpg
3. In the right pane of the Power key, double click on HibernateEnabled, and do step 4 or 5below for what you would like to do. (see screenshot above)

4. To Enable Hibernate
NOTE: This step will restore the hiberfil.sys file, and the Allow hybrid sleep and Hibernate after Power Options under Sleep.
A) Type in 1, and click on OK. (see screenshot below)
Hibernate - Enable or Disable-reg-2.jpg
B) Go to step 6.
5. To Disable Hibernate
NOTE: This step will disable hibernation, delete the hiberfil.sys file, and remove the Allow hybrid sleep and Hibernate after Power Options under Sleep.
A) Type in (zero), and click on OK. (see screenshot above)

B) Go to step 6.
6. Close regedit, and restart the computer to apply the changes.

7. If you would also like to have hibernate turned on, then you will also need do to step 2 in OPTION FOUR below.



OPTION FOUR

To Turn Hibernate On or Off in Power Options
1. Do either step 2 or 3 below for what you would like to do.

2. To Turn On Hibernate
NOTE: You could also use a hibernate shortcut to manually put the computer into hibernation instead or in addition to this option.
A) If you have not already, then you will need to enable hibernate using eitherOPTION ONEOPTION TWO, or OPTION THREE above first.

B) Open the Advanced Power Plan Settings for your power plan, then expand Sleep. (see screenshot below step 4)

C) Under Hibernate after, set the Setting (Minutes) to how many minutes you want your computer to sit idle for before it goes into hibernation. (see screenshot step 4)

D) Go to step 4.
3. To Turn Off Hibernate
NOTE: If you disabled hibernate using OPTION 1, 2, or 3 above, then there's no need to do this since Hibernate after and Allow hybrid sleep will no longer be listed in your power options.
A) Open the Advanced Power Plan Settings for your power plan, and expand Sleep. (see screenshot below step 4)
B) Under Hibernate after, set the Setting (Minutes) to Never. (see screenshot below step 4)

C) Under Allow hybrid sleep, set Setting to Off. (see screenshot below step 4)

D) Go to step 4.
4. When finished, click on OK. (see screenshot below)
Hibernate - Enable or Disable-power_options.jpg

References: http://www.sevenforums.com/tutorials/819-hibernate-enable-disable.html

Related Posts Plugin for WordPress, Blogger...