Hide private files, photos, videos and other personal data from your PC.
Wise Folder Hider protects your private and important data from others’ eyes. This application is designed as a free USB drive/ file/ folder hiding tool. User can use it to hide sensitive or important files and folders on local partitions or removable devices. The data can’t be accessed by other programs or other operating systems such as DOS. The only way to access or unhide these data is to enter the valid password. However, Wise Folder Hider is designed for home use only, but not recommended for commercial settings which require stricter confidentiality. Using this application, your private data and important files will not be exposed to others or unintentionally revealed and your privacy will not be pried into if you share one computer, USB drive, removable HDD drive, etc.
Advanced Encryption Algorithm Protects Your Private Data from Priers
Wise Folder Hider Pro adopts advanced encryption algorithm, providing much more enhanced security than the free version for files and folders on your Windows PC. Wise Folder Hider Pro defends your private files from being found/read by a third-party tool.
Second Password Makes Your Hidden Files & Folders Double Secure
Wise Folder Hider Pro offers users an optional higher level of security. Users can set a second password for each of the files and folders hidden by Wise Folder Hider Pro. For those who have some real confidential files, they can rest assured knowing that their hidden files are double secured.
More Secure and Convenient to Modify protected files:
Different from other folder hiders, when it comes to modifying a hidden file or folder, users don’t have to unhide it, edit it, and then hide it again. A single click of the ‘Open’ button will open the hidden file or folder, so it becomes visible to you. Then you can edit or modify it like it has been unhidden. When you are done editing, close the program and the file or folder will become hidden again automatically, saving you extra steps. This amazing feature comes in handy when you hide some files that you use or edit frequently.
Context Menu Option & Super User-friendly Interface
The interface of Wise Folder Hider Pro is very intuitive. Even a first timer can get the hang of it in a minute. Better yet, while installing this program, an item called ‘Hide File/Folder with Wise Folder Hider’ is automatically added to the context menu. Users can hide files or folders by right-clicking them without launching Wise Folder Hider Pro.
Wise Folder Hider protects your private and important data from others’ eyes. This application is designed as a free USB drive/ file/ folder hiding tool. User can use it to hide sensitive or important files and folders on local partitions or removable devices. The data can’t be accessed by other programs or other operating systems such as DOS. The only way to access or unhide these data is to enter the valid password. However, Wise Folder Hider is designed for home use only, but not recommended for commercial settings which require stricter confidentiality. Using this application, your private data and important files will not be exposed to others or unintentionally revealed and your privacy will not be pried into if you share one computer, USB drive, removable HDD drive, etc.
Advanced Encryption Algorithm Protects Your Private Data from Priers
Wise Folder Hider Pro adopts advanced encryption algorithm, providing much more enhanced security than the free version for files and folders on your Windows PC. Wise Folder Hider Pro defends your private files from being found/read by a third-party tool.
Second Password Makes Your Hidden Files & Folders Double Secure
Wise Folder Hider Pro offers users an optional higher level of security. Users can set a second password for each of the files and folders hidden by Wise Folder Hider Pro. For those who have some real confidential files, they can rest assured knowing that their hidden files are double secured.
More Secure and Convenient to Modify protected files:
Different from other folder hiders, when it comes to modifying a hidden file or folder, users don’t have to unhide it, edit it, and then hide it again. A single click of the ‘Open’ button will open the hidden file or folder, so it becomes visible to you. Then you can edit or modify it like it has been unhidden. When you are done editing, close the program and the file or folder will become hidden again automatically, saving you extra steps. This amazing feature comes in handy when you hide some files that you use or edit frequently.
Context Menu Option & Super User-friendly Interface
The interface of Wise Folder Hider Pro is very intuitive. Even a first timer can get the hang of it in a minute. Better yet, while installing this program, an item called ‘Hide File/Folder with Wise Folder Hider’ is automatically added to the context menu. Users can hide files or folders by right-clicking them without launching Wise Folder Hider Pro.
@Dave Green you have to use x64.nsh and SetRegView 64/SetRegView 32. It works well with my portables
ReplyDeleteI'm using custom.nsh like so:
Delete;=== if app is x64.. use this.
${SegmentFile}
${Segment.OnInit}
System::Call "kernel32::GetCurrentProcess()i.s"
System::Call "kernel32::IsWow64Process(is,*i.r0)"
StrCmp $0 0 +2
SetRegView 64
!macroend
;=== If app is x32, disable redirection for that key.
${SegmentPrePrimary}
SetRegView 64
SetRegView LastUsed
!macroend
${SegmentPostPrimary}
SetRegView 64
DeleteRegKey /IFEMPTY HKLM `SOFTWARE\Classes\CLSID\{9A2490DF-32DD-40E5-8C63-89D7CC64453F}`
Pop $0
SetRegView LastUsed
!macroend
Still not deleting. x64.nsh is included in PortableApps.comInstaller.nsi
Handypaf Portables: Wise Folder Hider Portable >>>>> Download Now
Delete>>>>> Download Full
Handypaf Portables: Wise Folder Hider Portable >>>>> Download LINK
>>>>> Download Now
Handypaf Portables: Wise Folder Hider Portable >>>>> Download Full
>>>>> Download LINK 4W
I think I got it working for you with just a simple custom.nsh so try and report back to me and I'll explain why.
ReplyDeleteCode:
${SegmentFile}
${SegmentInit}
${If} $Bits = 64
SetRegView 64
DeleteRegKey HKLM `SOFTWARE\Classes\CLSID\{9A2490DF-32DD-40E5-8C63-89D7CC64453F}`
${EndIf}
${If} $Bits = 32
SetRegView 32
DeleteRegKey HKLM `SOFTWARE\Classes\CLSID\{9A2490DF-32DD-40E5-8C63-89D7CC64453F}`
${EndIf}
!macroend
It's still there. But thanks for trying to help.
DeleteConfirmed by myself friends and @PocketAppZ that its properly working so before running the app make sure that there's no left over registry keys.
ReplyDeleteI download yours and add custom.nsh and everybody confirms its working including @PocketAppZ. Downlad it https://www.datafilehost.com/d/b3a4cebb.
PS you can modify your lancher to save or remove HKLM\SOFTWARE\WOW6432Node\WiseCleaner
What did you add to the Launcher to achieve this? I'd like to learn the old ways of making portables.
DeleteFor the link above I only added custom.nsh but for my many self made portables I use the old method of portablizing only codes with notepad++ the same as @portableAppZ or PuckdellApps. I don't really prefer the new method for example, appnameportable.ini has to be in the launcher folder for it to run properly.
ReplyDeleteYou can download some templates from @portableAppZ or @PortableApps old portable applications and whenever you need help I'll be glad to help.
If I create a new launcher using PortableApps.comLauncherGenerator, custom.nsh doesn't get rid of the key any more, your launcher is different.
DeleteI don't use Portablewares PortableApps.comLauncherGenerator for everything because it's heavily modified just use normal one from portableapps. On a side note,I don't normally make portables this way as I described above, I only wrote this custom.nsh just to help out. I normally make it how it used to be before the arrival of PortableApps.comLauncherGenerator.
ReplyDeleteBefore then I made my own one using the old method which I shared with @Glaciaman the first day you released the app
Do you mind sharing it? I'd love to see your code as well, for learning.
DeleteDownload my code from here https://www.datafilehost.com/d/3cfa72ab
ReplyDeleteFor more tutorial check PortableAppz page http://portableappz.proxima.web.tr/tutorial.php. If you have any questions I'll be glad to help
Thanks, it looks so simple compared to PortableWares .nsi.
ReplyDeleteHow to compile?
DeleteCompile with NSIS. Before you compile, I know you have knowledge of portables but I recommend you to go to PortableAppZ site http://portableappz.proxima.web.tr/tutorial.php for tutorial as well as download Ccleaner, Audacity and more..
ReplyDeleteMine is the modified version. PortableWares.nsi use old or earlier method how portable apps was created by portableapps.com
Thanks, Dave.
ReplyDeleteUpdate link, please.
ReplyDeleteDone.
DeleteHi, Dave. An updated version of the program does not save the user's login password. Each program launch is accompanied by a request to set a password and confirm it.
ReplyDeleteSorry for possible spelling mistakes.
@everyone: if you like Dave's works, click on the widget on the right top of this page (Discord's portable community)
ReplyDelete
ReplyDeleteThanks for sharing this awesome tips..Wise Folder Hider Pro