2019-07-31

Fix Error "The Group Policy Client service failed the logon. Access denied"

When a specified user tried to login he gets the following error:
The Group Policy Client service failed the logon. Access denied

Fix:

  • Control Panel -> System -> Advanced system Settings
  • System Properies -> Advanced -> User Profiles -> Settings
  • Delete the specified user profile (and restart the workstation)


2019-06-21

FIX Adobe Reader: A 3D data parsing error has occurred


  • Go to C:\Users\UserName\AppData\Local\Adobe\Acrobat\
  • Here you will find a folder named 2015 or DC which you can rename or delete
    • (eg: 2014.bak or DC.bak)
  • re-open the document

FIX Adobe Reader 3D content has been disabled


  • Go to Edit -> Preferences -> 3D & Multimedia
    • Check Enable playing 3D content

2019-04-12

Get powershell version

Open PowerShell and run the following command:

$PSVersionTable.PSVersion

Find last password change of specified user

Open powershell and run the following command:

Get-ADUser username -properties passwordlastset

2019-03-04

SAP: selected text automatically deselects

Uncheck 'Quick Cut and Paste' option in SAP ECC












Note: app restart required

2019-02-20

Sort songs by band, year, album, title in WinAmp

Go to Preferences > Titles > Use advanced  title formatting when possible and enter one of the following
  • %artist% - %year% - %album% - %tracknumber% : %title%
  • $if(%artist%, %artist% - %year% - %album% - %tracknumber% : %title%, $filepart(%filename%))
or in the comment I put the country of the band and used one of this
  • %artist% [%comment%] %year% : %album% : %tracknumber% - %title%
  • $if(%artist%, %artist% '['%comment%']' %year% : %album% : %tracknumber% - %title%, $filepart(%filename%))
  • $if2((%artist% [%comment%] %year% : %album% : %tracknumber% - %title%), $filepart(%filename%))