winutil icon indicating copy to clipboard operation
winutil copied to clipboard

Suggestions

Open kiquenet opened this issue 2 years ago • 3 comments

Is your feature request related to a problem?.

Only improvements like:

Unpin to taskbar Microsoft Store, Mail, ... apps Pin to taskbar any apps like Remote Desktop

Set SearchProvider and SearchProviderUrl for Google in Edge navigator.

Pin to QuickAccess

Pin to Start Menu

Connect to network drive

Shortcuts

Describe the solution you'd like

Pin / Unpin to taskbar https://stackoverflow.com/questions/9739772/how-to-pin-to-taskbar-using-powershell

Hidden Cortana button

Edge https://stackoverflow.com/questions/60892120/edge-chromium-gp-how-to-set-google-as-default-bypass-first-run-dialog-and-ha

Pin to QuickAccess https://stackoverflow.com/questions/30051634/is-it-possible-programmatically-add-folders-to-the-windows-10-quick-access-panel

Pin to Start Menu https://stackoverflow.com/questions/9903847/how-to-pin-to-start-menu-using-powershell

Connect to network drive https://www.itechguides.com/how-to-map-a-drive-in-powershell/

Create shortcut https://stackoverflow.com/questions/9701840/how-to-create-a-shortcut-using-powershell

Describe alternatives you've considered Using powershell

Additional context Windows 10 20H2

kiquenet avatar Aug 13 '22 12:08 kiquenet

Unpin to taskbar Microsoft Store, Mail, ... apps

A very fancy function for this already exists, also MIT-licensed (as far as I've looked)

couleurm avatar Nov 26 '22 15:11 couleurm

Another function that could be useful is the ability to export current state of windows services before applying tweaks, here's the issue I opened to review #673

dennyamarojr avatar Mar 27 '23 17:03 dennyamarojr

I see Kodi is already added to this and VLC player for programs. Another good program to add would be the media program called Stremio. Thanks!

IJayJayI avatar Apr 29 '23 01:04 IJayJayI

please make "uninstall edge" to affect only the legacy edge. the chromium edge is useful sometimes. or maybe add a separate option to uninstall it. i mean one option for legacy and another option for chromium. thanks.

ghost avatar Jun 09 '23 17:06 ghost

Hi @andreialecsandru @ChrisTitusTech already answer a similar question related to edge and not sure if this will be implemented due the fact Chris already warn the users that the script removes edge. About edge legacy is already removed from the system except for the files in SystemApps folder that microsoft just keep due the LTSC and LTSB versions that has support and maybe use edge legacy (not sure) or they just forget the folders right there. Anyway, all the edge chromium stays on C:\Program Files now and removing the folders from SystemApps needs a really deep scan of regedit and folders inside windows to find all related to edge legacy and for edge chromium I think that is more easy to find.

But maybe this suggestion could be good to have in the list

dennyamarojr avatar Jun 09 '23 18:06 dennyamarojr

Hi @andreialecsandru @ChrisTitusTech already answer a similar question related to edge and not sure if this will be implemented due the fact Chris already warn the users that the script removes edge. About edge legacy is already removed from the system except for the files in SystemApps folder that microsoft just keep due the LTSC and LTSB versions that has support and maybe use edge legacy (not sure) or they just forget the folders right there. Anyway, all the edge chromium stays on C:\Program Files now and removing the folders from SystemApps needs a really deep scan of regedit and folders inside windows to find all related to edge legacy and for edge chromium I think that is more easy to find.

But maybe this suggestion could be good to have in the list

Yeah. The legacy is technicaly removed but some shortcuts are srill there. In the app list or in default browser choose settings. Honestly, i hate such garbage in the system

ghost avatar Jun 09 '23 18:06 ghost

Closed due to inactivity

github-actions[bot] avatar Feb 20 '24 03:02 github-actions[bot]