Wednesday, December 21, 2022

MX Linux Samba (or maybe not) SSH Is Awesome

01-05-2024 I think I'll jump ship on my default Linux distro. MX is crisp, fast and I liked the idea of not bowing to systemd but systemd is the way Linux is going ao might as well get used to it. Mint is a suitable landing place.

There may be some reason to use a Linux distro other than MX but I can't think of a good one.
OK, hacking but other than that . . .
So, you need to transfer files from and to Windows and Linux . . .
. . . or maybe from Windows to Windows and Windows network just doesn't work?
I'll do anything to keep from plugging in a flash drive 😎

MX makes Samba easy, sort of - with these hints.
sudo mkdir -p /home/share
(I tried mkdir in the user dir but couldn't change permissions)
sudo chmod -R 0777 /home/share
sudo chown -R yourname /home/share
Check Shares    sudo smbstatus --shares

Run MX Samba setup and point to share
sudo service smbd restart
sudo service nmbd restart

I can't always get to Windows network from MX. Yes, it is painful.

When logging on from Windows to Linux 
Try this . . . If Windows rejected credentials
Use your Microsoft email address
User:MicrosoftAccount\me@email.com
Example: you are Bob and your Microsoft email is BobBarker@live.com and your local PC password is 1234
Enter Bob/BobBarker@live.com - 1234
It works even if you are running Windows with local account.
I know - It's crazy

If all else fails or instead of suffering . . .
Linux to Windows
Xlight server on Windows (simply the easiest ftp server)
Filezilla client on MX or any Linux
or . . .
Windows to Linux
"sudo service ssh start" on MX (clear port 22 on firewall) if ssh not installed, do it.
(Doing ssh -V gives result but server needs installation anyway)
WinSCP on Windows
*** SSH may need to be installed even in MX
sudo apt update
sudo apt install openssh-server
sudo service ssh start (as opposed to system d "sudo systemctl start ssh")
No need to enable on MX it starts at reboot (I think). If not see auto start below.
MX manual says:
Start or restart the ssh daemon as root with the command:
/etc/init.d/ssh start
To auto start at boot:
Session and Startup and add /etc/init.d/ssh start
You may need to edit the /etc/ssh/ssh_config
sudo nano /etc/ssh/ssh_config
After config edit . . .
sudo service ssh restart
To check if ssh running
sudo service ssh status
and . . .
Remember to either turn off the Firewall
sudo ufw status

Or allow port 22
sudo ufw allow ssh
or
sudo ufw allow 22/tcp
or
Use the GUI

Or use a python simple server
Or just use . . .
AnyDesk is often an option depending on the Linux distro.

To sum up a quick setup
sudo apt update
sudo apt install openssh-server
sudo service ssh start
sudo ufw allow ssh
sudo nano /etc/ssh/ssh_config
sudo service ssh restart

Bonus:
1. I don't know why first 10, 15, 25 things to do in xyz-linux never mentions it but . . .
sudo apt install fsearch (it's everything search for linux)
2. Need Linux for your Ventoy drive? Make a snapshot ISO after you get MX updated and just the way you like it and drop the ISO on your Ventoy drive.
3. This is turning into an MX tutorial. This video is full of MX setup info.

In Mint
to install ssh sudo apt install openssh-server to check if enabled sudo systemctl is-enabled ssh if disabled do this sudo systemctl enable ssh sudo systemctl start ssh sudo systemctl status ssh firewall sudo ufw allow ssh sudo ufw status verbose !! Be sure to edit sshd_config port 22 & authorization

Saturday, December 10, 2022

ChatGPT

 I may need some notes for this . . .

ChatGPT

I asked it how to write a bat file to open command prompt with admin privilege's.
It said
@echo off
runas /user:Administrator /savecred cmd

(How much Googling would be needed for the same answer?) 

Or how about an AutoHotKey script?

Change pause to space when running COH only withing the COH program
;Replace the pause key with "space"

#IfWinActive ahk_exe RelicCOH.exe

Space::Send, {Pause}

#IfWinActive

. . . or

; Replace the pause key with the "space"

#IfWinActive ahk_exe YourProgram.exe

Pause::Space

#IfWinActive

To just replace pause with space in all programs
#space::pause


Tuesday, November 1, 2022

Veyon Setup

Even though the Veyon idea great I gave up do to some Windows machines having problems with static IPs. Anydesk just works. To be fair, I use old PCs so the fault may lie in Win10 compatibility with the old network adapters in the PC and not Windows 10 itself.

On the control machine
Install master and client Veyon
Method key file
Create key home (or something)
Export public key to desktop
Check access is administrators
Add new location home
add new pc home-pc1
add host address fixed ip for the remote pc

go to client
install client only
import public key name it home
add new location home
add host address static ip (be sure it is outside the router's DHCP range)
The DHCP range is probably the first 120 slots so choose something like 192.168.1.201

Veyon master needs to be restarted when changes are made 

I still prefer Anydesk but Veyon is great for monitoring and maintaining multiple pcs on the same network. You can send files from the master to the client. You do need a static IP for the clients . . . and good luck getting a Windows 10 PC to keep a static IP to work long term. Some do and some don't.

Friday, October 14, 2022

Command Prompt Syntax

 I need a place for cmd syntax.

Reboot to bios (this does work so if not something is screwy)
shutdown /r /fw /f /t 0
If you want to make a shortcut
C:\Windows\System32\shutdown.exe /r /fw /f /t 0

Thursday, October 13, 2022

Excel Hints

 Auto adjust cells to fit data

cntl + a then while holding alt type hoi


Average and ignore zero cells:
=AVERAGEIF(B7:M7,"<>0")

Wednesday, September 7, 2022

Microsoft Edge Browser Not Starting

I tried a bunch of stuff. Tried uninstall through cmd and reinstall. Nothing worked.

Then I did this.
Try this first. It may be only thing needed.
Browse the Registry to the HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Edge key
In the right pane, remove the MetricsReportingEnabled value if you have it there

Now, switch to the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge branch.
Again, look for the MetricsReportingEnabled value and delete it.

If above doesn't fix then do this.
Install Edge through the app store.

Monday, August 15, 2022

Xlight FTP Server

Windows network sharing is fine but maybe you don't want to bother setting it up and then removing the share. Or maybe you are on Linux and Samba is being difficult. FTP is a good option.

I don't use an FTP server often and forget how to set it up. This is simple but here it is.
No install necessary - stand alone.
 
Start Xlight and add a server. No need to change the Dynamic IP.

You can check the actual IP by clicking the drop box arrow.

The server list will show IP 0.0.0.0 unless you actually choose the actual IP but it will work fine.
It is handy to choose the actual IP to always see the connection address.

Click the guy in the top menu and set up a user and folder.
Anonymous and no password works fine or use a name and password.




This is where you set up login, password and home directory to share.
Anonymous with no password works fine on local network. 

Click the icon next to browse under Home Directory
Xlight defaults to read only so if you need to copy files in both directions "write" needs to be checked.

The "write" setting can be changed later by clicking the guy again, clicking the edit icon on the right, clicking User Path, double click the virtual path.
Wow, that's a lot of clicking.



Access from another PC with an FTP client like Winscp or Filezilla client or
browser "ftp://IP Address:21
Set Winscp to ftp
Install client of Linux (sudo apt install filezilla)





Sunday, August 7, 2022

Dell XPS13 Black Screen

2022-09-16 So I reset Windows and it helped but still happens occasionally.
I see so many mentions of this online it would keep me from Dell laptops in the future.

2022-09-06 Well, that didn't last long. It's Baaack. No, "fast start" is not on but shut down didn't temp fix, only restart so feels like a "fast start" issue.
2022-08-31 I normally do not allow Windows update to install drivers. Why? Who knows? But WU found a Dell firmware and an Intel driver that Dell did not find so . . . That seemed to finally fix things.
But I've claimed victory before.

Try win + ctl + shift + b to reset the video driver.
Although this can help it is not a solution.
The only thing I have found is to turn all screen turn off options disabled.

Sunday, July 10, 2022

Place Code or Text In A Box

<pre style="background-color: whitesmoke; border-radius: 4px; border: 1px solid rgb(204, 204, 204); color: #333333; font-family: Menlo, Monaco, Consolas, &quot;Courier New&quot;, monospace; font-size: 13px; line-height: 1.42857; margin: 0px 50px 10px 40px; overflow-wrap: break-word; overflow: auto; padding: 9.5px; word-break: break-all;">"Place code or text here"

</pre>

Thursday, July 7, 2022

Software Install & Update

SOFTWARE INSTALL & UPDATE

Chris Titus Script (Will install Chocolatey on first run)
irm christitus.com/win | iex

The Mother Load of tweeks

Symenu
AnyDesk
Autoruns
CCleaner_Portable
CrystalDiskInfo
CrystalDiskMark
HFS Server
LaunchyQT
PatchMyPC
Revo_Uninstaller
Snappy_Driver_Installer_Origin
Veracrypt
Windows_Repair_Toolbox
Wise_Disk_Cleaner

-Nirsoft Section
QuickSetDNS
ShellExView_x64
Wireless_Network_Watcher

PatchMyPC
I'm leaning toward Patch to install much of this. Edit the ini file and store online for download.
I'm irritated by some the the install location inconsistency of Choco and Winget.
Winaero-Tweaker
Windows Update MiniTool

Chocolatey
(I'm liking this thing less as time goes. PatchMyPC first and Winget for everything else)
chocolateygui
as-ssd
hwinfo
irfanviewplugins
libreoffice-fresh
nitroshare
notepadplusplus
scite4autohotkey
shutup10
reflect-free
-y

Winget
If on Win10 Winget won't work, update in Windows store. It that doesn't work install from github.
If getting errors from "winget source update" try using a VPN. Winget is having issues with some locations and VPN works for me at the moment.
Automattic.Simplenote;
JavadMotallebi.NeatDownloadManager;
CodeJelly.Launchy;
Microsoft.VisualStudioCode;
PrivateInternetAccess.PrivateInternetAccess;
TranslucentTB.TranslucentTB
CrystalRich.LockHunter
Nilesoft.Shell (windows 11)
From Website
Windows Repair Toolbox (also in Symenu and PatchMyPC)
ClearDisk Info (SSD Health)
LittleBigMouse (if dual monitor problems with mouse)
NVCleanInstall (nVidia drivers)
Display Driver Uninstaller (advised to disable internet before running)
Rocket Dock (My Basic with stacks and icons)
Bypass Paywall Chrome (github) (may not work on every pcP
--- GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} ---

Install Chocolatey with this in an admin cmd
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

Winget
Windows 10
Get App Installer from the App Store
Windows 11
Already has it

Chocolatey Commands
choco outdated
choco find or search
choco upgrade all
choco list --localonly

Winget Commands
winget upgrade
winget search
winget upgrade --all

Some commercial software like AOMEI.backupper provide spotty results.

PatchMyPC.ini
; Options

;Chk_Options_AppendComputerNameToLog
;Chk_Options_AutoCloseAppsBeforeUpdate
;Chk_Options_AutoStartUpdateOnOpen
;Chk_Options_CreateDesktopShortcuts
;Chk_Options_CreateRestorePoint
;Chk_Options_DisableAutoUpdatingAllApps
;Chk_Options_DisableLogFile
;Chk_Options_DisablePatchMyPCSelfUpdater
;Chk_Options_DisableSilentInstallOfApps
;Chk_Options_DontDeleteAppInstallers
;Chk_Options_DownloadOnlyMode
;Chk_Options_EnablePatchMyPCBetas
;Chk_Options_EnableVerboseLogging
;Chk_Options_Install32BitWhenAvailable
;Chk_Options_MinimizeToTrayWhenClosed
;Chk_Options_MinimizeToTrayWhenMinimized
;Chk_Options_MinimizeWhenPerformingUpdates
;Chk_Options_RestartAfterUpdateProcess
;Chk_Options_ShutdownAfterUpdateProcess

; Plugins and Runtimes

;Chk_ADBLockIE
;Chk_AdobeAir
;Chk_AdobeFlashActiveX
;Chk_AdobeFlashPlugin
;Chk_AdobeShockwave
;Chk_Java8x64
;Chk_Java8x86
;Chk_Java9x64
Chk_NETFramework
;Chk_Silverlight

; Browsers

Chk_Brave
Chk_GoogleChrome
;Chk_Maxthon
Chk_MozillaFirefox
Chk_MozillaFirefoxESR
;Chk_Opera
;Chk_PaleMoon
;Chk_Vivaldi
;Chk_Waterfox

;Multimedia

;Chk_AIMP
;Chk_AmazonMusic
;Chk_AppleiTunes
;Chk_Audacity
;Chk_Foobar2000
;Chk_GOMPlayer
;Chk_jetAudioBasic
;Chk_Klite
;Chk_MediaInfo
;Chk_MediaMonkey
;Chk_MP3Tag
;Chk_MPC
;Chk_MPCBE
;Chk_MusicBee
;Chk_PotPlayer
;Chk_RealPlayer
;Chk_SMPlayer
;Chk_StereoscopicPlayer
Chk_VLCPlayer
;Chk_WinAMP

; File Archivers

Chk_7Zip
;Chk_Bandizip
;Chk_PeaZip
;Chk_Winrar
;Chk_WinZIP

; Utilities

;Chk_8GadgetPack
;Chk_AdvancedIPScanner
;Chk_AdvancedSystemCare
;Chk_AdvancedUninstallerPRO
;Chk_AngryIPScanner
;Chk_AuslogicsDiskDefrag
Chk_autohotkey
;Chk_AutoRunOrganizer
;Chk_BleachBit
;Chk_BOINC
;Chk_CamStudio
;Chk_CCleaner
;Chk_ClassicShell
;Chk_CopyHandler
;Chk_DoNotSpy10
;Chk_Eraser
Chk_Everything
;Chk_Fiddler
;Chk_GlaryUtilities
;Chk_Greenshot
;Chk_HashTab
;Chk_HostsMan
;Chk_HotspotShield
;Chk_IObitUninstaller
;Chk_IoloSystemMechanic
;Chk_LogitechSetPoint
;Chk_MultiCommander
;Chk_Nmap
;Chk_NVDAScreenReader
;Chk_OpenVPN
;Chk_PicPick
;Chk_PrivacyEraser
;Chk_PrivaZer
;Chk_ProcessHacker
;Chk_ProcessLasso
;Chk_ProtonVPN
;Chk_PureSync
;Chk_RDCMan
;Chk_RegistryLife
;Chk_RegOrganizer
;Chk_Revo
;Chk_SABnzbd
;Chk_SFXMaker
Chk_Everything
;Chk_SimpleSystemTweaker
;Chk_SmartDefrag
;Chk_SoftOrganizer
;Chk_StartupDelayer
;Chk_SubtitleEdit
;Chk_SUMo
Chk_SyncBackFree
;Chk_TeraCopy
;Chk_TreeSizeFree
;Chk_UltraDefrag
;Chk_UltraSearch
;Chk_Unchecky
;Chk_Unlocker
;Chk_WhoCrashed
Chk_WinaeroTweaker
;Chk_WindowsRepair
;Chk_WinMerge
;Chk_WinUAE
;Chk_WiseCare365
;Chk_WiseDiskCleaner
;Chk_WiseDriverCare
;Chk_WiseFolderHider
;Chk_WiseProgramUninstall
;Chk_WiseRegistryCleaner
;Chk_Zotero

; Hardware Tools

;Chk_CoreTemp
;Chk_CPUZ
;Chk_CrystalDiskInfo
;Chk_CrystalDiskMark
;Chk_DiskCheckup
;Chk_DriverBooster
;Chk_DriverEasy
;Chk_HWiNFO32
;Chk_HWiNFO64
;Chk_HWMonitor
;Chk_MSIAfterburner

; Documents

;Chk_AdobeReader
;Chk_Calibre
;Chk_ComicRack
;Chk_CutePDFWriter
;Chk_Evernote
Chk_FoxitReader
;Chk_LibreOffice
;Chk_OpenOffice
;Chk_PDFCreator
;Chk_PDFedit
;Chk_PDFSamBasic
;Chk_PDFViewer
;Chk_PDFXChangeEditor
;Chk_PNotes
Chk_SumatraPDF
;Chk_WPSOffice

; Media Tools

;Chk_Avidemux
;Chk_CDBurnerXP
;Chk_Etcher
;Chk_ExactAudioCopy
;Chk_ForMatFactory
;Chk_FreemakeVideoConverter
;Chk_FreeStudio
;Chk_HandBrake
;Chk_Imgburn
;Chk_Lightworks
;Chk_LMMS
;Chk_MagicISOCHK
;Chk_MKVToolNix
;Chk_MusicBrainzPicard
;Chk_OBSStudio
;Chk_OpenShot
;Chk_XMediaRecode
;Chk_XnView
;Chk_XnViewMP

; Messaging

;Chk_DavMail
;Chk_Discord
;Chk_eMClient
;Chk_Gpg4win
;Chk_Mailbird
;Chk_Mumble
;Chk_Pidgin
;Chk_Skype
;Chk_TeamSpeak
;Chk_Telegram
;Chk_Thunderbird
;Chk_Viber
;Chk_WhatsApp
;Chk_YahooMessenger

; Developer

;Chk_Atom
;Chk_Brackets
;Chk_CMake
;Chk_Codeblocks
;Chk_CoreFTP
;Chk_EditPadLite
;Chk_FileZilla
;Chk_Freeplane
;Chk_Frhed
;Chk_Git
;Chk_GitHubDesktop
;Chk_JAVAJDK8
;Chk_JAVAJDK8x64
;Chk_JAVAJDK9x64
;Chk_NotePad
;chk_NoteTabLight
;Chk_Putty
;Chk_RStudio
;Chk_SanBoxie
;Chk_SpeedCrunch
;Chk_TortoiseSVN
;Chk_VisualStudioCode
;Chk_WinDirStat
;Chk_WinSCP
;Chk_Wireshark

; Microsoft Visual C++ Runtimes

Chk_Redist2005x64
;Chk_Redist2005x86
;Chk_Redist2008x64
;Chk_Redist2008x86
;Chk_Redist2010x64
;Chk_Redist2010x86
;Chk_Redist2012x64
;Chk_Redist2012x86
;Chk_Redist2013x64
;Chk_Redist2013x86
;Chk_Redist2017x64
;Chk_Redist2017x86

; Sharing

Chk_AnyDesk
;Chk_Ares
;Chk_BitTorrent
;Chk_Dropbox
;Chk_eMule
;Chk_GoogleDrive
;Chk_Icloud
;Chk_mRemoteNG
;Chk_Nextcloud
;Chk_OneDrive
;Chk_OwnCloud
Chk_QBTorrent
;Chk_ResilioSync
;Chk_TeamViewer
;Chk_Utorrent
;Chk_VirtualBox
;Chk_VMwareHC
;Chk_VNCServer
;Chk_VNCViewer
;Chk_Vuze
;Chk_Windscribe

; Graphics

;Chk_Blender
;Chk_FastStoneImageViewer
Chk_Gimp
;Chk_ImageGlass
;Chk_Inkscape
Chk_IrFanView
;Chk_LibreCAD
;Chk_Paint
;Chk_Zoner

; Security

;Chk_360TotalSecurity
;Chk_AvastAntivirus
;Chk_AVG
;Chk_BitdefenderAR
;Chk_Cybereason
;Chk_EMET
;Chk_GlassWire
;Chk_IObitMalwareFighter
;Chk_KasperskyFree
;Chk_KeePass
;Chk_Malwarebytes
;Chk_MalwareBytesAntiExploit
;Chk_MSEAntivirus
;Chk_Panda
;Chk_RogueKiller
;Chk_Spybot
;Chk_SUPERAntiSpyware


; Miscellaneous

;Chk_GoogleEarth
;Chk_MyPhoneExplorer
;Chk_SamsungKies
;Chk_SonyPC
;Chk_WorldWideTelescope

; Gaming

;Chk_GOGGalaxy
;Chk_NvidiaPhysX
;Chk_Orgin
;Chk_RazerCortex
;Chk_Steam
;Chk_Uplay

; Portable Apps

;Chk_PortableAdwCleaner
;Chk_PortableAeroAdmin
;Chk_PortableAnyDeskPortable
;Chk_PortableASSSDBenchmark
;Chk_PortableBitdefenderUSB
;Chk_PortableCCleaner
;Chk_PortableChromeCleanup
;Chk_PortableComboFix
;Chk_PortableDDU
;Chk_PortableDefraggler
;Chk_PortableDesktopOK
;Chk_PortableDesktopOKx64
;Chk_PortableDOSBox
;Chk_PortableDShutdown
;Chk_PortableGeekUninstaller
;Chk_PortableGPUZ
;Chk_PortableInSpectre
;Chk_PortableKasperskyTDSSKiller
;Chk_PortableNETFrameworkRepairTool
;Chk_PortableOOShutUp
;Chk_PortableRecuva
;Chk_PortableRKill
;Chk_PortableRogueKillerx64
;Chk_PortableRogueKillerx86
;Chk_PortableRufus
;Chk_PortableSpeccy
;Chk_PortableSpeedyFox
;Chk_PortableSubtitleWorkshop
;Chk_PortableSysinternalsSuite
;Chk_PortableTorBrowser
;Chk_PortableUltimateWindowsTweaker
Chk_PortableWindowsRepair
Chk_PortableWindowsUpdateMiniTool
;Chk_PortableWSUSOfflineUpdates

Saturday, June 25, 2022

Rainfall Tracker

 https:https://nutrien-ekonomics.com/tools-to-calculate-fertilizer-needs/calculators/rainfall/

Link

Thursday, June 16, 2022

Gimp Adding Scripts, Fonts, Plug-ins

*Ha, I'm back to Partha's portable. Recent upgrade broke some stuff I use. Run Partha once and it setup up preferences folders.

Portable Gimp adds a "portable" folder to add scripts, fonts and plug-ins.
Installed Gimp does not. Those folders are deeper in the program.

I add a fold in the main Gimp folder called "whatever you want" and add scripts, fonts and plug-ins subfolders. I place my additions in those folders.

In Gimp go to preferences, folders and add those folders.

Installed Gimp is easier to upgrade than portable and I'm leaning toward using the installed version.

Folder Setup
preferences
- scripts
- fonts
- plug-ins

Place the preferences folder in the Gimp root folder
Open Gimp>Preferences>Folders and add the folder paths to Gimp

Keep the Preferences folder in the cloud for future setups.

Wednesday, June 15, 2022

Windows 11 On Unsupported PC

28-10-2023
New upgrade procedure for unsupported hardware
Download Win11 version from here
Create Folder C:\Windows11
Mount ISO and copy all files to C:\Windows11
CMD as admin and run
c:\Windows11\setup.exe /product server
Proceed as normal

11-APR-2023
Windows Install (Make it easy)
Answer File (Make the file)
Anyburn (Insert the file into ISO)
In Symenu
Rufus (Set up the flash drive and bypass Windows restrictions)
In Symenu

WhyNotWin11 Will give info on what Win11 does not like about your PC
(Ventoy 1.0.86: bypass Windows 11 hardware and online account requirement enabled by default)

If you want to bypass by yourself . . .
* This may be the easiest way.
*** Be sure to have Windows Activation Key ***
cmd = wmic path softwareLicensingService get OA3xOriginalProductKey
(even though I forgot to get the key on a self built and activated PC and deleted I all the partitions during setup, Win11 install picked up the activation)
1. Download standard Win11 ISO
2. On Ventoy (or other) bootable USB paste the Win ISO
3. Also paste this into bypass.reg and place file on root of USB

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassTPMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
"BypassRAMCheck"=dword:00000001
"BypassStorageCheck"=dword:00000001
"BypassCPUCheck"=dword:00000001
5. At Windows Setup screen, press Shift + F10 for command prompt
6. Type "regedit"
7. Import the bypass.reg file - or whatever name you gave it.
    (you may need to change directories ie cd .. a few times to find it)
8. PC name can not be same as user name so Remember Name-PC
9. Bypass MS account use email no@thankyou.com and any password
Check activation in cmd slmgr /xpr 

(Additional options below)
Install on unsupported PC
Rufus to make Windows install USB
(Rufus has this built in now)
Place bypass.reg in root
Start install
At "does not qualify" screen Shift +F10
Command Prompt loads
type notepad.exe
go to file>open change from txt to all files
on the bypass.reg right click and select merge
The registry now has bypass entry

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig
"BypassTPMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001

Upgrade on unsupported PC
On the PC you wish to upgrade go to Regedit
Computer\HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup
New>Dword(32-bit)Value
AllowUpgradesWithUnsupportedTPMOrCPU
1 Value data

Seems to me you may need only Win11.iso on drive for this to work.
Ventoy has built in bypass of all with this json file.
Change 0 to 1 in "VTOY_WIN11_BYPASS_CHECK"

{
"control": [
{ "VTOY_DEFAULT_MENU_MODE": "0" },
{ "VTOY_TREE_VIEW_MENU_STYLE": "0" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" },
{ "VTOY_SORT_CASE_SENSITIVE": "0" },
{ "VTOY_MAX_SEARCH_LEVEL": "max" },
{ "VTOY_DEFAULT_SEARCH_ROOT": "/ISO" },
{ "VTOY_MENU_TIMEOUT": "10" },
{ "VTOY_DEFAULT_IMAGE": "/ISO/debian_netinstall.iso" },
{ "VTOY_FILE_FLT_EFI": "1" },
{ "VTOY_DEFAULT_KBD_LAYOUT": "QWERTY_USA" },
{ "VTOY_WIN11_BYPASS_CHECK": "1" }
]
}


Local Account Setup
At sign in setup page
1. Disconnect internet
2. Press shift + F10 for command prompt
taskkill /F /IM oobenetworkconnectionflow.exe
or
F10
ipconfig /release
or
F10
oobe\bypassnro
or
select "I don't have internet"
or
Use the email address no@thankyou.com.
Type any password on the next screen.
Windows will display "Oops, something went wrong" on the next screen.
Clicking Next opens a screen that allows you to create a local account.

If you want to just upgrade 10 to 11 . . .
Or you could download a Win11 ISO, mount it and run setup. It will say your machine is not compatible but a new folder will be created in the registry.
Edit the registry and run setup again.








Monday, June 13, 2022

Best VPN

 I have used Private Internet Access for years and find it satisfactory. I believe it stops leaks of the IP in the other end.

But this is a free and portable VPN that is quite good. It may not stop leaks but an encrypted connection is often the only goal.

If you get a disappointing speed go to options and restart.

You can also stop the web page launch each time you start in the options.

Ultrasurf

Sunday, June 12, 2022

Windows 11 To Go

 Not much to say yet except it works.

Start Rufus as Admin. There were a couple files it couldn't access during my process. I still worked but best practice I didn't think about.

The two I've done with Rufus I chose GPT so it only boots with UEFI. (see below)

I saw I video where selecting MBR will allow booting both ways. Need to try.

I stuck one on SATA in a Linux machine and dual boot with the F key. I do get an odd warning to "keep the USB device attached" that I don't get when actually booting from USB.

All the drives in the PC are accessible.

This may be a good way to run/install Win11 from an incompatible PC that refuses the standard bypass of TPM. Not sure that ever happens.

I think this is the way to make it bootable in both UEFI and Legacy but I neglected to do it.

AOMEI Partition Assistant claims ability to create WinToGo from a current system.
EaseUS also has a solution I guess.
WinToUSB may also be a good option.

When you first boot WinToGo it goes through setup which went fine over ethernet. 
On wifi it no driver. Even when I installed the driver it didn't work. 
Maybe when I get to an ethernet connection that will all clear up.



Saturday, May 28, 2022

Chromecast On Hotel WiFi (or any Google TV device)

When the hotel splash page will not load you can not click "accept".
I can get this to work on Firestick through a browser by entering the hotels router IP but can't on Dynalink which is a Google TV device.

The easy way is to turn on your laptop hotspot and use that. Speed suffers but it works.

Another way I have not yet tried is MAC spoofing.
Select the hotel's wifi with the Google device and record the MAC of the Google device. The device will be connected to WiFi but no internet access.
Turn off the Google device.
Go to Device Manager on the laptop and enter the Google device MAC

When you connect laptop to hotel's wifi you should be able to access splash page.
You still may need to enter the routers IP to access the splash page.
Chrome often doesn't work so try Firefox.
Disconnect WiFi and remove the MAC spoof and restart the laptop.
Now when you restart the Google streaming device it should be authorized.

Saturday, February 26, 2022

Windows 11 Setup Local Account

Setting up Windows 11
At sign in setup page
1. Disconnect internet
2. Press shift + F10 for command prompt
taskkill /F /IM oobenetworkconnectionflow.exe
. . . or
shift f10
ipconfig /release
set up then
ipconfig /renew
. . . or
Use no@thankyou.com with any password

Continue through process without internet connection and local account setup will be enabled. 


Tuesday, February 1, 2022

Laptop Sound Too Low

 With Windows 10 I have occasionally found the laptop sound being too low even at 100%. I had never in all my years used this setting but it worked in this occasion.



Pin Not Available

Crazy Error I had not seen before. Pin not available blah blah. I restarted a few times and it finally worked. If it doesn't some say to...