Topic: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim  (Read 65227 times)

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #220 on: October 05, 2018, 11:57:42 PM »

bob.omb

  • Code Baker
  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Jul 2017
  • Posts: 1261
slore,

    your work is amazing  :thumbsup:

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #221 on: October 09, 2018, 03:47:05 PM »

RanCorX2

  • Jr. Chef
  • **
  • Date Registered: May 2018
  • Posts: 33
The time,date format is use the system settings. but can't hide one of them.
Well, I will add a custom format for this, also think about a customize option for the display font.

sounds good.

on another topic, could i have permission to add your shell in a project i'm working on? if i include you in a credits.txt ?

it's a completetly free project that debloats windows 10 th1 through to rs5. basically a autorun gui with buttons that perform various tweaks, disable services, restores some old features by replacing system files with older versions, add stuff back to control panel, removes all the appx stuff (apps, start menu and settings app),
removes windows runtime components and lots of other stuff new to windows 10 that wasn't in 7.

it's called project10to7 which means it aims to slim down windows 10 to around the size of windows 7 by removing as much of the modern / metro crap as possible.

i've already integrated a load of free apps / tools which i put in two new system folder (system33 & syswow65) to keep stuff seperate, open shell is already part of it.

i haven't released it yet as i'm just adding free apps atm and finishing off rs5 slimming.
« Last Edit: October 09, 2018, 03:47:48 PM by RanCorX2 »

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #222 on: October 09, 2018, 04:16:57 PM »

slore

  • WimBuilder
  • Sr. Chef
  • ****
  • Date Registered: Jun 2016
  • Posts: 664
Hi, RanCorX2

>on another topic, could i have permission to add your shell in a project i'm working on? if i include you in a credits.txt ?

This portable shell is free to use, it's not full functional for normal Windows yet, if it's good to your condition, help yourself.

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #223 on: October 09, 2018, 05:39:10 PM »

RanCorX2

  • Jr. Chef
  • **
  • Date Registered: May 2018
  • Posts: 33
Hi, RanCorX2

>on another topic, could i have permission to add your shell in a project i'm working on? if i include you in a credits.txt ?

This portable shell is free to use, it's not full functional for normal Windows yet, if it's good to your condition, help yourself.

it's pretty functional to me :) it'll be an optional shell switch in my project. you'd be suprised how many users are out there that don't like all the metro stuff / looking to make windows 10 more like pre 8.x.

anyway, thnx man, i shall add you to the list of credits for included free apps.
« Last Edit: October 09, 2018, 05:39:47 PM by RanCorX2 »

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #224 on: November 23, 2018, 12:50:19 PM »

LiteOS

  • Jr. Chef
  • **
  • Date Registered: Dec 2017
  • Posts: 19
Hey, which dlls needed to make it desktop ?

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #225 on: November 23, 2018, 01:10:53 PM »

LiteOS

  • Jr. Chef
  • **
  • Date Registered: Dec 2017
  • Posts: 19
In winpe need -winpe :)

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #226 on: November 23, 2018, 02:28:16 PM »

slore

  • WimBuilder
  • Sr. Chef
  • ****
  • Date Registered: Jun 2016
  • Posts: 664
Hi, LiteOS

The Desktop no need dlls, just make sure  no other shell is runing(explorer.exe or wallpaperhost.exe).
the File Explorer need 3 dlls.

'-winpe' will auto close current shell, so make sure WinXShell.exe run as shell.

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #227 on: December 16, 2018, 10:24:11 PM »

osninja

  • Jr. Chef
  • **
  • Date Registered: Dec 2018
  • Posts: 11

Is there a way to hide the volume icon thru a config setting?

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #228 on: December 17, 2018, 11:20:47 AM »

slore

  • WimBuilder
  • Sr. Chef
  • ****
  • Date Registered: Jun 2016
  • Posts: 664
Hi, osninja

System's volume icon(stobject.dll)?  now there is no option for hiding icons in config file.

Which Windows you are use WinXShell now? normal windows or PE?

give me this infomation, I can build a update version for this.

I plan to add a UI_Settings for configure some stuffs of the Shell, but I don't mush time to
do with WinXShell.exe now.



Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #229 on: December 17, 2018, 04:08:17 PM »

