PowerToys – 0.13.0

email me

Description

Microsoft PowerToys is a set of freeware system utilities designed for power users developed by Microsoft for use on the Windows operating system. These programs add or change features to maximize productivity or add more customization. For example, the latest PowerToys can display hotkey shortcuts (great for power users), and help you arrange Window layouts (great for developers). more…


Download

https://eddiejackson.net/apps/powertoys/


Screenshots

Return Hotkeys: Hold down Win Key

 

Access Settings: Down by the clock > select PowerToys in the icon notification area

 

Control Window layouts: Press Win key + tilde

 

Bulk Rename

 

Notes

In order to use PowerToys, you’ll need to be running Windows 1803 (build 17134) or higher.

https://github.com/microsoft/PowerToys/releases

https://github.com/microsoft/PowerToys/releases/tag/v0.13.0


0.13.0 Update

PowerRename:

– Fixed crashing bug

– Fixed duplicate entries for PowerRename in context menu for shortcuts

– PowerRename dialog is no longer appearing in top corner all the time

– Ensure we show the file extension in the UI even if extensions are hidden in Windows Explorer


0.12.0 Update

General:

– Microsoft signed binaries and installer

– Dark Mode for the Settings and for Shortcut Guide

– Fixed a bug that was preventing the PT Settings to be opened on some Windows configurations.

– Various improvements for other UI/UX bugs.

FancyZone:

– Editor now supports multi-monitor

– Hotkey to open FZ Editor is now configurable (Win+~ was unavailable on several non-US keyboards)

– Fixed a bug that was preventing from activating zones for applications with custom title bars

– FZ Editor can now be used on small screens

– Improved zone activation when dragging a window, smaller zones have precedence over larger zone (community contribution)

– Fixed a crashing bug in FZ on some localized version of Windows (community contribution)

– Fixed bug preventing from resizing zone when zone edge is on the right or bottom screen edge

– Fixed bug that was causing the task bar and other special system windows to be snapped into zones

– Improved application detection for FZ history

– Change a FZ default settings to avoid interfering with full screen applications.

 

tags: PowerToys MSI, PowerToys information, MrNetTek

Apple iTunes – 12.10.2.3

email me

Description

iTunes is a media player, media library, Internet radio broadcaster, and mobile device management application developed by Apple Inc. It was announced on January 9, 2001. It is used to play, download, and organize digital multimedia files, including music and video, on personal computers running the macOS and Windows operating systems. Content could be purchased through the iTunes Store, or imported from CDs, with iTunes as the software letting users manage their online and physical purchases. more…


Download

New iTunes app is available from here:

https://www.apple.com/itunes/download/win64


Contents of iTunes64Setup.exe
 (use 7zip)


Size

264 MB


Silent Install

AppleApplicationSupport.msi /qn /norestart
AppleApplicationSupport64.msi /qn /norestart
AppleMobileDeviceSupport64.msi /qn /norestart
Bonjour64.msi /qn /norestart
AppleSoftwareUpdate.msi /qn /norestart
iTunes64.msi /qn /norestart


Installation Path (333 Folders, 4,497 Files, 393 MB on disk)

C:\Program Files\iTunes


MSI Property Table



Registry

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{38749252-C55E-44D9-9CB6-52199D0173AB}

 

Notes

iTunes for Mac

iTunes Community Forum

iTunes Support

32 Bit Installer

 

Batch Install for SCCM

* save as script.cmd

cd "%~dp0"
md C:\setup
start /wait msiexec /i "AppleApplicationSupport.msi" /qn /norestart ALLUSERS=true /l "C:\Setup\AppleApplication.log"
start /wait msiexec /i "AppleApplicationSupport64.msi" /qn /norestart ALLUSERS=true /l "C:\Setup\AppleApplicationx64.log"
start /wait msiexec /i "AppleMobileDeviceSupport64.msi" /qn /norestart /l "C:\Setup\AppleMobileDevice.log"
start /wait msiexec /i "AppleSoftwareUpdate.msi" /qn /norestart /l "C:\Setup\AppleSoftwareUpdate.log"
start /wait msiexec /i "Bonjour64.msi" /qn /norestart /l "C:\Setup\Bonjour64.log"
start /wait msiexec /i "iTunes64.msi" /qn /norestart /l "C:\Setup\iTunes64.log"

