How to move shared folder to another drive on Windows 11, 10
robocopy C:\SOURCE-SHARE D:\DESTINATION-SAHRE /R:5 /W:2 /Copyall /E /MIR
robocopy "K:\HPC-8300 Back-Up" "P:\HPC-8300 Back-Up" /R:5 /W:2 /Copyall /E /MIR
How to move shared folder to another drive on Windows 11, 10
robocopy C:\SOURCE-SHARE D:\DESTINATION-SAHRE /R:5 /W:2 /Copyall /E /MIR
robocopy "K:\HPC-8300 Back-Up" "P:\HPC-8300 Back-Up" /R:5 /W:2 /Copyall /E /MIR
These methods will not disable the Snipping Tool. The “PrtSc” button cannot be overwritten and will always call Snipping Tool:-
Solution is to turn off “Use the Print screen key to open Snipping Tool”.
MOBITEK EC20 4G router use SPI (Stateful Packet Inspection) Firewall for providing network security.
Go to “Firewall” -> “General”. In “Enable Firewall?” section, click on the button to turn on the firewall:-
Click “Apply”.
How does SPI Firewall work?
“… monitors active connections and checks whether incoming data packets correspond to these connections.
it then decides whether to grant or deny permission for them to pass the firewall.”
source: https://veepn.com/blog/what-is-spi-firewall/
MOBITEK EC20 4G router can restrict device (client) based on MAC address but not IP address.
When connecting MOBITEK Q25 using USB cable, “Quectel USB NMEA Port” is missing and the Device Manager keeps refreshing. When connecting “Quectel USB AT Port” to Hyper Terminal (in below example COM2), the modem is not responding to any AT commands.
MOBITEK Q25 should have 3 ports:
Steps to restore “Quectel USB NMEA Port”:
Conclusion: there are 4 types of list box or drop down box in PHPRunner:-
The
obj
folder holds object, or intermediate, files, which are compiled binary files that haven’t been linked yet. They’re essentially fragments that will be combined to produce the final executable. The compiler generates one object file for each source file, and those files are placed into theobj
folder.The
bin
folder holds binary files, which are the actual executable code for your application or library.
These are the web pages available:-
The difference between “List Page” and View Page”:-
LIST | VIEW |
https://xlinesoft.com/phprunner/docs/list_page_settings.htm A page that shows the table records and the buttons to work with these records. ![]() |
https://xlinesoft.com/phprunner/docs/choose_pages_screen.htm A page that shows the selected record only, without the additional buttons. ![]() |
https://xlinesoft.com/phprunner/docs/insert-standard-button.htm#list_page Functionality for List Page
|
https://xlinesoft.com/phprunner/docs/insert-standard-button.htm#view_page Functionality for View Page
|