全文検索:
- バッチ曜日判別 @03_windows:06_batch_file
- pt /b D:\vz\backups\wday.vbs if %errorlevel%==7 set WDAY=SAT if %errorlevel%==6 set WDAY=FRI if %errorlevel%==5 set WDAY=THU if %errorlevel%==4 set WDAY=WED if %errorlevel%==3 set WDAY=TUE if %errorlevel%==2 set
- 二重起動防止 @03_windows:06_batch_file
- ====== 二重起動防止 ====== <code> @REM 変数のセット SET LOCAL=c:\temp SET LOCKF=ftp.lock SET TARGET=target.file SET FTPSRV=ftpserv.somewhere.jp SET ID=username SET PW=password @REM ロックファイルをチェックし
- バッチファイルでカウント @03_windows:06_batch_file
- バッチファイルでカウント ====== @echo off @setlocal set countfile="D:\vz\backups\backup_count.txt" @... IN (`type "%countfile%"`) DO ( if %%a == count set count=%%b @rem if %%a == pass set pass=%%b ) @REM count check if %count%==6 ( set /a count=0 echo count=%count% ) else ( ec
- ソフトウェアRaid監視(Windows) @03_windows:04_monitoring
- Dim objConfig, Fields, objMessage 'CDOメッセージの作成 Set objConfig = CreateObject("CDO.Configuration") Set Fields = objConfig.Fields With Fields .Item(cdoSend... "" .Item(cdoSendPassword) = "" .Update End With Set objMessage = CreateObject("CDO.Message") Set objMessage.Configuration = objConfig With objMessage .To
- 41 Windows 更新日時を変更 @03_windows:99_other
- h|touch]] コマンドもないので PowerShell 下記のようにで行う。 更新日時 Set-ItemProperty "C:\hoge.txt" -Name LastWriteTime -Value "2015/01/01 10:20:30" 作成日時 Set-ItemProperty "C:\hoge.txt" -Name CreationTime -Value "2015/01/01 10:20:30" アクセス日時 Set-ItemProperty "C:\hoge.txt" -Name LastAccessTime
- 08 ローカルアカウント追加Windows11 @03_windows:01_net
- の期限を無限へ wmic UserAccount where Name='追加したユーザー名' set PasswordExpires=False 管理者権限へ変更 net localgroup
- 15 Windows10 チューニング @03_windows:99_other
- /tanweb.net/2016/10/05/10394/]] <code|empty.vbs> Set emp = CreateObject("Wscript.Shell") emp.run "cmd