16:29分

上午进行系统修复。
下午杀毒,记录如下:
In total,564217 files were Scanned,32984 Viruses were found.
Scanning time:4H 12M 17S 875MS

希望今天的时间不要被这些浪费掉。心疼中... ...

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
您好!以下是根据您的要求编写的bat代码: ```bat @echo off :start setlocal enabledelayedexpansion for /f "tokens=1-3 delims=:." %%a in ("%time%") do ( set /a "hour=%%a", "minute=%%b", "second=%%c" ) if !hour! geq 10 if !hour! leq 16 ( if !hour! equ 10 ( if !minute! geq 29 if !minute! leq 32 ( set "new_time=10:33:00.00" goto change_time ) ) else if !hour! equ 16 ( if !minute! geq 29 if !minute! leq 32 ( set "new_time=16:33:00.00" goto change_time ) ) ) if !hour! geq 10 if !hour! leq 16 ( if !hour! equ 10 ( if !minute! geq 36 if !minute! leq 59 ( set /a "minute_diff=minute-33", "second_diff=second" goto fix_time ) ) else if !hour! equ 16 ( if !minute! geq 36 if !minute! leq 59 ( set /a "minute_diff=minute-33", "second_diff=second" goto fix_time ) ) ) set "shutdown_time=!date! !time!" echo !shutdown_time! > shutdown_time.txt timeout /t 5 > nul goto start :change_time echo Changing system time to %new_time% time %new_time% goto start :fix_time echo Fixing system time... set /a "minute=minute+minute_diff", "second=second+second_diff" if !second! geq 60 ( set /a "second=second-60", "minute=minute+1" ) if !minute! geq 60 ( set /a "minute=minute-60", "hour=hour+1" ) if !hour! geq 24 ( set /a "hour=hour-24" ) set "new_time=!hour!:!minute!:!second!.00" echo Setting system time to %new_time% time %new_time% goto start ``` 这个bat程序会不断循环执行以下操作: 1. 获取当前系统时间的小时、钟和秒数。 2. 如果当前时间在上午10:2900秒到10:3200秒或下午16:2900秒到16:3200秒之间,则将系统时间更改为10:3300秒或16:3300秒。 3. 如果当前时间在上午10:3600秒到23:5959秒或下午16:3600秒到23:5959秒之间,则计算时间差并校准时间,然后将系统时间更改为修正后的时间。 4. 如果电脑关机了,则记录关机时间到一个文本文件中(shutdown_time.txt)。 5. 程序会等待5秒钟后再次循环执行。 请注意,这个bat程序需要使用管理员权限运行才能修改系统时间。您可以将它添加到Windows任务计划程序中,以便在系统启动时自动运行。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值