https://sonarwhal.com/scanner/
Sunday, December 31, 2017
RemoteIE: Remote Testing for Internet Explorer might be replace by Microsoft Edge with BrowserStack
The https://remote.modern.ie/ seems to be shutdown.
A new https://developer.microsoft.com/en-us/microsoft-edge/tools/remote/
Test your site on Microsoft Edge for free instantly with remote browser testing powered by BrowserStack
https://www.browserstack.com/test-on-microsoft-edge-browser#live-cloud
Reference:
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/9632129/
RemoteIE: Remote Testing for Internet Explorer might be replace by Microsoft Edge with BrowserStack
GPO for delete files under specific folder and empty recycle bin when user logoff and machine reboot
Empty Recycle Bin
If you are machine running on PowerShell 5.0, you can use “Clear-RecycleBin” cmdlet.
Since Windows 7 native PowerShell is 2.0 only, we cannot use the PowerShell 5.0 cmdlet to clear recycle bin, we change to use “Clear-RecycleBinItems.ps1” (https://thinkpowershell.com/powershell-script-empty-recycle-bin-logoff/)
Then, we create a GPO under User Configuration and apply to user OU
Since the PowerShell from GPO cannot run if we did not change Windows PowerShell Policy by the following GPO, the fast way is change the execution policy to “allow local scripts and remote signed scripts” and apply to machine OU
Delete files under specific folder when logoff
Batch file for delete file and GPO apply to user OU
Example:
:echo off
cmd.exe /c "echo Y|PowerShell.exe -NoProfile -Command Remove-item c:\Documents\*.* -Force"
cmd.exe /c "echo Y|PowerShell.exe -NoProfile -Command Remove-item c:\Documents\MYMUSI~1\*.* -Force"
cmd.exe /c "echo Y|PowerShell.exe -NoProfile -Command Remove-item c:\Documents\MYPICT~1\*.* -Force"
cmd.exe /c "echo Y|PowerShell.exe -NoProfile -Command Remove-item c:\Documents\MYVIDE~1\*.* -Force"
cmd.exe /c "echo Y|PowerShell.exe -NoProfile -Command Remove-item c:\Documents\download\*.* -Force"
exit
Reference:
https://thinkpowershell.com/powershell-script-empty-recycle-bin-logoff/
https://www.jaapbrasser.com/clear-recyclebin-new-powershell-5-0-cmdlet-available-in-windows-10/
http://baldwin-ps.blogspot.hk/2013/07/empty-recycle-bin-with-retention-time.html
https://4sysops.com/archives/powershell-versions-and-their-windows-version/
GPO for delete files under specific folder and empty recycle bin when user logoff and machine reboot
Monday, December 25, 2017
Kaiwo MS-03 - Miracast (Enable it by click the "WPA" button)
By default it will running to provide DLNA and AIRPLAY
Click the "WPA" button, it will switch to Miracast
The Miracast work well on my Samsung Notes 2 (Android 4.4.2) and Microsoft Lumia 640 (Windows 10 Mobile 1703)
But not work on my Samsung Note 4 (Android 6), it seems that due to Google drop Android support Miracast since Android 6
I already try three laptop running on Windows 10 (1607) and (1709) but failed to use Miracast.... And also, my iPad running on iOS 10.3.3, the AirPlay should work with this device, but it still failed ......
I try to search any firmware upgrade of this device but no luck. My device is running on firmware 1.1.9
Reference:
Kaiwo MS-03 - Miracast (Enable it by click the "WPA" button)
Canon CanoScan Life 120 support Adobe Photoshop CS6 (64bits) scanning
Windows 10 (1607) 64bits, no need install Canon driver, just use the windows WIA driver which is support by CS 6 - 64bits
Canon CanoScan Life 120 support Adobe Photoshop CS6 (64bits) scanning
Ecovacs DEEBOT M81Pro
Reference:
https://m.price.com.hk/product.php?p=276204
https://www.hktvmall.com/hktv/zh/main/電器管家/s/H0696018/家居生活/電子-數碼-電器/家居電器/清潔機械人/智能吸塵機械人DEEBOT-M81-Pro-DB3G/p/H0696018_S_DB3G?gclid=CjwKCAiApJnRBRBlEiwAPTgmxIPMc-SPEyV-N_btZvjwEGeUtnu_6OEdPvWSzMyhpddXxE8zEj1FpBoCYwUQAvD_BwE
Ecovacs DEEBOT M81Pro
Saturday, December 23, 2017
The 2017-12 Windows 10 Version 1703 for Phone arrive AT&T Nokia Lumia 640
After upgrade it become 15063.786
The 2017-12 Windows 10 Version 1703 for Phone arrive AT&T Nokia Lumia 640
Wednesday, December 20, 2017
Wednesday, December 13, 2017
How to install Chinese Fonts offline on Windows 10 Enterprise 1709?
Go to Microsoft Volume Licensing Service Center (VLSC) and download the "Windows 10 Enterprise Features on Demand" ISO file (Disk 1)
1. Copy and mount to SW_DVD9_NTRL_Win_10_1709_64Bit_MultiLang_FOD_1_X21-50438
2. Run "DISM.EXE /Online /Add-Package /PackagePath:D:\Microsoft-Windows-LanguageFeatures- Fonts-Hant-Package.cab" under administrator privilege
3. Reboot the machine
Remark: If you upgrade your machine from 1607 to 1709, you also need to perform the above tasks to reinstall the missing Chinese Character.
If you are using IBM Notes 9.0.1 and you experience the email subject cannot display Chinese, install the missing Chinese Character also able to resolve the issue.
Reference:
https://docs.microsoft.com/en-us/windows/deployment/windows-10-missing-fonts
https://social.technet.microsoft.com/Forums/windows/en-US/4a1b0d78-bed3-465b-be38-859b4180a01b/missing-fonts-after-creators-update-installed?forum=win10itprogeneral
How to install Chinese Fonts offline on Windows 10 Enterprise 1709?