User Profile
chenrylee
Brass Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Cannot Save Pinned Tiles Layout in Start Menu
I upgraded my Windows 11 to Build22622.436 some days back, and then this issue started happening. I pinned some apps to Start, but the layout was reset after a reboot. I didn't some troubleshooting, and found if I restarted the processStartMenuExperienceHost, the layout would be reset. Here're some actions I have taken: 1. Restart my laptop. 2. Run sfc /scannow with an escalated PowerShell console. 3. Run lots of troubleshooters. 4. Rebuild icon cache: 4.1 Kill Explorer, remove iconcache*.db in%LOCALAPPDATA%\Microsoft\Windows\Explorer\, then start Explorer. 4.2 Kill Explorer, remove %LOCALAPPDATA%\iconcache.db, then start Explorer. Can anyone advise how I can get it sorted out? Thank you.651Views0likes0CommentsOneDrive(22.33.213.2) Keeps Crashing on Windows 11
I'm running OneDrive (version 22.33.213.2) on Windows 11, since it was updated to this version, it keeps crashing: Faulting application name: OneDrive.exe, version: 22.33.213.2, time stamp: 0xd37e7e7f Faulting module name: KERNELBASE.dll, version: 10.0.22000.527, time stamp: 0x71a5cb5d Exception code: 0x80000003 Fault offset: 0x00000000000f57a2 Faulting process id: 0x3ec0 Faulting application start time: 0x01d82d935be6f17e Faulting application path: C:\Program Files\Microsoft OneDrive\OneDrive.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report Id: ba88d605-2aca-4ae6-a213-ebad354cb4e5 Faulting package full name: Faulting package-relative application ID: I also tried: 1. install in %localappdata% folder (the default path) 2. restart computer 3. reinstall onedrive 4. run a sfc /scannow5.4KViews0likes1CommentCan I Update Microsoft Edge for Mac Without MAU Now?
Olivia_Zhangshared a post to explain New Update Experience for Mac months ago, Is it available in Edge stable now? Now I'm running Version 95.0.1020.53 (Official build) (x86_64), and didn't detect new version, but MAU ran for many times in the past days. If the new experience is available in stable channel, I'm going to remove MAU.1.1KViews0likes4CommentsHow Can I Update Microsoft Edge for Mac without Microsoft AutoUpdate
Hi, I'm running Microsoft Edge (stable) on MacOS, and recently I found Microsoft AutoUpdate costed too much resources, and caused the fan worked crazily. As a result, I uninstalled Microsoft AutoUpdate. After that, when I open edge://settings/help, it shows check failed, and then it keeps "checking for update", for more than 48 hours already. How can I keep Edge updated without Microsoft AutoUpdate on MacOS? Thank you.Solved11KViews0likes5CommentsThe Format of Teams Setting File desktop-config.json
Hello, I have a question on Teams setting file desktop-config.json. In the company, after installing Teams we must do some preset settings, for example, prevent Teams from auto-starting with system. I think there's an easy way: $settings = Get-Content "$env:APPDATA\Microsoft\Teams\desktop-config.json" | ConvertFrom-Json $disable_autostart = "{`"openAtLogin`": false}" | ConvertFrom-Json $settings | Add-Member -MemberType NoteProperty -Name "appPreferenceSettings" -Value $disable_autostart $settings | ConvertTo-Json | Set-Content "$env:APPDATA\Microsoft\Teams\desktop-config.json" But the new desktop-config.json doesn't work, I have to deal with it as a string, like this: $Teams_config_file = "$env:APPDATA\Microsoft\Teams\desktop-config.json" $disable_auto_start = ",`"appPreferenceSettings`":{`"openAtLogin`":false}}" (Get-Content $Teams_config_file -Raw) -replace "}$",$disable_auto_start | Set-Content -LiteralPath $Teams_config_file Is there a way to modify the configurations as real json codes rather than plain strings? Thank you. Regards, C. L23KViews0likes2CommentsHow to Prevent Teams from Auto-Launch
Hi guys, I plan to deploy Teams in my company, and there's a headache. I don't want Teams auto launches when system starts, and when I install it, I use this script: msiexec /i "%temp%\Teams_windows_x64.msi" /QN OPTIONS="noAutoStart=true" It works, and after a reboot, Teams icon appears on desktop but Teams doesn't launch. And I double-click the icon to start this app, then close it, and then restart my laptop, Teams auto launched, and I found the registry item: Key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run Value: com.squirrel.Teams.Teams Data: %LocalAppData%\Microsoft\Teams\Update.exe --processStart "Teams.exe" --process-start-args "--system-initiated" My Question is: Is there a way to set "auto-start application" is uncheched as default option? Thank you in advance. :)Solved677KViews10likes46CommentsRename "Save" Button to "Submit"
Hi there, I'm using Sharepoint Online, and there're many workflows on our Sharepoint. After a form is filled, I click the "Save" button to submit. But, I prefer to click the "Submit" button, instead of the "Save" button. I googled it, and for on-premise deployment, I can rename the "Save" button to "Submit" by modifying newForm.aspx page. But for Sharepoint Online, is there a way to rename the button? Thank you in advance. :)783Views0likes0Comments[Hybrid Exchange] Connect Create PowerShell Session to Exchange Online
I'm working with Windows 10, and want to connect to Exchange Online, but facing some errors. It's my code: $adm_credential = Get-Credential $Session=New-PSSession-ConfigurationNameMicrosoft.Exchange -ConnectionUrihttps://outlook.office.de/powershell-liveid/ -Credential$adm_credential-AuthenticationBasic -AllowRedirection And I got this error: New-PSSession : [outlook.office.de] Connecting to remote server outlook.office.de failed with the following error message : [ClientAccessServer=FRXPR01CA0067,BackEndServer=,RequestId=c4cbbb6f-9bc6-4b14-8d86-e15333e12777,TimeStamp=5/21/2019 6:54:32 AM] [FailureCategory=Cafe-HttpProxyException] Failed to resolve tenant name from SMTP address 'username@mydomain.com'. For more information, see the about_Remote_Troubleshooting Help topic. At line:1 char:12 + $Session = New-PSSession -ConfigurationName Microsoft.Exchange -Conne ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin gTransportException + FullyQualifiedErrorId : -2144108477,PSSessionOpenFailed I checked all prerequisites, and didn't find any exception. PowerShell sessions could be established to on-premise AD, on-premise Exchange, AzureAD, msolService, and so on. I googled the error, and tried every solution I could get. How can I establish the connection? Thank you in advance.4.3KViews0likes3CommentsIs Edge Dev Supported by AAD Conditional Access
I installed MS Edge Dev on my laptop, and tried to access Office 365 apps, althrough I installed the Windows 10 Account extension, I still can't access O365 apps. Error messages: Timestamp:2019-04-17T06:05:49.957Z App name:Office 365 SharePoint Online App id:0000000x-0000-0xxx-xx00-000000000000 IP address:xxx.xxx.xxx.xxx Device identifier:Not available Device platform:Windows 10 Device state:Unregistered Advanced diagnostics:Enable My environment: Operating System: Windows 10 Enterprise x64 Browser: Microsoft Edge Dev,Version 74.1.96.24 (Official build) dev (64-bit)1.4KViews0likes3Comments
Groups
Recent Blog Articles
No content to show