Search found 122 matches

by RescuePC
Mon Jan 16, 2017 4:00 pm
Forum: Windows
Topic: Windows 10 Remove Windows.old using Command Prompt
Replies: 0
Views: 19612

Windows 10 Remove Windows.old using Command Prompt

Windows 10 Remove Windows.old using Command Prompt

elevated command prompt

takeown /F C:\Windows.old\* /R /A
cacls C:\Windows.old\*.* /T /grant administrators:F
rmdir /S /Q C:\Windows.old\

Hope this helps
Rescue PC
by RescuePC
Mon Jan 16, 2017 3:07 pm
Forum: Windows
Topic: How To Check Office 2016/365 Activation Status
Replies: 0
Views: 19347

How To Check Office 2016/365 Activation Status

How To Check Office 2016/365 Activation Status change the following line to suite your installation open elevated command prompt cscript "d:\Program Files (x86)\Microsoft Office\Office16\ospp.vbs" /dstatus look for LICENSED .................... ...............k LICENSE DESCRIPTION: Office...
by RescuePC
Mon Jan 16, 2017 2:41 pm
Forum: Windows
Topic: How to turn off Xbox DVR through the Registry Editor
Replies: 0
Views: 19195

How to turn off Xbox DVR through the Registry Editor

How to turn off Xbox DVR through the Registry Editor If you do not have an Xbox account and are not signed into the Xbox App you can disable Xbox DVR by using the Registry Editor. Open Registry Editor (Run > regedit) Navigate to HKEY_CURRENT_USER\System\GameConfigStore Set the value of DWORD "...
by RescuePC
Mon Jan 16, 2017 12:24 pm
Forum: Windows
Topic: Get Windows 10 for Free from Microsoft’s Accessibility Site
Replies: 0
Views: 19744

Get Windows 10 for Free from Microsoft’s Accessibility Site

Get Windows 10 for Free from Microsoft’s Accessibility Site from "How-To-Geek" http://www.howtogeek.com/265409/you-can-still-get-windows-10-for-free-from-microsofts-accessibility-site/ extract from site The free Windows 10 upgrade offer may technically be over, but it isn’t 100% gone. Mic...
by RescuePC
Mon Dec 12, 2016 2:24 pm
Forum: Windows
Topic: Windows 10 reset internet/network/ resolve networking issues
Replies: 0
Views: 18963

Windows 10 reset internet/network/ resolve networking issues

Windows 10 reset internet - network - resolve networking issues You'll need to run command prompt in the elevated mode (right click command prompt and "run as administrator") Type netsh winsock reset and press Enter. Type netsh int ip reset and press Enter. (reboot required) Type ipconfig...
by RescuePC
Mon Nov 07, 2016 9:15 pm
Forum: Windows
Topic: Enable/Disable built-in Administrator in an Elevated CMD
Replies: 0
Views: 11193

Enable/Disable built-in Administrator in an Elevated CMD

Enable/Disable built-in Administrator in an Elevated CMD Prompt or any other account Show Accounts (don't forget this is the name on the disk not the displayed name) net user Make available net user administrator /active:yes Hide/Turn off net user administrator /active:no Hope this helps Cheers Res...
by RescuePC
Sat Oct 29, 2016 1:10 pm
Forum: Linux - Mac OS
Topic: How to write to NTFS drive in MacOS Sierra
Replies: 0
Views: 16262

How to write to NTFS drive in MacOS Sierra

How to write to NTFS drive in MacOS Sierra

follow web page instructions
http://macdrug.com/write-ntfs-drive-macos-sierra/
by RescuePC
Thu Oct 06, 2016 12:34 pm
Forum: Windows
Topic: Windows 7 SP1 stuck searching for updates
Replies: 0
Views: 9860

Windows 7 SP1 stuck searching for updates

Windows 7 SP1 stuck searching for updates New windows 7 SP1 installs seem to get stuck when you try and run windows update you just get "Searching for updates" and it just sits there I managed to get the updates to work, but unsure of what fixed the issue, but basically I downloaded the K...
by RescuePC
Wed Sep 14, 2016 9:49 pm
Forum: Windows
Topic: Stop Pending or reboot Windows Updates
Replies: 0
Views: 10259

Stop Pending or reboot Windows Updates

Stop Pending or reboot Windows Updates This is how would stop the Windows Update Service from installing pending updates. sc stop wuauserv sc config wuauserv start= disabled c: cd\windows\SoftwareDistribution ren “Download” “Download_STOPPED” takeown /f C:\Windows\winsxs\reboot.xml takeown /f C:\Wi...
by RescuePC
Mon Aug 22, 2016 8:12 pm
Forum: Windows
Topic: Windows 10 anniversary webcam fix
Replies: 0
Views: 9814

Windows 10 anniversary webcam fix

windows 10 anniversary webcam fix

HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows Media Foundation\Platform
add DWORD "EnableFrameServerMode" and set to 0.