* I don’t allow logs to be created in the current folder; in the ccmcache folder, as this messes with the peer-to-peer hosting and package sync hashes.


Remove AppxPackage

* how you remove the Windows Store App version

C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell -ExecutionPolicy Bypass -Command "Get-AppxPackage *AppleInc.iTunes* | Remove-AppxPackage"


Current Version Uninstall GUIDs

* from the current version MSIs

msiexec /x “{BED24701-751B-41C5-8888-A8EABAB9FE8C}” /qn
msiexec /x “{88F21C94-88AF-4665-AF4F-FECB1FA059B9}” /qn
msiexec /x “{45DDDFED-AABC-450C-B49C-5B4A5E547F5B}” /qn
msiexec /x “{A3985C05-7386-411F-A4BF-32A73F37EB44}” /qn
msiexec /x “{56DDDFB8-7F79-4480-89D5-25E1F52AB28F}” /qn
msiexec /x “{38749252-C55E-44D9-9CB6-52199D0173AB}” /qn

 

Other MSI Property Values from iTunes64.msi

AdminProperties

DESKTOP_SHORTCUTS;MEDIA_DEFAULTS;REENABLEAUTORUN


SecureCustomProperties

AMDS_IS_INSTALLED;AMDS_SERVICES_INSTALLED;APPLEAPPLICATIONSUPPORT_IS_INSTALLED;APPLEAPPLICATIONSUPPORT64_IS_INSTALLED;ASUW_IS_INSTALLED;AUTORUN;BONJOUR_IS_INSTALLED;BUSEROSVERSION;DESKTOP_SHORTCUTS;DONT_AUTO_SYNC_IPODS;EXISTINGINSTALLDIR;EXISTINGIPODINSTALLDIR;GEARASPIWDM_SERVICE_DELETED;IGNORE_STORE_APP;INSTALLDIR;IPODSUPPORT_IS_INSTALLED;ITUNES_IS_RUNNING;ITUNES_STORE_APP_INSTALLED;MEDIA_DEFAULTS;OLDIPODSERVICE;PCAST_URL_HANDLER;REENABLEAUTORUN;REGSRCH_DESKTOP_SHORTCUTS;REGSRCH_ITUNES_LANGID;REGSRCH_MEDIA_DEFAULTS;SCHEDULE_ASUW;UCRTINSTALLED;UNSUPPORTEDCPU;UNSUPPORTEDIPODSOFTWARE;UPGRADEFOUND_LEGACY;WIX_DOWNGRADE_DETECTED;WIX_UPGRADE_DETECTED

 

tags: Apple iTunes Installer, iTunes Uninstaller, MrNetTek

VSCode – 1.40.1.0

email me

Description

Something pretty cool to try out, if you haven’t already done so…is Visual Studio Code, or VSCode. VSCode is an IDE developed by Microsoft for Windows, Linux and macOS. It includes support for debugging, embedded Git control and GitHub, syntax highlighting, intelligent code completion, snippets, and code refactoring. It’s a one-stop shop for most of your coding needs. more…


Download Visual Studio Code

https://aka.ms/win32-x64-user-stable  mirror


Version

1.40.1.0


Install Location (521 Folders, 1,257 Files, 227 MB on disk)

%localappdata%\Programs\Microsoft VS Code


Size

53.2 MB


Screenshots

 

Intellisense

 

Notes

VSCode for Mac

Updates in this version

Issues Fixed

VSCode on GitHub

Intro to VSCode for C# Developers (YouTube)

http://mirror.nienbo.com/vscode/

 

Ignite 2019

Visual Studio Code tips and tricks

 

User Guide

 

Top Extensions

https://marketplace.visualstudio.com/items?itemName=ms-python.python

https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools

https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint

https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp

https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome

https://marketplace.visualstudio.com/items?itemName=redhat.java

https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode

https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons

more…

 

