This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#SingCERT_20240502-C155152 | |
193.42.36.214 | |
91.245.253.72 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<#Author : Tan Fang Wai | |
# Usage : Install and setup Bloomberg | |
#> | |
###################### | |
# WVD Variables # | |
###################### | |
$LocalTempDir = "c:\temp\bloomberg\"; | |
#################################### | |
# Test/Create Temp Directory # |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<#Author : Tan Fang Wai | |
# Usage : Install and setup Chrome | |
#> | |
###################### | |
# WVD Variables # | |
###################### | |
$LocalTempDir = "c:\temp\chrome\"; | |
$ChromeInstaller = "ChromeInstaller.exe"; | |
#################################### |