|
Post by nonameneeded on Apr 30, 2022 9:54:09 GMT -8
Now, after copying it as utf8 I get a different error.
All in all, it's a piece of crap.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Apr 30, 2022 10:12:41 GMT -8
|
|
|
Post by nonameneeded on Apr 30, 2022 10:15:28 GMT -8
The Address bar remover DOES work. What doesn't work is the script on page 1 of this thread.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Apr 30, 2022 10:18:15 GMT -8
|
|
|
Post by OrthodoxWin32 on Apr 30, 2022 10:28:22 GMT -8
From Windows 10 1809 and superior, it's easier to use Explorerpatcher to disable the address bar.
As for AHK scripts, I think you should create a dedicated page with all the scripts tested correctly. I would take care of it when I would have time.
|
|
|
Post by nonameneeded on Apr 30, 2022 10:34:31 GMT -8
Ok thx, this seems to work (although 4 virus scanners detect it as bad) Do you also have this as an ahk file?
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Apr 30, 2022 10:44:46 GMT -8
|
|
|
Post by nonameneeded on Apr 30, 2022 10:50:34 GMT -8
...and once you compile it, it is regarded as malware by virustotal. But I think virustotal has some serious issues. Now the site goes blank and it says VirusTotal captcha but nothing happens. They're obviously trying hard to render their website as unattractive as possible. Anyway, thx for the ahk file.
Update: Even though it does work on a virtual machine, it doesn't seem to work on my host computer (same OS).
But anyway, Autohotkey seems to be a bit flaky, address bar remover seems to work, though.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on May 13, 2022 16:32:01 GMT -8
Hello, i just found something very interesting. While trying to find a way to remove the navigation bar with the registry, i found something EVEN more interesting while searching for ExplorerFrame.dll. It is the classic address bar. <button disabled="" class="c-attachment-insert--linked o-btn--sm">Attachment Deleted</button> When i found it in the registry, this instantly blew up my mind, so i decided to Google the registry key for toolbars in Internet Explorer. To enable it, go to the following registry ley: HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Toolbar
And add a REG_Binary value named: {01E04581-4EEE-11d0-BFE9-00AA005B4383} When added, open a new explorer window. Right click the menu bar and click Address. However, there is a disadvantage where the folder does NOT sync. Classic address 1803 build doesn't show up in explorer, it shows up in internet explorer...
|
|
craft
Sophomore Member
UWP stands for unwanted pile of trash
Posts: 167
OS: Windows 11 & Windows 10 LTSC 2021
Theme: Classic Theme on Windows 10 LTSC host and micaforeveryone with a custom theme on 11 host
CPU: AMD Ryzen 5 3500U with 4 Cores
RAM: 8GB of DDR4 ram
GPU: AMD Raedon Vega 8 Graphics
|
Post by craft on May 18, 2022 5:08:10 GMT -8
Isnt it possible to change a the knowndlls registry key to another file which is the unmodified shell32.dll with a different name and use the modified one as shell32.dll EDIT: oops wrong person quoted
|
|
craft
Sophomore Member
UWP stands for unwanted pile of trash
Posts: 167
OS: Windows 11 & Windows 10 LTSC 2021
Theme: Classic Theme on Windows 10 LTSC host and micaforeveryone with a custom theme on 11 host
CPU: AMD Ryzen 5 3500U with 4 Cores
RAM: 8GB of DDR4 ram
GPU: AMD Raedon Vega 8 Graphics
|
Post by craft on May 20, 2022 11:10:45 GMT -8
i managed to get it working by extracting bitmaps from shell32.dll and browseui.dll from xp x64 and even managed to make modified shell32.dll survive reboots. But anyway to change the xp logo?? Attachments:
|
|
|
Post by The Jackal on May 20, 2022 12:00:31 GMT -8
i managed to get it working by extracting bitmaps from shell32.dll and browseui.dll from xp x64 and even managed to make modified shell32.dll survive reboots. But anyway to change the xp logo?? Nice. Maybe try using bitmaps from earlier versions of Windows?
|
|
craft
Sophomore Member
UWP stands for unwanted pile of trash
Posts: 167
OS: Windows 11 & Windows 10 LTSC 2021
Theme: Classic Theme on Windows 10 LTSC host and micaforeveryone with a custom theme on 11 host
CPU: AMD Ryzen 5 3500U with 4 Cores
RAM: 8GB of DDR4 ram
GPU: AMD Raedon Vega 8 Graphics
|
Post by craft on May 20, 2022 12:10:57 GMT -8
Was trying that Resource Hacker is being a pain. It just undo's whatever i modify. Im goin to drag shell32.dll into my host and modify it there and paste it back in a vm.
|
|
craft
Sophomore Member
UWP stands for unwanted pile of trash
Posts: 167
OS: Windows 11 & Windows 10 LTSC 2021
Theme: Classic Theme on Windows 10 LTSC host and micaforeveryone with a custom theme on 11 host
CPU: AMD Ryzen 5 3500U with 4 Cores
RAM: 8GB of DDR4 ram
GPU: AMD Raedon Vega 8 Graphics
|
Post by craft on May 20, 2022 12:27:41 GMT -8
Might need to get a 2000 vm since it has some stuff I need such as bitmaps since windows for some reason displays a black background if xp shell32.dll banners are removed from throbber. I'll try and report
|
|
craft
Sophomore Member
UWP stands for unwanted pile of trash
Posts: 167
OS: Windows 11 & Windows 10 LTSC 2021
Theme: Classic Theme on Windows 10 LTSC host and micaforeveryone with a custom theme on 11 host
CPU: AMD Ryzen 5 3500U with 4 Cores
RAM: 8GB of DDR4 ram
GPU: AMD Raedon Vega 8 Graphics
|
Post by craft on May 20, 2022 12:30:59 GMT -8
Btw rob should mention xp x64 files work only the 32 bit XP files caused a blank explorer bar and broken download status
|
|
craft
Sophomore Member
UWP stands for unwanted pile of trash
Posts: 167
OS: Windows 11 & Windows 10 LTSC 2021
Theme: Classic Theme on Windows 10 LTSC host and micaforeveryone with a custom theme on 11 host
CPU: AMD Ryzen 5 3500U with 4 Cores
RAM: 8GB of DDR4 ram
GPU: AMD Raedon Vega 8 Graphics
|
Post by craft on May 20, 2022 23:56:42 GMT -8
It works! I had to replace shell32.dll bitmaps whcih contained the xp logo with browseui.dll old bitmaps and it worked. Now i have a perfect replica of the 2000's explorer Attachments:
|
|
craft
Sophomore Member
UWP stands for unwanted pile of trash
Posts: 167
OS: Windows 11 & Windows 10 LTSC 2021
Theme: Classic Theme on Windows 10 LTSC host and micaforeveryone with a custom theme on 11 host
CPU: AMD Ryzen 5 3500U with 4 Cores
RAM: 8GB of DDR4 ram
GPU: AMD Raedon Vega 8 Graphics
|
Post by craft on May 21, 2022 0:38:57 GMT -8
Huh weird try restarting explorer or use quero since the address bar is kinda broken
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on May 21, 2022 10:37:42 GMT -8
I can't get the classic address bar to show in Explorer even after adding the registry values. It shows up fine in Internet Explorer however.
|
|
craft
Sophomore Member
UWP stands for unwanted pile of trash
Posts: 167
OS: Windows 11 & Windows 10 LTSC 2021
Theme: Classic Theme on Windows 10 LTSC host and micaforeveryone with a custom theme on 11 host
CPU: AMD Ryzen 5 3500U with 4 Cores
RAM: 8GB of DDR4 ram
GPU: AMD Raedon Vega 8 Graphics
|
Post by craft on May 21, 2022 11:13:58 GMT -8
Weird for me it appears and functions fine try doing the registry thingy using trustedinstaller perms maybe it will help? It works fine on Windows 11
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on May 21, 2022 11:14:05 GMT -8
for me, the address bar doesn't even work in internet explorer Could you possibly export the following registry keys from your system and upload them here? HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Toolbar HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar HKEY_CLASSES_ROOT\CLSID\{01E04581-4EEE-11d0-BFE9-00AA005B4383}
|
|