Thursday, 14 May 2020

Windows 10 Slow Shutdown Issue

https://www.drivereasy.com/knowledge/solved-windows-10-slow-shutdown-issue/

Remote Desktop can't connect to the remote computer: Reasons and solutions

https://4sysops.com/archives/remote-desktop-cant-connect-to-the-remote-computer-reasons-and-solutions/

Check the RDP listener port on the remote computer ^

By default, the RDP client verifies that the Remote Desktop service on the remote computer is listening on port 3389. If not, another application could be occupying the same port.
To check whether any remote session (RDP-TCP) already exists on that computer, use qwinsta, which gives you a list of local as well as remote sessions.
Using qwinsta to list sessions
Using qwinsta to list sessions
The screenshot above shows that the rdp-tcp session with session ID 65536 already exists.
To verify that the Remote Desktop service is using the correct port, use the Registry Editor. Go to Start > Run, type regedit, navigate to HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Control > Terminal Server > WinStations > RDP-Tcp, and review the PortNumber setting.
RDP port setting from the registry
RDP port setting from the registry
Alternatively, you can use the command below:
If the output of the RDP port value is 0x00000d3d (hex), your RDP port is configured with a default port, which is 3389. In the screenshot above, the default RDP port was changed to 3388. In this case, either you have to change the RDP port to the default one, or you access the remote machine via the new port 3388.
In the Remote Desktop client, you have to specify the custom RDP port in the computer address space as shown in below:

Monday, 27 April 2020

Disable pagefile.sys and hiberfil.sys, add quick lunch

Pagefile.sys

  1. Run sysdm.cpl in the run box (Win + R) and navigate to Advanced –> Performance Settings –> Advanced –> Virtual Memory –> Change 
  2. Completely disable pagefile.sys or decrease the size.
  3. Reboot
  4. Depending on your settings, pagefile.sys should now be smaller or completely gone.

Hiberfil.sys

  1. Open your command prompt as an admin
  2. Type the following command and confirm with enter: powercfg -h off
  3. Hibernation mode is now gone and hiberfil.sys deleted

Steps to Add Quick Launch toolbar in Windows 10

1. Right click on the taskbar, go to Toolbars, then go to New Toolbar.
2. The folder field appears. Copy and paste the following text and hit Enter.
%UserProfile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch

How do I completely uninstall "Logic Pro X" with all associated files?


If you really want to delete all of it:

Applications: Logic Pro X

Macintosh HD:Lbrary:Audio:Apple Loops:Apple (you may want to keep the GarageBand ones?)
Macintosh HD:Lbrary:Audio:Impulse Responses
Macintosh HD:Lbrary:Application Support:Logic

Sunday, 26 April 2020

SLOW BOOTING AFTER WINDOWS 10 UPGRADE FIX , AMD REAL TIME HP PROBOOK 4730S SLOW BOOT AFTER UPGRADE

https://www.youtube.com/watch?v=NTnGMzExwps

TYPE REGEDIT IN SEARCH BAR AT BOTTOM OF TASKBAR THEN IN EDIT CLICK ON FIND , WITHIN THE NEXT WINDOW JUST SEARCH ENABLEULPS THIS MAY TAKE SOME TIME FOR YOUR COMPUTER TO FIND IT... AFTER IT DOSE JUST DOUBLE CLICK ON ENABLEULPS AND CHANGE THE 1 TO A 0 CONFIRM IT AND YOUR DONE, RESTART THE COMPUTER DONE GOODJOB!

Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000

Friday, 24 April 2020

Upgrade from Windows 7 Home to Windows 10 Pro


https://superuser.com/questions/1151555/upgrade-from-windows-7-home-to-windows-10-pro

You can acomplish this by doing the following. You will need to upgrade your installation to Windows 10 Home. You then upgrade Windows 10 Home to Windows 10 Professional, using the generic license key, VK7JG-NPHTM-C97JM-9MPGT-3V66T. Once you are upgrade to Windows 10 Professional, navigate to Settings > Update & security > Activation > Change the product key and enter your Windows 8.1 Professional license key.

Wednesday, 22 April 2020

windows 10 quick launch toolbar disappears on restart


Thank you for posting your query in Microsoft Community. I regret the inconvenience caused to you. Let me help you.

  • Do you see any error message or error code on the screen?
I suggest you to perform the below troubleshooting steps and check if it helps.
Method 1: Run SFC Scan
Click on the below link and follow the procedure to perform a SFC Scan.
Method 2: Run PowerShell
  • Open the Task manager.  Here’s a tip:  Press CTRL+Shift+ESC. 
  • Click File > Run New Task 
  • Make sure you have a check mark beside “Create this task with administrative privileges” 
  • Type PowerShell 
  • Type the following in the PowerShell prompt:$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest 
  • Close the PowerShell window 
  • Reboot
Check if it helps.
Please keep us posted on the issue. We will be happy to assist you accordingly.

Thank you.