Tag Archives: microsoft
Erase leftovers after windows recovery
Hello,
I want to make my 1 years old laptop to be as just got out of the box.
There is no built-in partition to restore it so I use the Windows 11 restore tool without saving my files and use the deep recovery.
Right now the laptop is in the initial windows 11 setup which is good. How do I make sure there is no leftovers files and folders that should be erase manually? I’ll do it with 3rd party software to browse the hard drive because I dont want to complete the initial setup.
Hello,I want to make my 1 years old laptop to be as just got out of the box.There is no built-in partition to restore it so I use the Windows 11 restore tool without saving my files and use the deep recovery.Right now the laptop is in the initial windows 11 setup which is good. How do I make sure there is no leftovers files and folders that should be erase manually? I’ll do it with 3rd party software to browse the hard drive because I dont want to complete the initial setup. Read More
How to Convert AVIF to PNG in Bulk on Windows 11?
Anyone knows about AVIF image format? I recently received several AVIF images from a colleague, and when I tried to open them using the default Photos app, it didn’t work. I even tried a few third-party image viewers, but none of them seemed to support AVIF.
I guess I need to convert Avif to PNG in bulk so that I can view and edit them without any issues. I’ve heard that some online tools and software can handle AVIF to PNG conversion, but I’m concerned about the potential loss of quality and the security risks associated with uploading files to random websites. Additionally, I’d prefer a solution that allows me to bulk convert multiple files at once, as I have quite a few images to process.
Anyone knows about AVIF image format? I recently received several AVIF images from a colleague, and when I tried to open them using the default Photos app, it didn’t work. I even tried a few third-party image viewers, but none of them seemed to support AVIF. I guess I need to convert Avif to PNG in bulk so that I can view and edit them without any issues. I’ve heard that some online tools and software can handle AVIF to PNG conversion, but I’m concerned about the potential loss of quality and the security risks associated with uploading files to random websites. Additionally, I’d prefer a solution that allows me to bulk convert multiple files at once, as I have quite a few images to process. Read More
Windows Server 2025 Secured-core Server blog is live!
Attention Security community members! We’ve just published a Windows Server 2025 Secured-core blog. Explore the latest advancements in securing your servers and learn how Secured-core servers and Microsoft Defender for Cloud work together to help protect against modern threats!
Windows Server 2025 Secured-core Server – Microsoft Community Hub
Attention Security community members! We’ve just published a Windows Server 2025 Secured-core blog. Explore the latest advancements in securing your servers and learn how Secured-core servers and Microsoft Defender for Cloud work together to help protect against modern threats!
Windows Server 2025 Secured-core Server – Microsoft Community Hub Read More
KB5040525 activates BitLock without user’s permission
Hello everyone!
When my laptop received an update named KB5040525, after my laptop had installed it, the windows started and I found out my D Drive was locked by BitLock without my permission.
To solve this problem, I uninstalled the package, and I was able to use the drive again.
This has happened twice and my laptop has kept reinstalling it. How to prevent this to happen again and I am still able to update mine with other useful packages?
Why does this package act like a ransomeware without a ransome?
Thank you for reading my post and providing helps!
Regards,
Quoc Si
Hello everyone! When my laptop received an update named KB5040525, after my laptop had installed it, the windows started and I found out my D Drive was locked by BitLock without my permission.To solve this problem, I uninstalled the package, and I was able to use the drive again. This has happened twice and my laptop has kept reinstalling it. How to prevent this to happen again and I am still able to update mine with other useful packages? Why does this package act like a ransomeware without a ransome? Thank you for reading my post and providing helps! Regards,Quoc Si Read More
Exchange 2019 Distribution group creation from ECP appending numbers
When an admin uses the ECP to create a group, the group is created with a set of numbers appended to the end of the name.
Example: New Group Name = “Test-Group” The group will be named “Test-Group-1-207130138”
This is due to a group not being created with the SamAccountName. There isn’t an option in the ECP to specify the SamAccountName.
Can this please be reverted back to how it functioned in prior installments of exchange?
When an admin uses the ECP to create a group, the group is created with a set of numbers appended to the end of the name.Example: New Group Name = “Test-Group” The group will be named “Test-Group-1-207130138″This is due to a group not being created with the SamAccountName. There isn’t an option in the ECP to specify the SamAccountName. Can this please be reverted back to how it functioned in prior installments of exchange? Read More
Any way to bulk convert opus to mp3 on Windows PC?
Hi everyone,
I’ve recently transferred hundreds of audio files in the .opus format from my Discord and Skype apps to my Windows 11 laptop. Unfortunately, I’ve discovered that these files won’t play on my computer, which is causing quite a bit of frustration. I understand that .opus is a format that’s not widely supported on many devices and media players, especially on Windows.
I am looking for a reliable way to bulk convert opus files to MP3 so that I can play them without any issues. Given the volume of files I need to convert, I’m hoping to find a solution that can handle batch processing to save time. I’m open to using software tools or command-line utilities, as long as the process is straightforward and doesn’t require too many steps.
Hi everyone, I’ve recently transferred hundreds of audio files in the .opus format from my Discord and Skype apps to my Windows 11 laptop. Unfortunately, I’ve discovered that these files won’t play on my computer, which is causing quite a bit of frustration. I understand that .opus is a format that’s not widely supported on many devices and media players, especially on Windows. I am looking for a reliable way to bulk convert opus files to MP3 so that I can play them without any issues. Given the volume of files I need to convert, I’m hoping to find a solution that can handle batch processing to save time. I’m open to using software tools or command-line utilities, as long as the process is straightforward and doesn’t require too many steps. Read More
Append query using a table created from a query
I’m trying to create an Append Query (i.e. query 2) utilising table A and table B. Table B is the result from another query (query 1) in this workbook. Query 1 utilises two tables.
Trouble is I can’t see this table in the query 2 dialogue box. How can I make table B available for the new query 2?
I’m trying to create an Append Query (i.e. query 2) utilising table A and table B. Table B is the result from another query (query 1) in this workbook. Query 1 utilises two tables. Trouble is I can’t see this table in the query 2 dialogue box. How can I make table B available for the new query 2? Read More
Oldest Build supported by Microsoft Defender for Endpoint
Hi everyone,
I have looked into the minimum OS supported by Microsoft defender, however the build versions of the OS are not indicated in the documentation. Can anyone confirm what the oldest build version of Windows 10 is supported by Microsoft Defender?
Thank you all!
Hi everyone,I have looked into the minimum OS supported by Microsoft defender, however the build versions of the OS are not indicated in the documentation. Can anyone confirm what the oldest build version of Windows 10 is supported by Microsoft Defender?Thank you all! Read More
do-while in parallel
Good morning:
I have a code in C# Framework 4.8 that has a rather heavy do-while. I would like to know if there is a way to run it in parallel like for or foreach, which have their parallel versions.
Thanks
Good morning:I have a code in C# Framework 4.8 that has a rather heavy do-while. I would like to know if there is a way to run it in parallel like for or foreach, which have their parallel versions.Thanks Read More
Can you recover deleted files after emptying the recycle bin?
I recently encountered a problem where I accidentally emptied my Recycle Bin on my Windows 11 PC, and lost several important files that I hadn’t intended to delete. I understand that once the Recycle Bin is emptied, the files aren’t easily recoverable, but I’m hoping there might still be a way to get them back. Has anyone else experienced this issue and successfully recover deleted files after emptying the recycle bin?
I’ve read that it might be possible to recover deleted files using specialized data recovery software. If anyone has recommendations for reliable tools or methods that can help retrieve files after they’ve been permanently deleted, I would greatly appreciate your advice.
I recently encountered a problem where I accidentally emptied my Recycle Bin on my Windows 11 PC, and lost several important files that I hadn’t intended to delete. I understand that once the Recycle Bin is emptied, the files aren’t easily recoverable, but I’m hoping there might still be a way to get them back. Has anyone else experienced this issue and successfully recover deleted files after emptying the recycle bin? I’ve read that it might be possible to recover deleted files using specialized data recovery software. If anyone has recommendations for reliable tools or methods that can help retrieve files after they’ve been permanently deleted, I would greatly appreciate your advice. Read More
AVD with HP ThinPro(linux) – problems with USB and big files
Hello everyone,
we use HP ThinClients with ThinPro 8.1 SP3 to connect to Microsoft AVD.
If we try to connect USB-Sticks oder external USB-Drives, we have a lot of Problems.
Big USB-Drives like 1TB would not be shown in AVD-File-Explorer.
Smaler USB-Sticks where shown, but if we try to move big files, over 100 MB, the complete AVD-Session breaks.
Does anyone have information about this, or how to make this going?
Many thanks for your help.
Best regards
Thomas
Hello everyone,we use HP ThinClients with ThinPro 8.1 SP3 to connect to Microsoft AVD.If we try to connect USB-Sticks oder external USB-Drives, we have a lot of Problems.Big USB-Drives like 1TB would not be shown in AVD-File-Explorer.Smaler USB-Sticks where shown, but if we try to move big files, over 100 MB, the complete AVD-Session breaks.Does anyone have information about this, or how to make this going?Many thanks for your help.Best regardsThomas Read More
How Do I Fix QBCF_Monitor Service not running on this computer Issue?
How can I resolve the issue with QBCF-Monitor Service not running on my computer? I’ve tried restarting the computer and checking the service status, but it still won’t start. Are there specific troubleshooting steps or solutions I should follow to fix this problem?
How can I resolve the issue with QBCF-Monitor Service not running on my computer? I’ve tried restarting the computer and checking the service status, but it still won’t start. Are there specific troubleshooting steps or solutions I should follow to fix this problem? Read More
Is Warehouse management APIs are available in business central?
Hi Team,
I have use case like to enter goods item level and need to store it in business central.Like i need to do like to create purchase order from invoice document and do inventory put Away through API .Create PO API is there.Please guide me to get inventory put-away API?
Thanks,
Ardra
Hi Team, I have use case like to enter goods item level and need to store it in business central.Like i need to do like to create purchase order from invoice document and do inventory put Away through API .Create PO API is there.Please guide me to get inventory put-away API? Thanks,Ardra Read More
Is it possible to show the “All Documents” view in a SharePoint Library only to admins
Hello All,
There is a Document Library “working documents” that has two views. One is the “All Documents” view which shows all the documents uploaded by all people. There is another view “My Documents” that I created, which only shows documents uploaded by me (I have filtered this My Documents view to only show ones by me)
The requirement is as follows :
-The “All Documents” view should not be seen by any regular user. It should only be visible by admins (For eg, users belong to a specific M365 group or specific users)
-So the goal is when a user accesses this library to upload documents, they should not see “All documents” view, and just be defaulted to the “my documents” view
Please advice how can we achieve this and hide the All docs view for uploading users, and show it only for a specific group of people like admins
Hello All, There is a Document Library “working documents” that has two views. One is the “All Documents” view which shows all the documents uploaded by all people. There is another view “My Documents” that I created, which only shows documents uploaded by me (I have filtered this My Documents view to only show ones by me)The requirement is as follows : -The “All Documents” view should not be seen by any regular user. It should only be visible by admins (For eg, users belong to a specific M365 group or specific users)-So the goal is when a user accesses this library to upload documents, they should not see “All documents” view, and just be defaulted to the “my documents” viewPlease advice how can we achieve this and hide the All docs view for uploading users, and show it only for a specific group of people like admins Read More
The specified user does not have a valid profile
-Some users get “The specified user does not have a valid profile” error(Win 11), To give more context online updates are typically not allowed within org unless a permission is given, When we did install windows updates, and rebooted a few times, issue was resolved, Question is this is a known issue, Did not seem to find any relevant information in the KB articles for updates addressing this specific issue so not sure what the root cause of the issue is and what exactly solved it. Any help is appreciated. Note: Some articles refer to MS store however it is not relevant and not logged in before or after the issue has been resolved. This error appears for certain users ,prevents them from launching Teams, Outlook , all windows apps in general It typically occurs on Windows machines.For e.g. Read More
Deep Linking for an In-App Admin Approval Screen in Power Apps
Deep linking is a powerful feature that enables users to access specific screens or forms within a mobile or web application directly without having to navigate through the traditional user interface. In this article, I explore how to implement deep linking for an in-app admin approval screen in Power Apps. In organizations, certain actions like approving leave requests, expense claims, or project submissions require administrative approval. Traditionally, this involves manual steps and navigating through the app’s screens. With deep linking, administrators can directly access the approval screen without going through the usual steps. By using deep links, you can streamline the approval process and make it more convenient for administrators to access and approve requests.
I’ll walk you through each step in the process:
Creating the information screen
Creating the approval screen
Setting up the OnStart function
Handling the StartScreen function Editing the shareable app link
Creating the automated cloud flow for email notifications and deep linking
Configuring the OnSuccess property for the approval screen
Final testing
Step 1: Creating the Information Screen
In this step, you design and create the information screen for your Power App. The information screen serves as the front-facinginterface where users will access and view relevant data or content. Follow these steps:
Create a new screen, and name it InformationScreen. This screen will contain a form connected to your database, whichusers will fill out to request approval.
Add a form to the screen and connect it to your database. Set its display property to New for users to enter new data.
Edit the fields displayed in the form, excluding the approval field from your database.
Add a button control with the text property set to Submit, and assign the OnSelect function to submit the form: SubmitForm(form1)
Step 2: Creating the Approval Screen
In this step, you build the approval screen for your admin. The approval screen is a crucial component when dealing withworkflows or processes that require authorization from specific individuals or teams. It typically includes options for users toapprove or reject requests, comments, and additional information necessary for decision-making.
Create another screen, and name it ApprovalScreen. This screen will display the form for approving or editing submittedrequests.
Add a form to the screen and connect it to your database. This time, set its display property to Edit to allow administrators to review and approve requests.
Edit the fields displayed in the form, this time including the approval field from your database.
Add a button control with the text property set to Submit, and assign the OnSelect function to submit the approval form: SubmitForm(form2)
Step 3: Setting Up the OnStart Function
In the app, input the following code at the OnStart function. This code handles the initialization of the app and sets theappropriate mode based on whether the app was launched with a specific request ID (deep link) or not.
If(
!IsBlank(Param(“ID”)),
Set(
varItem,
LookUp(
‘Database_name’,
ID = Value(Param(“ID”))
)
);
Set(
varMode,
FormMode.Edit
)
)
Explanation
Here’s how it works:
The OnStart function runs when the app starts.
The If statement checks if the ID parameter is present in the app’s launch URL (deep link). If present, it means the user clicked on a specific request to view or approve it.
The LookUp function finds the database record with the specified ID.
The Set function assigns the found record to the varItem variable.
The Set function also changes the form mode to Edit to enable editing of the request.
Step 4: Handling the StartScreen Function
In the app, input the following code at the StartScreen function. This code determines which screen to display based on the presence of an ID parameter (deep link).
If(
!IsBlank(Param(“ID”)) && !IsBlank(LookUp(‘Database_name’, ID = Value(Param(“ID”)))),
ApprovalScreen,
InformationScreen
)
Explanation
Here’s how it works:
The StartScreen function determines the first screen to display when the app launches.
The If statement checks if the ID parameter is present in the app’s launch URL (deep link) and also verifies if the corresponding database record exists.
If both conditions are met, the user is taken to the ApprovalScreen to view or approve the request.
If the ID parameter is missing or the associated record doesn’t exist, the user is directed to the InformationScreen to submit a new request.
Step 5: Editing the Shareable App Link
To make the app link shareable and include the deep link, follow these steps:
Click the Share icon in Power Apps, which opens the share page in a new tab.
Copy the app link and paste it into a code editor or a Notepad app.
Apply the href attribute to the link as shown here: <a href=”link&ID=”>Take Action</a>
Replace “link” with the copied app link.
Step 6: Creating the Automated Cloud Flow for Email Notifications and Deep Linking
To handle email notifications and deep linking, create a cloud flow (Power Automate) with the following steps:
Choose PowerApps (V2) as the main trigger for the flow.
Add the Get Item action to collect more information from your database (if using SharePoint list).
Select and add the Send an email (V2) action to send an email notification to the administrator.
Click the code view icon in the body of the Send an email (V2) action and paste the deep link with the following format:
<a href=”https://apps.powerapps.com/play/e/default-9dfc36c3-b5c1-4129-be98-ec7e4df78702/a/0a2573bb-2708-4a67-99bd-fe2a7c031727?tenantId=9dfc36c3-b5c1-1234-be98-ec7e4df12345&ID=”>Take Action</a>
Replace the part after “ID=” with the dynamic content “ItemID” from the Power Apps trigger.
The Get Item action within the flow allows you to retrieve additional fields from your SharePoint list, which you can include in your email notification.
Step 7: Configuring the OnSuccess Property for the Approval Screen
Input the following code at the OnSuccess property of the screen containing the approval form in Power Apps. This code handles the submission of the approval form, triggers the automated cloud flow, and shows a success notification.
Set(varApproval, LookUp(‘Database_name’, ID = form1.LastSubmit.ID));
ApprovalFlow.Run(varApproval.ID, “Approval”);
Notify(“Form Submitted”, NotificationType.Success);
Explanation
Here’s how it works:
The Set function assigns the database record of the last submitted request to the varApproval variable.
The ApprovalFlow.Run function triggers the automated cloud flow, passing the request ID and the action Approval as parameters.
The Notify function displays a success notification to the user, indicating that the form has been successfully submitted.
Step 8: Final Testing
Fill out the form on the InformationScreen and submit it. An email notification is sent to the administrator containing the Take Action hyperlink.
Click on the hyperlink in the email, which will take you to the ApprovalScreen, allowing you to review and edit the request using a drop-down list of feedback options.
After making any necessary changes, click Submit on the ApprovalScreen to finalize the approval process.
Conclusion
You can use deep linking to streamline the approval process in Power Apps by making it easier for administrators to access and approve requests. By following the steps in this article, you can learn how to implement deep linking for an in-app admin approval screen, which will improve the user experience and efficiency of your Power Apps solution.
Resources
Create a canvas app with deep link
Microsoft Power Apps documentation
Power Apps training
Microsoft Tech Community – Latest Blogs –Read More
How to Return Text from Column 1 if Text in Other Rows Match
Hello, here is an example data set I am dealing with and what I am trying to find a formula for:
In reality, I have about 85 tasks. In the second table, I want it to return for each day, the Tasks that are marked with an X in the top table. The tasks can change depending on the week, and the number of tasks per day can also change, so I need the output to be able to return the task name in Column 1 for all rows marked with an X for each day of the week. I hope this makes sense.
Thank You
Hello, here is an example data set I am dealing with and what I am trying to find a formula for: In reality, I have about 85 tasks. In the second table, I want it to return for each day, the Tasks that are marked with an X in the top table. The tasks can change depending on the week, and the number of tasks per day can also change, so I need the output to be able to return the task name in Column 1 for all rows marked with an X for each day of the week. I hope this makes sense. Thank You Read More
Is there a way to exculde a day from a daily backup in SSMS?
I created a daily maintenance plan in SSMS that included taking full backup of my DBs. The next day I changed the backup type from full to differential. So now, I have a full backup of one day and subsequent differential backups of a couple of days.
My goal is to take a full backup on Sunday night, and differential backups on every other night of the week. Is that possible in SSMS?
I created a daily maintenance plan in SSMS that included taking full backup of my DBs. The next day I changed the backup type from full to differential. So now, I have a full backup of one day and subsequent differential backups of a couple of days. My goal is to take a full backup on Sunday night, and differential backups on every other night of the week. Is that possible in SSMS? Read More
full functions and header footer excel office 365
Trying to edit a large excel document recently transferred from a desktop application to office 365. I no longer have the desktop licence but want to edit the excel. I cannot get the full document header/footer. Any suggestions as to how I can do this?
Trying to edit a large excel document recently transferred from a desktop application to office 365. I no longer have the desktop licence but want to edit the excel. I cannot get the full document header/footer. Any suggestions as to how I can do this? Read More