tags: VSCode information, VSCode files, MrNetTek

Adobe Acrobat Reader – 19.021.20049

email me

Description

Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It’s the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. And now, it’s connected to Adobe Document Cloud services – so you can work with PDFs on any device, from anywhere. more…


Download

Enterprise download requires free Adobe registration: AcroRdrDC1902120049_en_US.exe


Size

169 MB


Silent Install

Extract contents of AcroRdrDC1902120049_en_US.exe using 7zip

Use Acrobat Customization Wizard DC to create custom setup

Package and run: setup.exe

* packaging can be as simple as adding source files to a self-extracting EXE (using WinRar)

 

Install Location (1,478 Folders, 2,870 Files, 645 MB on disk)

C:\Program Files (x86)\Adobe\Acrobat Reader DC


Silent Uninstall

MsiExec.exe /x{AC76BA86-7AD7-1033-7B44-AC0F074E4100} /qn /norestart


Registry

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{AC76BA86-7AD7-1033-7B44-AC0F074E4100}

 

Notes

Acrobat Reader Community Forum

Acrobat Reader Support

 

AcroRdrDCUpd1902120049.msp

 

Adobe MSI and Cmd-line examples

 

tags: Acrobat Reader automation, Acrobat Reader scripting, MrNetTek

PowerShell – Return Environment Variables

email me

I was looking around for environmental variables in PowerShell, and it got me thinking….remember using the Set command at the Windows command line?

When you run the command, it displays the current environment variable settings.

Something like this:

C:\Users\Demo99>set
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\Demo99\AppData\Roaming
asl.log=Destination=file
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
COMPUTERNAME=WORK
ComSpec=C:\WINDOWS\system32\cmd.exe
DriverData=C:\Windows\System32\Drivers\DriverData
HOMEDRIVE=C:
HOMEPATH=\Users\Demo99
LOCALAPPDATA=C:\Users\Demo99\AppData\Local
LOGONSERVER=\\WORK
NUMBER_OF_PROCESSORS=4
OneDrive=C:\Users\Demo99\OneDrive
OneDriveConsumer=C:\Users\Demo99\OneDrive
OS=Windows_NT

 

So, what is the PowerShell equivalent?

Try this:

PS C:\WINDOWS\system32> [System.Environment]::GetEnvironmentVariables()

Name Value
—- —–
CommonProgramFiles(x86) C:\Program Files (x86)\Common Files
ProgramW6432 C:\Program Files
NUMBER_OF_PROCESSORS 4
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW
PROCESSOR_IDENTIFIER Intel64 Family 6 Model 70 Stepping 1, GenuineIntel
asl.log Destination=file
PSModulePath C:\Users\Demo99\Documents\PowerShell\Modules;C:\Program Files\PowerShell\Modu…
USERDOMAIN WORK
PROCESSOR_REVISION 4601
HOMEPATH \Users\Demo99
OneDriveConsumer C:\Users\Demo99\OneDrive
USERNAME Demo99
USERPROFILE C:\Users\Demo99
USERDOMAIN_ROAMINGPROFILE WORK
windir C:\WINDOWS
COMPUTERNAME WORK
PUBLIC C:\Users\Public
Path C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Anaco…
LOCALAPPDATA C:\Users\Demo99\AppData\Local

 

Notes

dir env:

ls env:\

 

tags: PowerShell Environment, PowerShell Variables, MrNetTek

Google Chrome – Open Task Manager

email me

When you look at Windows Task Manager, ever wonder why Chrome will have 20 processes running, using 3 gig of memory? Did you know Chrome has its very own task manager? Yup. You can actually pier into what’s going on with Chrome.

To access the Chrome Task Manager, just open a new Chrome tab:

 

and press Shift+Esc. Voila! Chrome Task Manager:

* the TM is also available under more tools

 

tags: Chrome Task Manager Information, MrNetTek

Google Chrome – 78.0.3904.97

email me

Description

Google Chrome is a cross-platform web browser developed by Google. It was first released in 2008 for Microsoft Windows, and was later ported to Linux, macOS, iOS, and Android. The browser is also the main component of Chrome OS, where it serves as the platform for web apps. more…


