==-=-=-=-==-=-=-=-=-=-==-=-=-=-=-

To Froce Excel to open a csv (comma separated values) add this line atthe beginning of the text file.

sep=,

=-=-=-=-=-=-=-=-=-=-

IObit Uninstaller
– One-Stop Solution to Stubborn Programs Uninstall

https://www.iobit.com/en/features-one-stop-solution-to-stubborn-programs-uninstall-30.php

==================================

Resident translator

Qtranslator

https://qtranslate.en.softonic.com/

https://www.majorgeeks.com/files/details/qtranslate.html

 

==========================

Screen shot

https://getgreenshot.org/

=======================

To find all folders (only folders)  that have the word amir in the folder name

amir kind:folders

 

=====================================

Free Alternative to Microsoft OneNote

Xournal++

Write

==========================================================

To write by pen on the Application of Computer Using a cellphone or tablet

Criteria:  

1) being able to choose one of the monitors to be controlled by pen

2) controling when pen is writing and when is moving mouse

=-=-=-=-=-

Best Tested result in terms of speed and quality:

on Desktop:

Sunshine Remotely access your PC to play games

https://sunshine.en.uptodown.com/windows/download

on Note 9:

Moonlight Client

https://moonlight-stream.org/

you can access your Sunshine host computer from another city, provided your home PC is turned on and connected to the internet. Because Sunshine is designed to be used in tandem with the Moonlight Game Streaming client, you will need to link your remote device to your home machine. [1, 2, 3, 4]
1. Tailscale (Highly Recommended)
This is the simplest, most secure, and most user-friendly approach. It acts like a private tunnel between your devices without having to expose your home network to the open internet. [1, 2]
  • Setup: Download and install the Tailscale app on both your home computer and the laptop/device you are using in the other city.
  • Connection: Log in to both apps using the exact same account. In your Moonlight client, instead of your home IP address, enter the specific Tailscale IP address assigned to your home PC to establish the connection. [1, 2, 3]
2. Built-in UPnP
Sunshine has a built-in feature that can automatically configure your router to allow remote connections. [1]
  • Setup: Open the Sunshine Web UI on your home PC, go to the Configuration settings, and enable UPnP.
  • Caveats: You must do the initial pairing of Sunshine and Moonlight while both devices are connected to the same home Wi-Fi. This method requires your router to reliably support UPnP. [1, 2]
3. VPN / Twingate
Advanced methods like using Twingate or establishing a network VPN (like WireGuard) can create secure, encrypted tunnels directly to your home LAN.

 

=-=-=-=-=-=-=-=-=-=-=-=-=-

Make sure the version of the server and client are the same

If the two computers on the same network, Run TightVNC server on the PC side The Firewall must be  managed.

To share the first display  ultravnc automatically shares the screen one

1) Run tightvnc  server

2) “C:\Program Files\TightVNC\tvnserver.exe” -controlapp -sharedisplay 1

3) on note 9    run avnc    is a little faster

run bvnc client   shown below                direct  hold pen           zoomable        (slow in update the lower the resolution the better)

 

On android side MultiVNC pen behavior not good

TigerVNC was originally based on the (never-released) VNC 4 branch of TightVNC which is more actively updated.

=-=-=-=-=-=-=-=-=-

 

Weylux.exe  on the desktop

in browser on note 9:

http://desktopip:1701

https://github.com/H-M-H/Weylus/releases

https://github.com/electronstudio/WeylusCommunityEdition/releases

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

spacedesk

=-=-=-=-=-=-

Chrome Remote Desktop

Chrome remote desktop portal has support and  remote access mode.

remote access mode remains active with a passowrd

supports generates an access code each time

https://remotedesktop.google.com/support

=-=-=-=-=-=-=-

for example when you want to sign a document on a desktop :
Anydesk on the PC with a resolution that should not be much higher than tablet resolution
Anydesk On the cellphone-> mouse mode
-=–=-=-=-=-=-=-=-=-=

 

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Rust Desk

rustdesk client is not in android app store it must be downloaded as apk   

Installation doc: https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/install/

URL: https://www.youtube.com/watch?v=9nzHm3xGz2I

-=-=-=-=-=-=-=-=-=

