Open up command prompt right click the title bar > properties and click Enable Ctrl key shortcuts under Edit Options
Schedule Restarts for Window Updates in Window 10
To start scheduling reboots for window updates Start > Settings > Updates and Recovery > Window Update to check for pending updates At the left screen go to Select a Restart TimeRead More…
Window 10 Opening Virtual Desktop
To start having multiple virtual desktops press the Window key + Tab To Cycle through the virtual desktops Alt+Tab
Disable Window Explorer Quick Access View in Window 10
Open File Explorer on the menu tab Select view > Options. A Folder Options window will open. At the General Tab Look for “Open File Explorer to” change “Quick access to ThisRead More…
Store Window Apps on a External Storage
Go to Start > Settings > System > Storage after you’ve connected the storage to your PC. Click the drop-down menu under “New apps will save to” and select the external storageRead More…
Enable Find my Device in Window 10
To active it, go to Start > Update & Security > Find My Device Then click the big Change button and enable the “Save my device’s location periodically” option when prompted. OnceRead More…
Using Ipconfig Diagnostic Tool for Networking
Open up command prompt and and type ipconfig. It will show you your ipaddress|netmask|default gateway ipconfig has many syntax ipconfig /? will display the options ipconfig /all show all detailed information ipconfigRead More…
How to Delete User in Ubuntu
If you no longer need the user account if non root user with sudo privileges sudo deluser olduser or with root deluser olduser To remove the home directory for the old userRead More…
How to Add User in Ubuntu
Log in as root or with root privileges 1. sudo adduser newuser or adduser newuser Enter the the info or just leave blank. 2. Set the password for the new user sudoRead More…
How to Enable/Disable and check Status of iptables in Ubuntu
To enable iptables log in as root or root priviledges 1. sudo ufw enable To disable 2. sudo ufw disable to check the status 3. sudo ufw status