Jevil7452
Regular Member
Posts: 434
OS: Windows 7 Enterprise (6.1.7601)
Theme: Windows Aero by Microsoft Corporation
CPU: Intel Core i7-3770k
RAM: 32GB (4x8GB DDR3)
GPU: NVIDIA GeForce GTX 980 Ti + Intel(R) HD Graphics 4000
Computer Make/Model: OEM0
|
Post by Jevil7452 on Sept 13, 2023 12:33:22 GMT -8
ReactOS includes 2 special shell locations: System Registry and NT Object Namespace These are handled by a NTObjShEx.dll file. You can get it from an x64 copy of ReactOS, put it in system32 Then, you can import these 2 registry files: After that, you will already be able to open these shell locations with the following commands: NT Object Namespace: explorer.exe shell:::{845b0fb2-66e0-416b-8f91-314e23f7c12d} System Registry: explorer.exe shell:::{1c6d6e08-2332-4a7b-a94d-6432db2b5ae6} If you want to add these folders in My Computer, just like in ReactOS, add these 2 CLSIDs to the following location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace
|
|
|
Post by anixx on Sept 13, 2023 13:21:11 GMT -8
Can you attach the Reactos dll?
|
|
aubymori
Sophomore Member
👅👅👅👅👅
Posts: 160
OS: Windows 10 IoT Enterprise LTSC 2021
Theme: Windows 10 Default
CPU: Intel Core i5-9300H
RAM: 8GB
GPU: Intel UHD Graphics 630 / NVIDIA GeForce GTX 1650
|
Post by aubymori on Sept 13, 2023 15:32:11 GMT -8
this is what m$ wanted windows 98 to be lol
|
|
|
Post by OrthodoxWin32 on Sept 13, 2023 15:57:53 GMT -8
Jevil7452 This is a great discovery ! Thank you so much.
|
|
vistalover07
Sophomore Member
Posts: 179
OS: Project 2000
Theme: Constantly Changing/Maple
CPU: Intel I5-10400f/Celeron N3350
RAM: 16gb/4gb
GPU: RTX 3060 12GB/Intel HD Graphics 500
Computer Make/Model: ASUS X541NA
|
Post by vistalover07 on Sept 14, 2023 1:23:34 GMT -8
this is what m$ wanted windows 98 to be lol M$ wanted windows 98 to be a half web system and mostly they succseed
|
|
|
Post by The Jackal on Sept 14, 2023 1:26:12 GMT -8
What is this exactly?
|
|
KotonePopper
Freshman Member
#Sukinanda
Posts: 74
OS: Windows 7 Enterprise K
Theme: Windows 7 M2
CPU: Intel Core i5-2400S
RAM: 12 GB
GPU: Nvidia GeForce GT 710
|
Post by KotonePopper on Sept 14, 2023 1:55:53 GMT -8
What i know is the System Registry is for viewing registry folders without using regedit. But you can only view it and not edit it without opening Registry Editor.
|
|
|
Post by anixx on Sept 14, 2023 2:13:22 GMT -8
this is what m$ wanted windows 98 to be lol In Windows 95 beta the emails (incoming and outcoming) can be accesses via shell folder.
|
|
Jevil7452
Regular Member
Posts: 434
OS: Windows 7 Enterprise (6.1.7601)
Theme: Windows Aero by Microsoft Corporation
CPU: Intel Core i7-3770k
RAM: 32GB (4x8GB DDR3)
GPU: NVIDIA GeForce GTX 980 Ti + Intel(R) HD Graphics 4000
Computer Make/Model: OEM0
|
Post by Jevil7452 on Sept 14, 2023 3:15:31 GMT -8
Can you attach the Reactos dll? i did send a link to it in this post, but it just didn't highlight for some reason
|
|
|
Post by OrthodoxWin32 on Sept 14, 2023 3:41:02 GMT -8
i did send a link to it in this post, but it just didn't highlight for some reason It's not highlighted because of the parentheses. To highlight a link with parentheses, insert a space between the parentheses and the link. Example : (https://github.com/OrthodoxWindows/ThemeSwitcherScripts) ( github.com/OrthodoxWindows/ThemeSwitcherScripts )
|
|
|
Post by anixx on Sept 14, 2023 4:02:48 GMT -8
Can you attach the Reactos dll? i did send a link to it in this post, but it just didn't highlight for some reason Thanks!
Works great!
|
|
|
Post by anixx on Sept 14, 2023 4:12:25 GMT -8
I wonder, what could be potential use cases for this? It seems, this data cannot be chaged from the shell? It seems that even changing permissions is not possible...
|
|
Jevil7452
Regular Member
Posts: 434
OS: Windows 7 Enterprise (6.1.7601)
Theme: Windows Aero by Microsoft Corporation
CPU: Intel Core i7-3770k
RAM: 32GB (4x8GB DDR3)
GPU: NVIDIA GeForce GTX 980 Ti + Intel(R) HD Graphics 4000
Computer Make/Model: OEM0
|
Post by Jevil7452 on Sept 14, 2023 4:56:03 GMT -8
I posted this more as a curiosity, to show that porting these shell locations from ReactOS to Windows is possible. And I guess it could be useful if someone ends up making their OS look like ReactOS, or if they want to simply see a registry value without opening regedit, from within Explorer
|
|
|
Post by Brawllux on Sept 14, 2023 7:29:18 GMT -8
ReactOS includes 2 special shell locations: System Registry and NT Object Namespace These are handled by a NTObjShEx.dll file. (https://cdn.discordapp.com/attachments/1080264228247719977/1151604945322258592/ntobjshex.dll)
You can get it from an x64 copy of ReactOS, put it in system32 Then, you can import these 2 registry files: After that, you will already be able to open these shell locations with the following commands: NT Object Namespace: explorer.exe shell:::{845b0fb2-66e0-416b-8f91-314e23f7c12d} System Registry: explorer.exe shell:::{1c6d6e08-2332-4a7b-a94d-6432db2b5ae6} If you want to add these folders in My Computer, just like in ReactOS, add these 2 CLSIDs to the following location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace Out of topic but how did you make the refresh button wider, It was too thin in 1803 to 1903.
|
|
KotonePopper
Freshman Member
#Sukinanda
Posts: 74
OS: Windows 7 Enterprise K
Theme: Windows 7 M2
CPU: Intel Core i5-2400S
RAM: 12 GB
GPU: Nvidia GeForce GT 710
|
Post by KotonePopper on Sept 14, 2023 8:45:28 GMT -8
ReactOS includes 2 special shell locations: System Registry and NT Object Namespace These are handled by a NTObjShEx.dll file. (https://cdn.discordapp.com/attachments/1080264228247719977/1151604945322258592/ntobjshex.dll)
You can get it from an x64 copy of ReactOS, put it in system32 Then, you can import these 2 registry files: After that, you will already be able to open these shell locations with the following commands: NT Object Namespace: explorer.exe shell:::{845b0fb2-66e0-416b-8f91-314e23f7c12d} System Registry: explorer.exe shell:::{1c6d6e08-2332-4a7b-a94d-6432db2b5ae6} If you want to add these folders in My Computer, just like in ReactOS, add these 2 CLSIDs to the following location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace Out of topic but how did you make the refresh button wider, It was too thin in 1803 to 1903. He is using the default theme.
|
|
|
Post by Brawllux on Sept 14, 2023 8:53:25 GMT -8
Out of topic but how did you make the refresh button wider, It was too thin in 1803 to 1903. He is using the default theme. I am not talking about the theme. In 1803 the refresh button normally looks like this,frame around the refresh icon is too thin. Attachments:
|
|
Jevil7452
Regular Member
Posts: 434
OS: Windows 7 Enterprise (6.1.7601)
Theme: Windows Aero by Microsoft Corporation
CPU: Intel Core i7-3770k
RAM: 32GB (4x8GB DDR3)
GPU: NVIDIA GeForce GTX 980 Ti + Intel(R) HD Graphics 4000
Computer Make/Model: OEM0
|
Post by Jevil7452 on Sept 14, 2023 9:44:51 GMT -8
ReactOS includes 2 special shell locations: System Registry and NT Object Namespace These are handled by a NTObjShEx.dll file. (https://cdn.discordapp.com/attachments/1080264228247719977/1151604945322258592/ntobjshex.dll)
You can get it from an x64 copy of ReactOS, put it in system32 Then, you can import these 2 registry files: After that, you will already be able to open these shell locations with the following commands: NT Object Namespace: explorer.exe shell:::{845b0fb2-66e0-416b-8f91-314e23f7c12d} System Registry: explorer.exe shell:::{1c6d6e08-2332-4a7b-a94d-6432db2b5ae6} If you want to add these folders in My Computer, just like in ReactOS, add these 2 CLSIDs to the following location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace Out of topic but how did you make the refresh button wider, It was too thin in 1803 to 1903. Honestly, I'm not sure which one of the changes I did made it wider, i thought it was the explorerframe.dll mod but apparently no, as even when i took my host's explorerframe.dll and put it in a VM, nothing changed. (it was to fix the weird spacing with the Tiles view on 1709/1803 that i modded Explorerframe for)
|
|
|
Post by Brawllux on Sept 15, 2023 0:25:25 GMT -8
Out of topic but how did you make the refresh button wider, It was too thin in 1803 to 1903. Honestly, I'm not sure which one of the changes I did made it wider, i thought it was the explorerframe.dll mod but apparently no, as even when i took my host's explorerframe.dll and put it in a VM, nothing changed. (it was to fix the weird spacing with the Tiles view on 1709/1803 that i modded Explorerframe for) You will probably need to patch both 64 and 32 bit versions for that. Could you send both of your 32 and 64 bit explorerframe dlls please? I wanna take a look at them.
|
|
Jevil7452
Regular Member
Posts: 434
OS: Windows 7 Enterprise (6.1.7601)
Theme: Windows Aero by Microsoft Corporation
CPU: Intel Core i7-3770k
RAM: 32GB (4x8GB DDR3)
GPU: NVIDIA GeForce GTX 980 Ti + Intel(R) HD Graphics 4000
Computer Make/Model: OEM0
|
Post by Jevil7452 on Sept 15, 2023 5:19:30 GMT -8
Honestly, I'm not sure which one of the changes I did made it wider, i thought it was the explorerframe.dll mod but apparently no, as even when i took my host's explorerframe.dll and put it in a VM, nothing changed. (it was to fix the weird spacing with the Tiles view on 1709/1803 that i modded Explorerframe for) You will probably need to patch both 64 and 32 bit versions for that. Could you send both of your 32 and 64 bit explorerframe dlls please? I wanna take a look at them.
|
|