Download

New Chrome browser is available here:

https://enterprise.google.com/intl/en_version/chrome/chrome-browser/  mirror

 

Size

57.4 MB


Silent Install

setup.msi /quiet /norestart


Install Location (10 Folders, 99 Files, 444 MB on disk)

C:\Program Files (x86)\Google\Chrome\Application\78.0.3904.97

view contents: installed files


Silent Uninstall

msiexec /x{104B4CED-D037-33A4-B0A4-3995A7B733B9} /qn /norestart

“C:\Program Files (x86)\Google\Chrome\Application\78.0.3904.97\Installer\setup.exe” –uninstall –multi-install –chrome –system-level –force-uninstall


Registry

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{104B4CED-D037-33A4-B0A4-3995A7B733B9}

 

App GUID

{104B4CED-D037-33A4-B0A4-3995A7B733B9}


MSI Property Table

 

MSI CustomAction Table

 

MSI InstallExecuteSequence Table

 

Notes

Download Chrome for Mac

NEWS: Google’s silent Chrome experiment crashes thousands of browsers

Release Notes v78: October 22, 2019

Chrome v78 Features

Chrome Platform Status

Chrome Scrubber

 

Mac – Disable Chrome Auto Updates

Method 1

On Mac, you can go to “Users > Your Mac Drive > Library > Google > GoogleSoftwareUpdate” and rename this folder.


Method 2

Open Finder and go to “Applications” folder.

Right click or control + click on the Google Chrome folder and go to “Show Packaged Content”.

Click “Contents” folder and open “Info.plist” file. Remember you need to have editors like Xcode to open plist file. Also you should have write permission for both “Contents” folder and “Info.plist” file to edit.

Look for “KSUpdateURL” key. In our case this is pointing to “https://tools.google.com/service/update2”.

Simply rename the file to something else and save your changes.


Method 3

#!/bin/sh

Version=$(/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version | awk '{print $3}')

sudo rm -rf /Applications/Google\ Chrome.app/Contents/Frameworks/Google\ Chrome\ Framework.framework/Versions/"$Version"/Frameworks/KeystoneRegistration.framework

 

tags: Chrome development, Chrome scripting, MrNetTek

PowerShell – v7.0.0 (Preview 5)

email me

Description

PowerShell 7 is intended to become the replacement product for PowerShell Core 6.x products, as well as Windows PowerShell 5.1, which is the last supported Windows PowerShell version. PS7, once it’s officially released, will become the best tool in your scripting arsenal. more…


Download PowerShell 7, Preview 5

https://github.com/PowerShell/PowerShell/releases/download/v7.0.0-preview.5/PowerShell-7.0.0-preview.5-win-x64.zip   mirror


PowerShell Command to Download & Install PS7 on Windows

iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI -Preview"

 

Installation Location (56 Folders, 983 Files, 222 MB on disk)

C:\Program Files\PowerShell\7-preview

view contents: installed files

 

Access PS7 from Start Menu

 

Check Version

 

List Cmdlets

Get-Command -Type Cmdlet | Sort-Object -Property Noun

view output: cmdlets

 

Notes

https://github.com/PowerShell/PowerShell

 

Linux Install

wget https://aka.ms/install-powershell.sh; sudo bash install-powershell.sh -preview; rm install-powershell.sh

 

Ignite 2019

PowerShell 7: Q&A on the future of PowerShell

PowerShell unplugged with Jeffrey Snover and Jason Helmick

PowerShell 7 Secrets Management

 

tags: PowerShell 7, MrNetTek

Windows Terminal – 1022.2157.0 (Preview)

email me

Description

Windows Terminal is a terminal emulator for Windows 10 written by Microsoft. It includes support for the Command Prompt, PowerShell, WSL and SSH. It’s basically like having all your command shells at your disposal, when you want them, all in one tidy interface. Once you start using it, you won’t want to use individual shells anymore. more…


Download Windows Terminal

https://eddiejackson.net/apps/windowsterminal/


Screenshot


Video Blip

 

Notes

