Which start up program is this? Did I install it???

Enabling the Command line view will show us the location of the executable. Right click on the Top Row and Check “Command line”

From the Command line column we see that the program is Tomboy

Which start up program is this? Did I install it???
Enabling the Command line view will show us the location of the executable. Right click on the Top Row and Check “Command line”
From the Command line column we see that the program is Tomboy
The hiberfil.sys is created and used when hibernating in Windows. Sometimes can be needed to help shrink the space on a drive.
Launch a command prompt with administrator privileges.
You can hit Windows Key + R, type in cmd, and hit Ctrl + Shift + Enter together. It’ll ask you to verify that you want to launch it. Hit Yes.
Alternatively you can search for the Command Prompt, Right click on it and Run as Administrator
Turn Hibernate off
powercfg -h
off
A reboot should remove the file. If not you should be able to delete it. It is on the root of the drive, but you’ll need to enable hidden files and disable the “Hide protected operating system files” to see it.
You can turn it back on by changing off to on
powercfg -h on
More information:
Search for “Turn Windows features on or off” and launch
Find “Windows Sandbox” and enable and hit OK. After it installs you’ll need to reboot.
After you reboot you can search and launch the Windows Sandbox
Open up “Network and Internet” settings in Control Panel.
Find your WiFi adapter, right click and select properties.
Click on Sharing, then click the box under Internet Connection Sharing. Select the Ethernet connection and save.
Had a problem with a NVR not displaying cameras correctly in the web interface in Internet Explorer. The issue appears to be something wrong with how it is interacting with Windows scaling.
To resolve the issue you can set the scaling to 100%
or
If the monitor is a HDPI, set it to a 1920×1080 resolution with scaling at 100%.
Open a command prompt and run the following command.
netsh wlan show profiles name=* key=clear > Desktop\Passkeys.txt
You can now open up the Passkeys.txt file and view all your saved networks.
If you just need to view one network, you can refer to this link.
File: \EFI\Microsoft\Boot\BCD Error code: 0x000000f The Boot Configuration data for your PC is missing or contains errors.
The following notes may be of some help when trying to resolve the above error. Think the primary issue had to do with cloning a GPT drive to a RAID array that was using MBR. So think everything worked after converting it to GPT
All the commands are/were run from a recovery Command Prompt
Convert MBR disk to GPT
After running the following command the EFI directory was automatically created.
The command is supposed to be non destructive. Change the disk to whichever disk your trying to change to gpt.
gpt2efi /validate /disk:0
Other commands
If running the above command did not work then you may give the following command a try. Change the drive names where appropriate.
bcdboot c:\windows /s s: /f UEFI /v
You may be able to get away with just using
cdboot c:\window
s
You can check if the above worked by seeing if it created any files in the directory, if new efi partition is S:, then from a command prompt run
S:
dir
Commands for recreating the EFI partition (WARNING! MAY DESTROY DATA!)
diskpart list disk select disk # Note: Select the disk where you deleted the EFI System partition. list partition create partition efi format quick fs=fat32 list partition list volume
Windows 10 by default does a hybrid shutdown which is supposed to make it quicker to start back up.
To fully shutdown you can hold the Shift key down while clicking the shutdown button.
Side note. A Restart will do a full shutdown before starting back up.
More info.
https://www.bleepingcomputer.com/forums/t/625963/details-of-shut-down-vs-restart-please/#entry4079503
https://superuser.com/questions/974553/what-does-shiftshutdown-do-in-windows-10
Boot up radio in tftp mode by pressing the reset button for ~20seconds or till you get the crossing blinky lights.
Enable TFTP
In Windows, search for
“turn windows features on or off”
Open up and select tftp client. Then hit OK.
That should install the tftp client
Flash firmware
To flash the firmware, open up a command prompt and run the tftp command
tftp -i 192.168.1.20 PUT "\Users\bob\Downloads\XM.v6.1.3.31939.171117.1238.bin"
Shutdown
shutdown /s
Hibernate
shutdown /h
Log off
shutdown /l