Sunday, October 1, 2017

How to check flash wear via PowerShell within Windows 10

To check the wear value of an internal SSD drive via PowerShell within Windows 10, launch an elevated PowerShell session and use the following command.

Get-PhysicalDisk | Get-StorageReliabilityCounter | Select Wear

image

Not all drives accurately report this value to Windows. In some cases, the counter may be blank. Check with your manufacturer to see if they have proprietary tooling you can use to retrieve this value.

https://blogs.technet.microsoft.com/filecab/2017/08/11/understanding-dwpd-tbw/

Google Chrome URL shortcuts

Below are some Google Chrome URL shortcuts.

chrome://version

Show version information

image

chrome://system

Show system information

image

chrome://policy

Show policy information

image

chrome://flags

Show advanced configuration settings

image

vSphere 6.5 Topology and Upgrade Planning Tool

This tool aims to help customers plan and execute both upgrades to vSphere 6.5 as well as new deployments. With this initial release, the tool is focused on the most common upgrade paths and deployments of vCenter Server 6.5. Updates to the content within the tool are planned to occur over time.

http://vspherecentral.vmware.com/path-finder

https://vspherecentral.vmware.com/

image

BroadbandNow

BroadbandNow is a web site with ISP information, as well as a speed test based on zip code.

https://broadbandnow.com/

jSQL

jSQL is an automatic SQL Injection tool written in Java, it’s lightweight and supports 23 kinds of database.  It is open source and cross-platform (Windows, Linux, Mac OS X).

https://github.com/ron190/jsql-injection

Microsoft ColorTool

Microsoft has an utility to allow the command prompt to use different color themes.

https://www.howtogeek.com/322432/how-to-customize-your-command-prompts-color-scheme-with-microsofts-colortool/

https://github.com/Microsoft/Console/tree/master/tools/ColorTool

How to uninstall Quick Assist within Windows 10

To uninstall the Quick Assist feature use the following command within an elevated PowerShell session.

Remove-WindowsCapability -online -name App.Support.QuickAssist~~~~0.0.1.0

image

UACme

UACme is a compiled, C-based tool which contains a number of methods to defeat Windows User Account Control commonly known as UAC. It abuses the built-in Windows AutoElevate backdoor and contains 41 methods.

https://github.com/hfiref0x/UACME

This utility may be flagged by anti-virus applications.

image

DuckDuckGo Bangs

The search engine DuckDuckGo has a feature named bangs.  These are shortcuts to certain web sites.  Below are some examples.

!a –> Amazon

!w –> Wikipedia

!ebay –> eBay

!yt –> YouTube

A list of bangs can be found at https://duckduckgo.com/bang.

image

Disable Apps from asking for ratings within iOS version 11

With iOS version 11, an option is available to disable applications from asking for ratings.  This feature can be found under Settings –> iTunes & App Store.  Scroll down the list and disable the “In-App Ratings & Reviews” option.

image