Skip to content
Home » Windows 10

Windows 10

Windows 10 Related Information, How-To’s, Tips, Tools, and Guides

INSTALL AND RUN CISA SCUBAGEAR

Quick How-To on installing and running the app

First – Get Global Administrator permissions to the M365 Tenant

Second – Open a browser and login into it using the newly created Global Administrator Account

Next Download SCuBAGear from – https://github.com/cisagov/ScubaGear

Open PowerShell as an Administrator (right click and select this) on the computer that you will run SCuBAGear from

cd C:\directory\ScubaGear-main\
To the directory you installed SCuBAGear

Type
Set-ExecutionPolicy Bypass

Type
.\SetUp.ps1

Type
cd PowerShell\ScubaGear

Type
Import-Module -Name ScubaGear

Type:
Disconnect-SCuBATenant

Type:
cd ..\..\utils

Type:
Invoke-Scuba

Type:
.\RunSCuBA.ps1

Login as your Global Admin account

The report will run!

BLOCK TRACKERS CONTAINED IN EMAIL – MICROSOFT OUTLOOK DESKTOP APPLICATION

Most marketing emails contain a single pixel hidden in the email which tracks you. This pixel calls home, lets the marketers/spammers know that you opened the email, and begins tracking your movement through their system.

Here is how to block it within Outlook on your IOS device (ipad, iphone, etc)

Open Outlook

Click on the File

Select Options

Open Trust Center

Click on Trust Center Settings

Find Automatic Download

Place check mark in:
Don’t download pictures automatically in standard html…..
Don’t download pictures in encrypted or signed…..

Thats it! Tracking pixel disabled

FIX – “NO HEADSET FOUND” ERROR WHEN USING MICROSOFT FLIGHT SIMULATOR WITH META QUEST 2

This quick how-to is what you need to do to get the Meta Quest 2 also known as the Oculus Quest 2 connected to Microsoft Flight Sim.

On the computer, go to the Microsoft Store
Search for and install OpenXR
Download and Install the Oculus Software to your computer
Add new headset in Oculus Software
Reboot the computer
Open the Oculus Software
Use the Link Cable to Connect the Headset to the Computer

Now put the Meta Quest 2 headset on
Allow the files and link settings in the headset
When prompted, return to the computer

Open Microsoft Flight Simulator
Go into the VR Settings
Now you can “Switch to VR” and it will work

Enjoy!

WINDOWS 10 CONVERT IMAGES TO PDF

To convert scanned images, documents, or anything else for that matter, on a Windows 10 computer, you dont need any paid versions of software. You can do it directly from your computer

Here’s how

Open the folder that contains the documents
Click on the first document
Hold the Shift Key and click on the last document
This will select all of the ones you want
Right click on the highlighted documents
Select Print
And instead of printing to a Printer, hit the dropdown menu and select Print to PDF
Click Print
Give the document a name, and you now have a PDF from it!

COMBINE MULTIPLE CSV FILES FROM THE COMMAND LINE AND RETAIN FILENAMES

For this guide we will take thousands of csv files and combine them into One single file, which will be uploaded to a database. This file will have a new column inserted, where the originating filename will be added next to the row. In scraping sites, often my output files are separated and after I clean them up I need to combine them. This is how I do it.

On my Windows 10 computer
I will copy my CSV files over to a secondary drive, leaving the originals intact.
Then I will open a command prompt as an administrator and navigate to that drive. If the files are on my H: drive will navigate by typing
H:
Then press Enter

Now I will navigate to the “dataset” folder
cd dataset

I will then list the directory contents to ensure this holds my csv files
dir

Once I see all of my csv files I will enter the following:

for /f %a in ('dir /b *.csv') do for /f "tokens=*" %b in (%a) do echo %b,%a >> combined-date.csv

Then press Enter

This will create a file called combined-04132021.csv (which is today’s date)

And I can then upload that file to my database easily

COMBINE MULTIPLE CSV FILES FROM THE COMMAND LINE

For this guide we will take thousands of csv files and combine them into One single file, which will be uploaded to a database. In scraping sites, often my output files are separated and after i clean them up I need to combine them. This is how I do it.

On my Windows 10 computer
I will copy my CSV files over to a secondary drive, leaving the originals intact.
Then I will open a command prompt as an administrator and navigate to that drive. If the files are on my H: drive will navigate by typing
H:
Then press Enter

Now I will navigate to the “dataset” folder
cd dataset

I will then list the directory contents to ensure this holds my csv files
dir

Once I see all of my csv files I will enter the following
copy *.csv combined-date.csv
Then press Enter

This will create a file called combined-04132021.csv (which is today’s date)

And I can then upload that file to my database easily

RASPBERRY PI RDP TO WINDOWS 10

From time to time I need the ability to use RDP from my Raspberry Pi, to connect to my Windows 10 computer. Here is how I have installed RDP on my Raspberry Pi.

First you need to make sure your Raspberry Pi is running on Raspbian

Next, open a Terminal
Type:
sudo bash
apt-get update
apt-get dist-upgrade
apt-get install xrdp remmina
Press Y when prompted
The software will install
Once it has completed, reboot your Raspberry Pi

When you are back onto your Desktop
Go to the Raspberry Menu in the top left
Select Internet
Click Remmina

Now put the settings of your Windows 10 computer in, and make sure your Windows 10 system already has RDP enabled

Connect, and you are in!

Hardware that I used:
Raspberry Pi 4 (4gb)
https://amzn.to/3q551IO

SanDisk 32GB Ultra microSDHC UHS-I Memory Card with Adapter
https://amzn.to/2Vfvo0y

CanaKit 3.5A Raspberry Pi 4 Power Supply (USB-C)
https://amzn.to/3fNTYPu

CanaKit Raspberry Pi 4 Micro HDMI Cable – 6 Feet
https://amzn.to/33u5hr9

Western Digital 500GB WD_Black SN750 NVMe
https://amzn.to/3nZ5pH4

Plugable USB C to M.2 NVMe Tool-free Enclosure
https://amzn.to/3lflV3L

ACCESSING .ONION SITES WITHOUT TOR

While TOR is the recommended way to access the dark web, everyone and anyone can still visit without the same level of anonymity. I certainly would suggest using TOR always, however if you need to get to any .onion site from a computer without tor, you can do so by following this:

Open an internet browser (Edge, Firefox, Chrome, etc)
Type in the .onion site (ex. https://protonirockerxow.onion/rc/)
After the .onion portion of the address, add .dog (ex https://protonirockerxow.onion.dog/rc/)
Press Enter
You are now viewing RISEUP’s website on the darkweb, using a regular browser