Giter VIP home page Giter VIP logo

Comments (7)

alirobe avatar alirobe commented on August 28, 2024 2

I like that you've done the work, and would like to use it myself... but I also feel it's too complex to include in the base script, even if it is a function.

Perhaps rename the current .ps1 to "ConfigureWindows.ps1" and create a new file called "ConfigureWindowsStartMenu.ps1"? This file could have more disclaimers, its own tweak variable, and executor. This allows most users to easily ignore it.

from win10-initial-setup-script.

Disassembler0 avatar Disassembler0 commented on August 28, 2024 1

As it turns out, %LocalAppData%\TileDataLayer\Database no longer exists on 1709 and the tiles are now likely stored somewhere in Cortana database. Luckily, changes in the registry cache in HKCU\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount seem to be permanent now. The tile groups can be purged using some hexediting, so the script does just that without any advanced P/Invoke magic. Let's see for how long will the tweak work :)

If anyone finds a better way, I'm still eager to see it.

from win10-initial-setup-script.

jszabo98 avatar jszabo98 commented on August 28, 2024

You can do the taskbar pins manually coding an xml file and then running import-startlayout: https://4sysops.com/archives/pin-apps-to-the-taskbar-in-windows-10-1607-with-group-policy/ I wish I could modify the All Apps list and hide things like Edge though without uninstalling it.

from win10-initial-setup-script.

Disassembler0 avatar Disassembler0 commented on August 28, 2024

@jszabo98 Yeah, that's the 2nd paragraph in "The Research". The problem here is that you can't create completely empty layout using this approach and the tiles you force via GPO can't be edited by users. :( That's why I've went with the P/Invoke abuse, which gets the work done, but certainly is not what I'd call "elegant".

from win10-initial-setup-script.

jszabo98 avatar jszabo98 commented on August 28, 2024

You can just set the taskbar pins with powershell import-startlayout, and users can do what they want with it. You're right. I tried to make an empty one, but File Explorer and IE were still there I guess from my last attempt.

from win10-initial-setup-script.

tmc-uk avatar tmc-uk commented on August 28, 2024

Hi
I'm actually loving this script!
I have been using your example to remove all Start Menu Tiles from Win10 :)

I've also been using a MS solution to Pin to the Start Menu and both together work perfectly.

Now that i've got this far i'd like to Pin items to the Taskbar (and maybe remove all first where possible), i've had a fiddle with the ID but noting seems to happen. I'd rather do it this way than XML. I use CentraStage/AEM and love automaton :) so when i'm setting up a new user or computer most of it is completed by scripts.

Hope you or someone could point me in the right direction, in the mean time i shall continue to adjust for code!

from win10-initial-setup-script.

farag2 avatar farag2 commented on August 28, 2024

https://pinto10blog.wordpress.com/2016/09/10/pinto10/#comment-292

from win10-initial-setup-script.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.