In order to install Windows Terminal, you’ll need to be running Windows 10 1903 (build 18362) or higher.

https://github.com/microsoft/terminal/releases

C++ Runtime v14 framework package for Desktop Bridge (Terminal Needs This)

 

Ignite 2019

Trick out the Windows Terminal

 

tags: Windows Terminal, the new terminal, MrNetTek

VSCode – 1.40.0.0

email me

Description

Something pretty cool to try out, if you haven’t already done so…is Visual Studio Code, or VSCode. VSCode is an IDE developed by Microsoft for Windows, Linux and macOS. It includes support for debugging, embedded Git control and GitHub, syntax highlighting, intelligent code completion, snippets, and code refactoring. It’s a one-stop shop for most of your coding needs. more…


Download Visual Studio Code

https://aka.ms/win32-x64-user-stable  mirror


Version

1.40.0.0


Install Location (521 Folders, 1,257 Files, 224.7 MB on disk)

%localappdata%\Programs\Microsoft VS Code


Size

53.2 MB


Screenshots

 

Intellisense

 

Notes

VSCode for Mac

VSCode on GitHub

Intro to VSCode for C# Developers (YouTube)

 

Ignite 2019

Visual Studio Code tips and tricks


User Guide

 

Top Extensions

https://marketplace.visualstudio.com/items?itemName=ms-python.python

https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools

https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint

https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp

https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome

https://marketplace.visualstudio.com/items?itemName=redhat.java

https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode

https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons

more…

PowerShell – 6.2.3 (Stable)

email me

Download PowerShell

https://github.com/PowerShell/PowerShell/releases/download/v6.2.3/PowerShell-6.2.3-win-x64.msi

https://github.com/PowerShell/PowerShell/releases/download/v6.2.3/PowerShell-6.2.3-win-x64.zip

all

 

Notes

Remotely Install PowerShell

Create PSSession to target device

$s = New-PSSession -ComputerName 10.0.0.1 -Credential Administrator

 

Copy the ZIP package to the device

# the path should be local to the device
Copy-Item .\PowerShell-6.2.3-win-x64.zip -Destination u:\users\administrator\Downloads -ToSession $s

 

Connect to the device and expand the archive

Enter-PSSession $s
Set-Location u:\users\administrator\downloads
Expand-Archive .\PowerShell-6.2.3-win-x64.zip

 

Setup remoting to PowerShell Core 6

Set-Location .\PowerShell-6.2.3-win-x64
.\Install-PowerShellRemoting.ps1 -PowerShellHome .

 

Connect to PowerShell Core 6 endpoint on device

Enter-PSSession -ComputerName 10.0.0.1 -Credential Administrator -Configuration powershell.6.2.3

 

Amazon Workspaces Client – 2.5.11

email me

Description

Amazon WorkSpaces enables you to provision virtual, cloud-based Microsoft Windows or Amazon Linux desktops for your users, known as WorkSpaces. Amazon WorkSpaces eliminates the need to procure and deploy hardware or install complex software. You can quickly add or remove users as your needs change. Users can access their virtual desktops from multiple devices or web browsers. Access your personal Windows environment from your computer using the Amazon Workspaces Client. more…

 

Download

New Amazon Workspaces is available here:

https://d2td7dqidlhjx7.cloudfront.net/prod/global/windows/Amazon+WorkSpaces.msi  mirror

 

Size

41.1 MB

 

Silent Install

setup.msi /quiet /norestart

 

Install Location (10 folders, 115 files, 99.3 MB)

C:\Program Files (x86)\Amazon Web Services, Inc\Amazon WorkSpaces\

view contents: installed files

 

Silent Uninstall

msiexec /x{544DE9C4-C436-4451-98C0-69C21CCEEC6A} /qn /norestart

 

Registry

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{544DE9C4-C436-4451-98C0-69C21CCEEC6A}


App GUID

{544DE9C4-C436-4451-98C0-69C21CCEEC6A}


MSI Property Table

 

Screenshot

 

 

Notes

Download Amazon Workspaces Client for Mac

All Clients

Certification and Training

 

What’s in the MSI?

