Jump to content


shakti

Established Members
  • Posts

    2
  • Joined

  • Last visited

About shakti

  • Birthday July 22

Profile Information

  • Gender
    Male
  • Location
    India

shakti's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. If user is not local admin then we can use below command to set the value of $UserName and run as system context $UserName = (Get-ItemProperty (Get-ChildItem -Path "HKLM:\SOFTWARE\Microsoft\Enrollments" -Recurse -ErrorAction SilentlyContinue | % {if((get-itemproperty -Path $_.PsPath) -match "UPN") { $_.PsPath} }) -Name UPN | Select -ExpandProperty UPN).split('@')[0]
  2. One user has requested an application from software store and it has been installed on his machine as well however later user found that he had requested the wrong application so he had uninstalled it using software store uninstall option. The issue is now whenever user login to the machine he is getting the pop up "New software is available" and software store is showing the old application as available. Is there any way to remove it?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.