Page 1 of 1

can I make usb safely remove portable?

Posted: Thu Jul 06, 2023 8:14 am
by giulia
Hi
I have usb safely remove , would love to make it portable , maybe with yaP yet another portablizer

can somebody know how do it?

thanks

Re: can I make usb safely remove portable?

Posted: Fri Jul 07, 2023 7:14 am
by lwc
  1. Monitor which registry values and external folders it adds or changes.
  2. Create a launcher with the monitored values/folders/files in your chosen Program Portabilizers. Keep in mind yaP, which isn't listed in this website, wasn't updated in almost a decade. If the list of values/folders/files is small and you want to create a small launcher in seconds, I recommend AutoRun LWMenu.
  3. Always start your program only through this launcher.

Re: can I make usb safely remove portable?

Posted: Fri Jul 07, 2023 8:09 am
by giulia
lwc wrote: Fri Jul 07, 2023 7:14 am
  1. Monitor which registry values and external folders it adds or changes.
  2. Create a launcher with the monitored values/folders/files in your chosen Program Portabilizers. Keep in mind yaP, which isn't listed in this website, wasn't updated in almost a decade. If the list of values/folders/files is small and you want to create a small launcher in seconds, I recommend AutoRun LWMenu.
  3. Always start your program only through this launcher.
hi
maybe there is a freeware that can re-wake an usb drive?
I like usb safely remove
thanks

Re: can I make usb safely remove portable?

Posted: Fri Jul 07, 2023 2:02 pm
by lwc
giulia wrote: Fri Jul 07, 2023 8:09 am hi
maybe there is a freeware that can re-wake an usb drive?
I like usb safely remove
thanks
I've just created a category of ejectors that might help you, but none of their descriptions mention any waking.
Then again, USB Safely Remove's features don't mention any waking either. Do you mean what they refer to as "Return Device Back"?
If so, none of the other programs' descriptions mention it either.
You can just quickly try them (that's one of the benefits of portable use) and see if they have it even though they didn't document it.
Although keep in mind out of this category only OpenCloseDriveEject is still maintained and its owner even wrote "According to personal needs and the ideas of the users of this Windows tool is still extended", so if you try and see it lacks this feature, you can try requesting the owner to add it.

Re: can I make usb safely remove portable?

Posted: Fri Jul 07, 2023 9:49 pm
by giulia
lwc wrote: Fri Jul 07, 2023 2:02 pm
giulia wrote: Fri Jul 07, 2023 8:09 am hi
maybe there is a freeware that can re-wake an usb drive?
I like usb safely remove
thanks
I've just created a category of ejectors that might help you, but none of their descriptions mention any waking.
Then again, USB Safely Remove's features don't mention any waking either. Do you mean what they refer to as "Return Device Back"?
If so, none of the other programs' descriptions mention it either.
You can just quickly try them (that's one of the benefits of portable use) and see if they have it even though they didn't document it.
Although keep in mind out of this category only OpenCloseDriveEject is still maintained and its owner even wrote "According to personal needs and the ideas of the users of this Windows tool is still extended", so if you try and see it lacks this feature, you can try requesting the owner to add it.
hi
"Return Device Back"?
I mean safely eject and without unplug and replug re-connect via software
USB Safely Remove can do it , even zentimo usb safely remove "Return stopped device back" can do it too
thanks

Re: can I make usb safely remove portable?

Posted: Fri Oct 13, 2023 6:43 am
by Llewelyn
yaP configuration:

Code: Select all

; configuration file for yaP v0.7.1.5 (http://yap.rolandtoth.hu/)
; application name: USB Safely Remove
; version: 6.4.3.1312 (Giveaway)
; website: https://safelyremove.com/index.htm

[GENERAL]
application = App\USBSafelyRemove.exe
!admin = 1

[BEFORE]
batch = {YAPROOT}\App\install.bat
regkey = HKCU\Software\SafelyRemove :: Settings\
+regvalue = HKCU\Software\SafelyRemove :: LicKey :: Q1IHAQYAR2l1bGlhAABkAJqwAAAAAAUAdj02LjShr6fIrrkH669BVHATiZuBpCfoafOf5SpHm28/udc/ZER/pccMbukj :: REG_SZ
+regvalue = HKCU\Software\SafelyRemove\Options :: RunWithWindows :: 0 :: REG_SZ
+regvalue = HKCU\Software\SafelyRemove\Options :: CheckforUpdates :: 0 :: REG_SZ
dir = %Appdata%\USBSafelyRemove\UserDeviceImages :: Settings\UserDeviceImages

[AFTER]
killprocess = USBSRService.exe
batch = {YAPROOT}\App\uninstall.bat
-regkey = HKLM\SOFTWARE\SafelyRemove
-file = %Appdata%\USBSafelyRemove\USBSafelyRemove.log.txt
-dir = %Appdata%\USBSafelyRemove :: ifempty
-file = %AllUsersProfile%\USBSRService\USBSRService.log.txt
-dir = %AllUsersProfile%\USBSRService :: ifempty
Create two batch files in app folder. One name it install.bat with the following content

Code: Select all

.\USBSRService.exe /install /silent
and the other uninstall.bat with

Code: Select all

.\USBSRService.exe /uninstall /silent
License from GOTD

https://mega.nz/file/gEcHWZZR#a5FiMGg8p ... gHgS_W7pGc

Re: can I make usb safely remove portable?

Posted: Sat Oct 14, 2023 7:40 am
by giulia
Llewelyn wrote: Fri Oct 13, 2023 6:43 am yaP configuration:

Code: Select all

; configuration file for yaP v0.7.1.5 (http://yap.rolandtoth.hu/)
; application name: USB Safely Remove
; version: 6.4.3.1312 (Giveaway)
; website: https://safelyremove.com/index.htm

[GENERAL]
application = App\USBSafelyRemove.exe
!admin = 1

[BEFORE]
batch = {YAPROOT}\App\install.bat
regkey = HKCU\Software\SafelyRemove :: Settings\
+regvalue = HKCU\Software\SafelyRemove :: LicKey :: Q1IHAQYAR2l1bGlhAABkAJqwAAAAAAUAdj02LjShr6fIrrkH669BVHATiZuBpCfoafOf5SpHm28/udc/ZER/pccMbukj :: REG_SZ
+regvalue = HKCU\Software\SafelyRemove\Options :: RunWithWindows :: 0 :: REG_SZ
+regvalue = HKCU\Software\SafelyRemove\Options :: CheckforUpdates :: 0 :: REG_SZ
dir = %Appdata%\USBSafelyRemove\UserDeviceImages :: Settings\UserDeviceImages

[AFTER]
killprocess = USBSRService.exe
batch = {YAPROOT}\App\uninstall.bat
-regkey = HKLM\SOFTWARE\SafelyRemove
-file = %Appdata%\USBSafelyRemove\USBSafelyRemove.log.txt
-dir = %Appdata%\USBSafelyRemove :: ifempty
-file = %AllUsersProfile%\USBSRService\USBSRService.log.txt
-dir = %AllUsersProfile%\USBSRService :: ifempty
Create two batch files in app folder. One name it install.bat with the following content

Code: Select all

.\USBSRService.exe /install /silent
and the other uninstall.bat with

Code: Select all

.\USBSRService.exe /uninstall /silent
License from GOTD

https://mega.nz/file/gEcHWZZR#a5FiMGg8p ... gHgS_W7pGc
hi
wow ,what beautul portable version !
thanks a lot