Free alternatives: https://medium.com/@paraskeva.glueck/top-5-free-rustdesk-alternatives-in-2024-3c3671d7fe52

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-

To see the desktop of  a computer from another computer without writing on it

DWagent  

If installed, it will be a service (Not a good Idea)
If you just run without installation, it works as a screen server on the pc sharing. The pc viewing should logon with one time username password given by that server. Every run on the same server will give the same username but every time with a different password
from a browser: https://www.dwservice.net/en/

UltraViewer  is like DWagent but must be installed and preserves the password.

Jitsi

is also free with no installation

For this purpose of course there are others:
Tiger VNC
Anydesk
UltraViewer  can write on the other computer but is not practical

Zoom

share the window->… -> enable annotation for others      on the viewer: View options annotate
Any annotation will be done within zoom and is not within the document

 

 

======================================================

Context menu (right click) freezes the windows explorer and one must restart windows explorer in task manager.

remove MPV by running MPV uninstaller in is MPV folder

Com surrogate should not take 15% cpu time, kill Com surrogate in task manager

Delete the folder containing MPV.exe

scan and repair  registry with CCleaner  registry cleaner multiple times and restart windows

Make another program default for video.

==========================
Mahou Free Language switcher and translator

https://github.com/BladeMight/Mahou/releases

create the folder in portables then copy the ini file below to the folder

https://demosophy.org/AmirResources/Mahou.ini

=================================

Clock and calendar

https://github.com/White-Tiger/T-Clock/releases

==============================

https://www.bleepingcomputer.com/forums/t/677938/sihostexe-and-explorerexe-unknown-hard-error/

 

==========================================

To lock your workstation run a batch file containing:

C:\Windows\System32\rundll32.exe user32.dll,LockWorkStation

 
==================================================
Windows 10
To change the colors of
create a shortcut to:
C:\Windows\System32\rundll32.exe shell32.dll,Control_RunDLL desk.cpl,Advanced,@Advanced
To change the font sizes:
—————————-
To fix start menu problem:
Type the following commands at the CMD prompt and hit on Enter Key:
powershell sfc /scannow dism /online /cleanup-image /restorehealth
7. If the above didn’t resolve the issues. Then perform the below methods.
8. If the above commands both completed and show no remaining issues, run these commands: powershell Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like “*SystemApps*”} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} R
  1. Press Windows Key + R on your keyboard.
  2. Key in PowerShell and hit Enter.
  3. Right click on the PowerShell icon on the taskbar and select Run as Administrator.
  4. Now paste the following command in the Administrator: Windows PowerShell window and press Enter key: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
  5. Wait for PowerShell to execute and complete the command. Ignore the few errors (in red color) that may pop up.
  6. When it finishes, try hitting Start and hopefully it’ll start working.
 
===================================================================

Change the width of scroll bars

: HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics
Change to -500 to double the size
Change to -500 to double the size
——————————————–
 
 
 
To speedup:
Disable these:
and
WIN+R keys together to launch RUN dialog box and type services.msc
Following are some services which can be safely set to MANUAL:

  • Connected User Experiences and Telemetry (To turn off Telemetry and Data Collection)
  • Diagnostic Policy Service
  • Diagnostic Tracking Service (To turn off Telemetry and Data Collection)
  • dmwappushsvc (To turn off Telemetry and Data Collection)
  • Downloaded Maps Manager (If you don’t use Maps app)
  • IP Helper (If you don’t use IPv6 connection)
  • Program Compatibility Assistant Service
  • Remote Registry (You can set it to DISABLED for Security purposes)
  • Secondary Logon
  • Security Center
  • Touch Keyboard and Handwriting Panel Service (If you don’t want to use touch keyboard and handwriting features)
  • Windows Defender Service (If you don’t use Windows Defender program)
  • Windows Error Reporting Service
  • Windows Image Acquisition (WIA) (If you don’t have a scanner)
  • Windows Search (If you don’t use Windows Search feature frequently)
————————————
To get rid of unwanted new services like Cortana
Create and run a     k.bat file with this content:
 