osninja

  • Jr. Chef
  • **
  • Date Registered: Dec 2018
  • Posts: 11
Hey,

I believe so? The standard volume systray icon.


Inside PE, windows 7 based pe 3.0.

Thanks for making such an amazing shell!


Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #230 on: December 18, 2018, 05:23:32 PM »

slore

  • WimBuilder
  • Sr. Chef
  • ****
  • Date Registered: Jun 2016
  • Posts: 664
Hi, osninja


add two options to ignore or hide volume tray icon/network tray icon.

Code: [Select]
  "JS_NOTIFYAREA":
  {
    "volume_icon": "ignored",
    "network_icon": "hidden"
  },


ignored for removing the tray icon, never shows.
hidden for hiding the tray icon on startup, you can make it to be visible by notification settings or clicking show/hide icon button.

* WinXShell_x64_bin.zip (1052.78 kB - downloaded 53 times.)
* WinXShell_x86_bin.zip (896.9 kB - downloaded 47 times.)
« Last Edit: December 18, 2018, 05:24:21 PM by slore »

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #231 on: December 19, 2018, 03:13:50 PM »

osninja

  • Jr. Chef
  • **
  • Date Registered: Dec 2018
  • Posts: 11
It worked perfectly. Thank you!!

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #232 on: December 24, 2018, 03:02:07 AM »

bob.omb

  • Code Baker
  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Jul 2017
  • Posts: 1261
Is there a way to make UI_Display change DPI from 96 to 120 when the resolution is set to 1080p or higher?  Things get very small in PE otherwise.. (4k is way too small)

Not sure if this even matters because it or something would have to be run during boot to correct DPI before we even enter the settings if its the default res during boot.....I know it doesnt do that..  But maybe food for thought for future updates...
« Last Edit: December 24, 2018, 03:41:25 AM by bob.omb »

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #233 on: December 24, 2018, 04:50:15 PM »

slore

  • WimBuilder
  • Sr. Chef
  • ****
  • Date Registered: Jun 2016
  • Posts: 664
Hi, bob.omb

It needs logoff to apply in WIN7, so it is not good for PE.
but WIN10 can apply with it, I can try it.
and as "switch to admin" plugin, the logoff, login maybe can be done also in PE.

Busy time, I am not sure when I can put my hand to the work.

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #234 on: December 26, 2018, 11:38:29 PM »

osninja

  • Jr. Chef
  • **
  • Date Registered: Dec 2018
  • Posts: 11
Can there be an option to hide the safely remove hardware icon?

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #235 on: December 27, 2018, 01:53:22 AM »

slore

  • WimBuilder
  • Sr. Chef
  • ****
  • Date Registered: Jun 2016
  • Posts: 664
Hi, osninja
:huh: I thoght I is usefull tray icon so didn't deal with it.
as requested, I will make a update tomorrow for this.

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #236 on: December 27, 2018, 02:53:24 PM »

slore

  • WimBuilder
  • Sr. Chef
  • ****
  • Date Registered: Jun 2016
  • Posts: 664
Hi, osninja

add two options for power/plug tray icon state.

Code: [Select]
"JS_NOTIFYAREA":
  {
    "power_icon": "hidden",
    "plug_icon": "ignored"
  },

* WinXShell_x64_bin.zip (1052.75 kB - downloaded 45 times.)
* WinXShell_x86_bin.zip (897.08 kB - downloaded 43 times.)

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #237 on: December 27, 2018, 07:41:34 PM »

osninja

  • Jr. Chef
  • **
  • Date Registered: Dec 2018
  • Posts: 11
Thanks.

Power icon setting worked but not the plug icon. Tested the 32 bit version.

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #238 on: December 27, 2018, 07:44:19 PM »

osninja

  • Jr. Chef
  • **
  • Date Registered: Dec 2018
  • Posts: 11
This is what is shown if it helps.

Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
« Reply #239 on: December 27, 2018, 07:47:11 PM »

osninja

  • Jr. Chef
  • **
  • Date Registered: Dec 2018
  • Posts: 11
fyi i wanted the power icon shown, i left that enabled

this is not doing anything however:

    "plug_icon": "ignored"

or

    "plug_icon": "hidden"

 

Powered by EzPortal