In the “Run” type CMD Type, getmac /v /fo list This will list your MAC address.
How to start Windows 10 in Safe mode
Open the Start menu and click on the Power button. While keeping the Shift key pressed, click on Restart. This will start Windows 10 in Safe mode.
How to remotely connect your computer
1. Click the Start button. 2. Click on the option Run 3. Type “mstsc” and press the Enter key 4. In Remote Desktop Connection, type the name of the PC or IP you want to connect to (to find out your IP, type “CMD” in option Run and write down the IPv4 Address to use, […]
How to fix blurry fonts on Windows 10
The newer built of Windows 10 uses a different font scaling. If you are getting a blurry fonts because of this, use the utility posted on the site:http://windows10_dpi_blurry_fix.xpexplorer.com/ If this doesn’t work use professional service.
How to change IP of FIOS internet
FIOS routers don’t necessarily change IP by simply unplugging and plugging in. One need to access the router to change the IP. Once accessed the router, do the following: Select “My Network”, “Network Connections”, “Broadband Connection”, “Settings”, “Release” in the DHCP Lease section The IP should be changed.
How to reinstall Windows 10 Store app
Run elevated PowerShell Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} Use it at your own risk.
How to remove Windows 10 built in apps
Use these at your own risk. Run PowerShell at the elevated Command prompt. Use the following commands to remove respective apps. (To remove Mail and Calendar app from current account only) Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage (To remove 3D Builder app from current account only) Get-AppxPackage *3dbuilder* | Remove-AppxPackage (To remove Alarms & Clock app from […]
How to stop automatic forced update in Windows 10
DO IT AT YOUR OWN RISK OR SEEK ASSISTANCE OF A COMPUTER SUPPORT SPECIALIST. 1. Click open Run command and type services.msc and press enter. 2. Find the Windows Update service and open it. 3. In “Startup Type” change it to “Disabled”. 4. Restart. 5. Click open the Settings. 6. Click open the “Network & […]
What is refurbished computer
A refurbished computer generally means it was: Returned by a customer for one reason or other and cannot be resold as new. It was rebuilt fixing any problems previous customer experienced. Came from a canceled order. Refurbished computers are much better priced than new computers, but they are tested for like-new functionality. Disadvantages: Refurbished computers […]
How to fix MBR
Use this command at you your own risk. Use Command prompt to run bootrec.exe /fixmbr to repair MBR. If you don’t know what you are doing, use professional help.
How to add Control Panel to right click menu of Start up button
1. Create a Restore Point 2. Run Powerhell 3 Then copy and paste this code at your own risk. 4. If this doesn’t work, seek professional help. ——- Beginning of code $path = “$env:LOCALAPPDATA\Microsoft\Windows\WinX\Group2” $x = “UEsDBBQAAAAIAEphSkmJ5YBS0QAAAPcDAAARAAAAQ29udHJvbCBQYW5lbC5sbmvzYWBgYBRhYgCBA2CSwa2B mQEiQAAwovEnAzEnA8MCXSBtGBwQ/Kgrwm2Pj4Xz7j/Ck9Vm5J4ThCkURtIEUxyq4TO/cr6l94oLD6/oPrz6GaRYCK aYEU1xtW7v74sTTPz2J+St4ZykvR+kmAmm+Og13laY6SLMYM0LVMsz81Iyi1RjiiuLS1JzjY1ikvPzSoryc/RSK1KJ 8eswAKoM5QyZDHkMKUCyCMiLYShmqATiEoZUhlwGYwYjoEgyQz5QRQlQPp8hh0EPKFPBMFLCZyQBAFBLAQIUABQAAA AIAEphSkmJ5YBS0QAAAPcDAAARAAAAAAAAAAAAAAAAAAAAAABDb250cm9sIFBhbmVsLmxua1BLBQYAAAAAAQABAD8A AAAAAQAAAAA=”.replace(“`n”,””) [Convert]::FromBase64String($x) | Set-Content $path\temp.zip -Encoding Byte Expand-Archive $path\temp.zip -DestinationPath $path Remove-Item $path\temp.zip Stop-Process […]
How to stop Windows 10 spinning dot freeze
Update all the drivers. This could solve the problem.
How to fix Windows 10 freeze at boot up sometimes
If you could reboot Windows 10, after shutting down after freeze, it could be because there is a problem with one of the USB devices connected to the computer. Disconnect all USB devices including mouse and reboot. Try changing the mouse and see the problem goes away. If this doesn’t work then you may need […]
Channels added don’t show up in streaming device
If you added using your computer, you may need to update sometimes for channels to show up. Usually, go to settings and choose update option. This should fix the problem.