Razier

Personal Thoughts, Tech and More

Notes

Resin Calculator

Genshin Impact Resin Calculator (Windows Application) that would help to calculate the remaining time it would take to be full. (Helpful to know when you need certain resin amount) Download Resin Calculator

IP Switcher

IP switcher is a windows utility that helps manages static ip address profiles that enables you to quickly apply fix ip address and/or proxy to a network adapter. Unlike most network profile management tool, IP switcher does the very minimum ( set ip address to adapter/disable or enable proxy ) via the standard windows netsh command thus negating […]

AVF Doubleshock Controller Driver Windows 7 64bit

Sharing this since it seems a bit hard to find a 64bit driver for rumble operation. (Without this driver it would still work on Windows 7 but without vibration / rumble operation) The drivers within the zip file is for Windows 7 64bit p.s. This is for the hardware id USB\VID_0079&PID_0006&REV_0107 for what seems to […]

Recursive string search

Quick note on recursive string search within files on the scope of an entire directory and sub-directory. (Windows) Example findstr /S /L “stringtofind” *.txt Command Arguments Searches for strings in files. FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/P] [/F:file] [/C:string] [/G:file] [/D:dir list] [/A:color attributes] [/OFF[LINE]] strings [[drive:][path]filename[ …]] […]

Shuffle Array via Lotusscript

%REM Function arrayShuffle Description: Lotuscript Shuffle Array Function %END REM Function arrayShuffle(arrayData As Variant) As Variant Dim y As Integer Dim randomPos As Integer Dim tmp As Variant For y = 0 To UBound(arrayData) randomPos = Round(Rnd() * UBound(arrayData),0) tmp = arrayData(y) arrayData(y) = arrayData(randomPos) arrayData(randomPos) = tmp Next arrayShuffle = arrayData End Function

USB to Lan Fullwin FY-618SM

Since I manage to find the Driver CD, I am sharing it here. The drivers within the zip file is for Windows XP Windows 2000 Windows 98 Vista p.s. The manufacturer name is SUNRISING Semiconductor, Inc. and the device is called SR9600 USB To Fast Ethernet Adapter. USB to Lan Fullwin FY-618SM driver download

Chrome installation failed with error 0x80040154

Steps taken to resolve: Start > Run > Regedit Delete the key “HKEY_CURRENT_USER\Software\Google\Update\Clients\{430FD4D0-B729-4F61-AA34-91526481799D}” Delete the key “HKEY_CURRENT_USER\Software\Google\Update\ClientState\{430FD4D0-B729-4F61-AA34-91526481799D}” Reinstall Chrome

Unable to query mail logs in IMSS

Issue Unable to query mail logs from the Message Tracking of the IMSS web console Solution 1. Backup policy_event_bookmark 2. Modify the policy_event_bookmark 0000000000000000.polevt.imss.20080401.0001 in which 20080401 is the date to start import the data from 3. Restart the Trend IMSS services Breakdown <0000000000000194> = database table log entry <20080401> = date <0001> = count