* viewed using 7zip

A2SSIGNALING.DLL
A2STUNNELING.DLL
BROKER_CLIENT.DLL
BROKER_CLIENT_TOOLS.DLL
BROKER_CLIENT_UTILS.DLL
BROKER_HTTPS_XML_CLIENT.DLL
BROKER_PCOIP_CLIENT.DLL
CROSS.PNG
D3DCOMPILER_47.DLL
DEFAULTICON.ICO
DE_DE.QM
EN_US.QM
FR_FR.QM
ICUDT53.DLL
ICUIN53.DLL
ICUUC53.DLL
InstallUserLevelCertificate.bat
JA_JP.QM
KO_KR
LIBEAY32.DLL
LIBEGL.DLL
LIBGLESV2.DLL
LOADING_LARGE.GIF
MSVCP120.DLL
MSVCP140.DLL
MSVCR120.DLL
PCOIP_CLIENT_USB_INSTALLER.EXE
PCOIP_CORE.DLL
PCOIP_DE.QM
PCOIP_ES.QM
PCOIP_FR.QM
PCOIP_IT.QM
PCOIP_JA.QM
PCOIP_KO.QM
PCOIP_PT.QM
PCOIP_PT_BR.QM
PCOIP_RU.QM
PCOIP_TR.QM
PCOIP_VCHAN_CLIPBOARD.DLL
PCOIP_VCHAN_REMOTEPRINTCLIENT.DLL
PCOIP_VERSION.DLL
PCOIP_ZH_CN.QM
PCOIP_ZH_TW.QM
PROXY.CFG
PTHREADVC2.DLL
PT_BR.QM
QGIF.DLL
QICO.DLL
QJPEG.DLL
QMNG.DLL
QSVG.DLL
QT5CORE.DLL
QT5DECLARATIVE.DLL
QT5GUI.DLL
QT5MULTIMEDIA.DLL
QT5MULTIMEDIAWIDGETS.DLL
QT5NETWORK.DLL
QT5OPENGL.DLL
QT5POSITIONING.DLL
QT5PRINTSUPPORT.DLL
QT5QML.DLL
QT5QUICK.DLL
QT5SCRIPT.DLL
QT5SENSORS.DLL
QT5SQL.DLL
QT5SVG.DLL
QT5WEBCHANNEL.DLL
QT5WEBKIT.DLL
QT5WEBKITWIDGETS.DLL
QT5WIDGETS.DLL
QT5XMLPATTERNS.DLL
QTGA.DLL
QTIFF.DLL
QT_DE.QM
QT_ES.QM
QT_FR.QM
QT_IT.QM
QT_JA.QM
QT_KO.QM
QT_PT.QM
QT_RU.QM
QT_TR.QM
QT_ZH_CN.QM
QT_ZH_TW.QM
QWINDOWS.DLL
SSLEAY32.DLL
StarfieldServicesRootCAG2.cer
StarfieldServicesRootCAG2.inf
STATUS_AVAILABLE.PNG
STATUS_INACCESSABLE.PNG
STATUS_IN_PROGRESS.GIF
STATUS_LIMITED.PNG
STATUS_UNKNOWN.PNG
SUMMARY_AVAILABLE.PNG
SUMMARY_INACCESSIBLE.PNG
SUMMARY_LIMITED.PNG
URI.DLL
VCCORLIB120.DLL
VCRUNTIME.DLL
WINSPARKLE.DLL
WORKSPACES.EXE
WORKSPACES.ICO
WORKSPACES_LOGO.BMP
WORKSPACES_LOGO.JPG
WORKSPACES_LOGO.PNG
ZH_CN.QM
_2XLOADING_LARGE.GIF
_2XSTATUS_AVAILABLE.PNG
_2XSTATUS_INACCESSABLE.PNG
_2XSTATUS_IN_PROGRESS.GIF
_2XSTATUS_LIMITED.PNG
_2XSTATUS_UNKNOWN.PNG
_2XSUMMARY_AVAILABLE.PNG
_2XSUMMARY_INACCESSIBLE.PNG
_2XSUMMARY_LIMITED.PNG