智行天下

不会编程的裁缝不是一个好管理者!

@echo off echo. echo. 正在扫描并删除可疑文件...... set hdisk=h set idisk=i set jdisk=j set kdisk=k set ldisk=l set mdisk=m if not exist %hdisk%:\nul goto idisk %hdisk%: attrib -s -h -r %hdisk%:\* for %%i in (*.exe *.com *.pif *.vbs *.inf) do (del "%%i" /f /s /p) explorer %hdisk%: :idisk if not exist %idisk%:\nul goto jdisk %idisk%: attrib -s -h -r %idisk%:\* for %%i in (*.exe *.com *.pif *.vbs *.inf) do (del "%%i" /f /s /p) explorer %idisk%: :jdisk if not exist %jdisk%:\nul goto kdisk %jdisk%: attrib -s -h -r %jdisk%:\* for %%i in (*.exe *.com *.pif *.vbs *.inf) do (del "%%i" /f /s /p) explorer %jdisk%: :kdisk if not exist %kdisk%:\nul goto ldisk %kdisk%: attrib -s -h -r %kdisk%:\* for %%i in (*.exe *.com *.pif *.vbs *.inf) do (del "%%i" /f /s /p) explorer %kdisk%: :ldisk if not exist %ldisk%:\nul goto mdisk %ldisk%: attrib -s -h -r %ldisk%:\* for %%i in (*.exe *.com *.pif *.vbs *.inf) do (del "%%i" /f /s /p) explorer %ldisk%: :mdisk if not exist %mdisk%:\nul goto hdisk1 %mdisk%: attrib -s -h -r %mdisk%:\* for %%i in (*.exe *.com *.pif *.vbs *.inf) do (del "%%i" /f /s /p) explorer %mdisk%: rem +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ :hdisk1 if not exist %hdisk%:\nul goto idisk1 %hdisk%: del *.exe /f /s /p explorer %hdisk%: :idisk1 if not exist %idisk%:\nul goto jdisk1 %idisk%: del *.exe /f /s /p explorer %idisk%: :jdisk1 if not exist %jdisk%:\nul goto kdisk1 %jdisk%: del *.exe /f /s /p explorer %jdisk%: :kdisk1 if not exist %kdisk%:\nul goto ldisk1 %kdisk%: del *.exe /f /s /p explorer %kdisk%: :ldisk1 if not exist %ldisk%:\nul goto mdisk1 %ldisk%: del *.exe /f /s /p explorer %ldisk%: :mdisk1 if not exist %mdisk%:\nul goto exit %mdisk%: del *.exe /f /s /p explorer %mdisk%: exit :exit exit rem ++++++++++++++++++++++++++++ rem 附上隐藏指定驱动器的方法: rem ++++++++++++++++++++++++++++ rem "开始"→"运行"→输入"regedit",打开注册表, rem 找到以下键值HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, rem 在右侧窗口新建二进制值"NoDrives",对应键值: rem A:01000000 B:02000000 C:04000000 D:08000000 rem E:10000000 F:20000000 G:40000000 H:80000000 rem I:00010000 J:00020000 K:00040000 L:00080000 rem 当要阻止两个以上盘时,将该数据相加即可,如阻止H、I盘,数值为 80010000 。 rem 可以使用以下的批处理命令来实现 rem reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoDrives /t REG_BINARY /d 80010000 /f rem 如果要恢复显示盘符,运行下面命令: rem reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoDrives /f

一个毕业设计,害的我每天都忙得不亦乐乎。到现在也没发现整个毕业设计的必要性,倒是其它方面学到了不少,像是WORD排版、EXCEL知识学了一大堆,还有就是各种我们的专业规范,以及苛刻的论文格式。

我也是担心自己的毕业论文丢失,还专门写了个CMD脚本,以实现增量备份。

阅读全文 »

Advanced Desktop Effects Settings设置:
Desktop Size–设置桌面个数。
Commands–设置gnome下的全局快捷键。

阅读全文 »

Grub4Dos很简单,最核心的文件就一个 grldr ,我用的也就不过4个文件。结构如下:

│ grldr
└─kisa
  └─grub
    fonts
    menu.lst
    rhel.xpm.gz

阅读全文 »

今天是我的生日,无意中翻到了同学写的十年感言。感触颇深,如今的我工作已签,明天又要考英语六级,心情挺复杂的。对未来的工作,我是没有任何憧憬的,我更希望换个更好的工作,但也许这是我一厢情愿,或许每个人都对自己的工作不大满意,我对我签的工作始终有个疙瘩。

我现在最大的愿望就是明天的六级能过。算是我送给自己的生日礼物。

阅读全文 »

杂记:就是想杂乱地记下最近的一些事、一些东西!

①我的电脑现状:前些日子我的电脑突然老莫名重启,后来还突然关机了一次,起初我没太在意,以为是中了病毒之类的,反正我有ghost备份。

阅读全文 »

又是周末。

上学期把电脑借了出去了(奇怪吧,我自己的电脑还能出借了两个多月~),所以博客也就荒废了好久,在网络上消失了这么久,终于又回来啦!其实暑假期间就有续写文章的冲动了,但暑假的奥运会把所有的时间都挤没了。

阅读全文 »
0%