2013年11月5日星期二
USB 安装系统 (windows)
SATA controller用的是native SATA
重点是 无法在bios下更改这个设定 我完全汗颜
去网络找了半天 终于。。。。 找到解决方案 就是自己导入sata driver
因为是laptop的关系 所以无法使用floppy来install
我家也没有portable floppy - n 年代的东西。。。
最后 就直接把driver导入去windows setup files
需要准备:
1)原装winXP CD
2)1GB 以上 空的USB Flash
3)nLite
4)WinSetupFromUSB
5)SATA controller driver (看个人电脑)
首先 是用nLite导入SATA Controller driver
下载后 开启nLite (ver1.4.9.3)
> 按next
> 按browse,选择一个空的folder (要收入modified windows files)
> 按next
> 按next
> 选Drivers,然后按next
> 按insert, 选择你的SATA driver file。。选择后用pnp导入
> 按next之后就会开始
准备好modified的windows 现在是导入去USB的时候咯
开启WinSetupFromUSB
首先 选取你的USB drive
然后按RMPrepUSB - 是为了准备你的USB flash drive
接下来就比较复杂 在这里 请跟着以下的设定
然后选择prepare drive
之后就会弹出以下的dos视窗 请耐心等待。。。。 可以去喝杯茶 呵呵
等上面的视窗自动关闭后
回到 WinSetupFromUSB的主视窗
勾选Windows 2000/XP/2003 Setup 按后面的button ...
选择你之前做好的folder 就可以按GO开始刻录去USB
在需要安装的laptop 把USB手指插入
进入bios 把USB-HDD放在最前面(之后要改回来哦)
然后就会开始loading。。。。。
在跳出的视窗里 选择 Windows 2000/XP/2003 Setup
然后就会有4个选项 (作者的是4个)
前面两个是把SATA controller driver弄成single/double floppy
作者选择single 就是第二个
跑完后 回到刚刚这个选项的画面
选择第三个First part of windows.....from partition 0
这里就可以开始你的安装旅程。。。
记得按F6哦 这样才会安装sata controller driver。。。
可以吃饭玩耍了。。。。。
2013年10月2日星期三
Excel 一打开就freeze和crashes (有macro)
我的excel 2010,有些文件突然就开不到
之前都用的好好
都有macro的 因为每天要自动截取一些资料
这几天突然频频crash
让我很懊恼下。。 safemode模式下能够开启
可是我的comment都不见了
上了网络找下
找到以下方案
以下解决方案截取于
http://www.ozgrid.com/forum/showthread.php?t=179860
- Go to the Developer Tab and click “Macro Security”.
- Click the dot entitled “Disable all macros with notification”
- Go to Trusted Locations (on the left) and temporarily click “Disable all Trusted Locations”
- Go to Trusted Documents and temporarily click “Disable all Trusted Documents”
- Click Ok and now open “Allocations” or whatever file was not working
- Do not click “Enable Macros”…instead go to the Developer Tab and open Visual Basic
- On Visual Basic, click save and then click Debug > Compile VBAProject
Save in VB and Save in the Excel spreadsheet & then close the file
- Open it and Enable Macros. Should work now.
2013年1月24日星期四
Pendrive的文件不见了!? 怎么办?!
不知道是否你有遇过这样的问题
pendrive,移动硬盘,突然发现里面的文件不见了。。。
刚刚才把自己的pendrive插去同事的电脑 结果发现 才放进去的文件夹 变成快捷icon
而且只是2kb。。 打开的时候 跳出cmd。。
开他的properties来研究看看。。。
里面的目标变成:
%windir%\system32\cmd.exe /c "start %cd%RECYCLER\0xFFD12566.exe && %windir%\explorer.exe %cd%G243482
好奇怪的链接。。
不过肯定是木马程式 所以就快点问谷大哥
很快就找到答案了。。
原来我的文件都被隐藏起来
只需去run (windows logo + R)
然后输入:
attrib -h -r -s /s /d e:\*.*
把那个e改成你的pendrive或者硬盘的drive letter
这样你的文件夹就会出来咯
之后把那些不速之客delete掉就好了
不过最好用antivirus来洗干净
还有提醒你朋友/同事 他的电脑中毒
需要清理噢



