发布网友 发布时间:2022-04-21 18:24
共2个回答
好二三四 时间:2022-06-14 10:51
本视频演示机型:IPhone11、荣耀9x,适用系统:ios13.7、EMUI10.1;
打开苹果手机【设置】,下滑屏幕找到【信息】,找到【信息过滤】,打开【过滤未知发件人】按钮,再打开【信息】,点击【信息设置】,即可手机拦截的垃圾短信;
然后华为手机【信息】,点击右上角【三点】图标,选择【骚扰拦截】,找到【拦截规则】,打开【短信拦截规则】,将【智能拦截垃圾短信】右侧按钮打开,即手机垃圾短信拦截设置完成;
本期视频就到这里,感谢观看。
热心网友 时间:2022-06-14 07:59
@echo
off
echo
正在清除系统垃圾文件,请稍等..
del
/f
/s
/q
%systemdrive%\\*.tmp
del
/f
/s
/q
%systemdrive%\\*._mp
del
/f
/s
/q
%systemdrive%\\*.log
del
/f
/s
/q
%systemdrive%\\*.gid
del
/f
/s
/q
%systemdrive%\\*.chk
del
/f
/s
/q
%systemdrive%\\*.old
del
/f
/s
/q
%systemdrive%\\recycled\\*.*
del
/f
/s
/q
%windir%\\*.bak
del
/f
/s
/q
%windir%\\prefetch\\*.*
rd
/s
/q
%windir%\\temp
&
md
%windir%\\temp
del
/f
/q
%userprofile%\\cookies\\*.*
del
/f
/q
%userprofile%\\recent\\*.*
del
/f
/s
/q
"%userprofile%\\Local
Settings\\Temporary
Internet
Files\\*.*"
del
/f
/s
/q
"%userprofile%\\Local
Settings\\Temp\\*.*"
del
/f
/s
/q
"%userprofile%\\recent\\*.*"
echo
清除系统垃圾完成!
echo.
&
pause
复制以上到记事本,保存为BAT(清除垃圾.bat)文件,双击运行