摘要: @echo off title Welcome Use Windows Cleaning Assistant ver|find "6.1" >nul if %errorlevel% NEQ 0 goto end if exist %windir%\Microsoft.NET\Framework64\ 阅读全文
posted @ 2020-12-09 18:44 我们的家乡 阅读(394) 评论(0) 推荐(0)
摘要: internal static void ShowFileProperties(string path) { Shellexecuteinfo info = new Shellexecuteinfo(); info.cbSize = Marshal.SizeOf(info); info.lpVerb 阅读全文
posted @ 2020-12-09 10:05 我们的家乡 阅读(307) 评论(0) 推荐(0)