Tuesday, September 17, 2019

Configur and install adb in MacOs

  1. Open terminal
  2. Copy paste below command and hit enter, make sure ruby is installed, else prior install ruby then run go ahead.
  3. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  4. Install adb
    brew cask install android-platform-tools
  5. Start using adb
    adb devices

How to decrypt plural-sight psv extension

DecryptPluralSightVideos /F "<source psv dir>" /DB "C:\Users\kumji02\AppData\Local\Pluralsight\pluralsight.db" /TRANS /RM /OUT "<Destination Dir>"

Can be downloaded from:
Remote desktop login failed error.



-> run as an administrator "CMD.EXE"
> paste below command:

REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters\ /v AllowEncryptionOracle /t REG_DWORD /d 2

<
C:\WINDOWS\system32>REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters\ /v AllowEncryptionOracle /t REG_DWORD /d 2
Value AllowEncryptionOracle exists, overwrite(Yes/No)? Yes
The operation completed successfully.
>

Done
Enjoy

Configur and install adb in MacOs

Open terminal Copy paste below command and hit enter, make sure  ruby is installed , else prior install ruby then run go ahead. ruby -...