VB Script wrapper function for regular expression
Function Found(strTarget, strPattern) Dim regEx Set regEx = New RegExp regEx.Pattern = strPattern regEx.IgnoreCase = False Found = regEx.Test(strTarget) set regEx = Nothing End Function […]
Function Found(strTarget, strPattern) Dim regEx Set regEx = New RegExp regEx.Pattern = strPattern regEx.IgnoreCase = False Found = regEx.Test(strTarget) set regEx = Nothing End Function […]
dtDate = "5/2/2005" strSearchFolder = "C:Windows" Set objFSO = CreateObject("Scripting.FileSystemObject") WScript.Echo "File(s) last accessed on: " & dtDate & " in: " & strSearchFolder EnumAndCheckFiles […]
The new stealth mode in Tiger is just this ipfw command ipfw -q add 20000 deny icmp from any to me in icmptypes 8 This […]
RootkitRevealer http://www.sysinternals.com/ntw2k/freeware/rootkitreveal.shtml This post may contain affiliated links. When you click on the link and purchase a product, we receive a small commision to keep […]
If you use the "Bias" property of Win32_TimeZone to convert time to UTC time, remember to check "DayLightInEffect" property of Win32_ComputerSystem to determine if you […]
compmgmt.msc /computer:remote_computer This post may contain affiliated links. When you click on the link and purchase a product, we receive a small commision to keep […]
@ECHO OFF FOR /F %%a IN ('wmic alias list instance ^| FIND /v "Friend" ') DO ( FOR /F %%b IN ('wmic %%a /? ^| […]
Windows XP Service Pack 2 enables firewall by default. To prevent firewall enabled after installation, apply the registry setting BEFORE install SP2. Windows Registry Editor […]
Open Safari. Yes, this is strange but you have to change it in Safari. Click Safari -> Preferences… Select FireFox in the “Default Web Browser” […]
Use the following command. net config server /hidden:yes [ad#adsense-ad-1] This post may contain affiliated links. When you click on the link and purchase a product, […]
Copyright © 2025 | WordPress Theme by MH Themes
Social Widgets powered by AB-WebLog.com.