Posts

Restore all Built-in Apps in Windows 10

If you wish to reinstall or restore all the built-in Windows 10 apps, use this command: Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Windows 10 Desktop Icon Not Showing Problem

Problem Sometimes in windows 10,user face the desktop icon related problem.Sometime desktop icon hide and not showing in desktop,but you can access all icon through file Explorer. Solution Although it may sound banal, it’s quite possible you overlooked this. So, just to be sure, check if your Desktop icons are set to appear once again. Here’s how to do that: Right-click on the empty area on your desktop. Choose View and you should see the  Show Desktop icons option. Try checking and unchecking  Show Desktop icons  option a few times but remember to leave this option checked.

Remote Desktop Connection has Stopped Working

Remote Desktop Connection has Stopped Working whenever the user RDPs onto a machine it launches but after about 10 seconds mstsc.exe crashes with the error 'Remote Desktop Connection has Stopped Working. Reason 1)This Remote Desktop Issue related to outdated printer driver installed on your work station which redirected when you login on to remote desktop server.Due to outdated printer driver remote desktop has stopped working. 2)Another reason is outdated Audio driver installed in your Work Station. Solution You can try to fix it in two different ways.once you update all printer and audio driver of your work station.And other solution as under below. 1. d isable Printer redirect on RDP settings. 2. disable audio redirect on RDP settings.

Show hidden files on a USB drive and memory card using CMD

Image
Show hidden files on a USB drive and memory card using CMD Solution Command Prompt (CMD) is your first choice when you want to recover hidden files from external hard disk, USB drive, memory card, or other storage devices. To unhide hidden files on your memory card or flash drive using  CMD: 1.  Plug in the hard drive, memory card, or USB drive to your computer 2.  Go to the start menu, type in  cmd  in a search bar, hit  enter.  3.  Left-click  cmd.exe  and then you will enter the command line, where you can use the attrib command to recover hidden files. 4.  Enter  attrib -h -r -s /s /d G:\*.*  (replace G: with the drive letter for your device).

HOW TO Apply Local Policies to All Users Except Administrators on Windows Server 2008 in a Workgroup Setting(not a domain)

HOW TO Apply Local Policies to All Users Except Administrators on Windows Server 2008 in a Workgroup Setting(not a domain) when you use server 2008 based computer in workgroup setting(not a domain),you may have to implement local policies on that computer that can apply to all users of that computer. Apply Local Policies to All Users Except Administrators To implement local policies to all users except administrators, follow these steps:  Log on to the computer as an administrator. Open your local security policy. To do this, do one of the following: Click  Start , click  Run , type  gpedit.msc , and then press ENTER. Expand the  User Configuration  object, and then expand the  Administrative Templates  object. Enable whatever policies that you want (for example, Desktop for "Hide My Network Places" or "Hide Internet Explorer Icon on Desktop"). Close the Gpedit.msc Group Policy snap-in. Or, if you use MMC, save the cons...

How to Reset Terminal license on Windows 2008, 2008 R2 and 2012

The RD Licensing grace period has expired and the service has not registered with a license server with installed licenses. A RD Licensing server is required for continuous operation. A Remote Desktop Session Host server can operate without a license server for 120 days after initial start up. The official solution is to Activate the RDS/TS CAL License server and point the Server to License server with User/Device License and will be resolve the problem, but if you want to reset the timer and again avail the 120 days grace time here is the solution: Solution: 1) First open the registry editor with "regedit" command in command prompt. 2)open the registry key from below path HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Terminal Server \ RCM \ GracePeriod 3)From GracePeriod delete the key " REG_BINARY".don't delete default registry. 4)then Restart the computer and check the grace period with "tlsbln" command from command ...

Windows 7 desktop icons all appear as Word icon

Go to start menu. Run command regedit in run command. HKEY_CURRENT_USER\\software\microsoft\windows\currentversion\explorer\filexts\ Search for . lnk ext. Delete whole .lnk key or delete the userchioce key on that. Just restart.