Add-WPFTweaksRevertStartMenu#4023
Conversation
# Get the latest release data from GitHub API
$latestRelease = Invoke-RestMethod -Uri "https://api.github.com/repos/thebookisclosed/ViVe/releases/latest"
# Find the download URL for the 'IntelAmd' zip file (ignoring the ARM64 version)
$downloadUrl = $latestRelease.assets | Where-Object { $_.name -like "*IntelAmd.zip" } | Select-Object -ExpandProperty browser_download_urlYou can use this method to download the latest version and the correct zip file without hardcoding the version or disrupting the flow. |
ye but its unneccary since that version well take years to change |
|
I still think it makes more sense to do it this way, even if it gets fewer updates. |
well i dont |
|
@GabiNun u done it again lol the link should be z--Advanced-Tweaks---CAUTION instead off essential-tweaks. dont let this happen again lol Jokes. |
oh |
|
@GabiNun i love the saying if u dont have a laugh then u cry. and thats not good. |
|
@seanh1995 should i not make the revertstartmenu.md file ? |
|
@GabiNun no. that new script should pull what ever u done. when the docs gets reloaded next. u dont need to add the link to the json files ether as the script also does this |
In the feature would i even need to make a .md file? |
|
no |
|
@GabiNun i also messaged @ChrisTitusTech on disc and told him that he will need to do the docs first before he does a release because the script automatically adds the links to the json files. so that when he does the release all the tweeks links will be upto date if that makes sense |
No that didn't make sense well i need to make a .md file in the future or not |
|
@GabiNun no u will never need to make a .md file again |
THANK YOU |
|
@GabiNun u will never need to add links to the json files aswell |
Thats great but i didn't see you remove the links |
|
@GabiNun the script does that. all they .md files and the links in the json files where created with the script. so it always stays upto date |
Okay |
|
@GabiNun As long as chris runs the docs action first before he does a release then all the links will be upto date |
Didn't you make it auto run? |
|
@GabiNun yeah only for the docs tho so when the site gets created. i could move that script to the release action maybe |
Gotcha |

Type of Change
Description
Adds support for enabling and disabling the new Windows Start Menu by using ViVeTool to toggle feature ID
47205210.Issue Related to PR