taskkill /f /im SearchUI.exe
taskkill /f /im RuntimeBroker.exe
mkdir %windir%\SystemApps\NoCortana
move %windir%\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy %windir%\SystemApps\NoCortana
————————————————————-
or:
right click on the in task manager.
open their location.
prepare your rename action.
kill the service task manager and immediately rename.
Open Task Manager and have it show More details. Right click on Cortana and select Open file location.
Task Manager
Now find the Cortana folder, right click it, and select Rename. I would recommend just adding “.bak” to the end of the folder name so you can find it easily if you want to restore it back to it’s original status. Rename
If you attempt to rename, it will tell you that the folder is in use. Folder In Use
This is when you want to go back to Task Manager, right click on Cortana, and select End task. End task
Right after the task ends, switch back to the Folder In Use window and click Try Again. The folder should be renamed and the Cortana task will not start again.
 
 
 
 
=================================================

AutoHotkey

This application allows you to create hotkeys for both keyboard and mouse. In addition, you can also remap keys if you want to.

AutoHotkey is an open-source scripting language for Windows
Here is the example I created to search selected text in Farsi dic and wikipedia

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

 

^#f:: ; CTRL+win+f hotkey
;Send, {Ctrl down}c{Ctrl up} ; Copies the selected text. ^c could be used as well, but this method is more secure.
;clipboard := clipboard
;MsgBox, %clipboard%
clipboard := “” ; Start off empty to allow ClipWait to detect when the text has arrived.
Send {Ctrl down}c{Ctrl up}
ClipWait ; Wait for the clipboard to contain text.
;MsgBox Control-C copied the following contents to the clipboard:`n`n%clipboard%
Run https://abadis.ir/?lntype=entofa&word=%clipboard%
return

^#w:: ; CTRL+win+w hotkey
;Send, {Ctrl down}c{Ctrl up} ; Copies the selected text. ^c could be used as well, but this method is more secure.
;clipboard := clipboard
;MsgBox, %clipboard%
clipboard := “” ; Start off empty to allow ClipWait to detect when the text has arrived.
Send {Ctrl down}c{Ctrl up}
ClipWait ; Wait for the clipboard to contain text.
;MsgBox Control-C copied the following contents to the clipboard:`n`n%clipboard%
Run https://en.wikipedia.org/wiki/%clipboard%
return

 

^#t:: ; CTRL+win+w hotkey
;Send, {Ctrl down}c{Ctrl up} ; Copies the selected text. ^c could be used as well, but this method is more secure.
;clipboard := clipboard
;MsgBox, %clipboard%
clipboard := “” ; Start off empty to allow ClipWait to detect when the text has arrived.
Send {Ctrl down}c{Ctrl up}
ClipWait ; Wait for the clipboard to contain text.
;MsgBox Control-C copied the following contents to the clipboard:`n`n%clipboard%
Run https://translate.google.com/?hl=fa&sl=auto&tl=fa&text=%clipboard%&op=translate
return

===========================================================================
 

BadCopy Pro  data recovery software for flash drive, USB drive, CD, DVD, memory card, floppy disk and other removable disks.
BadCopy Pro can effectively recover and rescue corrupted or lost data from damaged, unreadable, formatted or defective disks.
It works with Microsoft Windows 98/2000/XP/Vista/7/8/10.

Some Situations Where BadCopy Pro Can Help
  •  Flash drive, USB drive and USB stick data recovery.  Damaged floppy disk repair and floppy data recovery.
  •  Damaged or defective CD and dvd  data recovery including CD-ROM, CD-R and CD-RW DVD-ROM, DVD+/-R/W.
  • Rescuing lost files and  Recovery of inaccessible data on floppy disk, CD, DVD and flash drive.
  •  CD, DVD burning problems and data loss recovery.
  •  Recovery of corrupted or unreadable files from CD, DVD, floppy, USB drive.
  •  Retrieval of data from all sessions on multi-session CD and DVD.
  •  Lost photo recovery for memory card used in digital camera and phone.
  •  Recovery of files deleted or formatted from floppy disk and USB flash drive.
  •  Recovery of data on Iomega Zip disk, Jaz, MO disk, and USB external drive.
 The software does not write data to your original disks, but saves the recovered data to a new folder that you specify.
The evaluation versions shows the recovered files but does not save them
 

Loading