pettabytes

Hello World

April 11, 2024

This is my first blog post. HTML created with ChatGPT!

Google Voice on Pixel 8 pro

April 29, 2024

Example: AT&T Wireless customers To turn on conditional call forwarding, enter the following 3 commands one at a time on your phone’s keypad, and wait for confirmation. After entering each command, tap Send or Call, hang up, and enter the next command. Replace 1234567890 with your Google Voice number. Call forward if unanswered: *61*1234567890# Call forward if unreachable: *62*1234567890# Call forward if busy: *67*1234567890#

https://support.google.com/voice/answer/165656?hl=en

Windows 11 without Microsoft Account

April 29, 2024

At the language screen, open cmd with Shift + F10 and type OOBE\BYPASSNRO.

Netflix Error on Roku Ultra

May 18, 2024

Netflix error. Code ui-800-3 (104001): The only thing that resolved was to factory reset the device and start over.

Ethernet cable versions explained

June 4, 2024

Cat5/5e, Cat6/6a, Cat7 and Cat8 Cable Buying Guide

Win7 reset password without password

Aug 2024

Resetting Windows Password https://www.hirensbootcd.org/download/ Boot your computer with Hiren's BootCD PE
Goto Start Menu -> Security -> Passwords -> NT Password Edit
Open your SAM file (It is usually located in C:\Windows\System32\config\SAM)
Click your username and the click 'Change password'. To set a password, type your password both 'New password' and 'Verify' fields and then click to 'OK'. To remove the password, leave both 'New password' and 'Verify' fields blank and then click to 'OK'.

Show all wifi passwords in Windows

Aug 2024

netsh wlan show profile
netsh wlan show profile name="PROFILENAME" key=clear

Fix folders after turning off OneDrive

Aug 2024

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
Double click Personal, then set its Value Data to %USERPROFILE%\Documents
Double click {F42EE2D3-909F-4907-8871-4C22FC0BF756}, then set its Value Data to %USERPROFILE%\Documents
Do same for other folders
Close the registry editor and restart your PC

Make and receive phone calls on Mac or iPad

Sep 2024

https://support.apple.com/en-mide/102405#:~:text=On%20your%20iPhone%2C%20go%20to,turn%20on%20Calls%20from%20iPhone

Forward text messages from your iPhone to other devices

Apple Support

How to run DISM command

Oct 2024

DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth