Month: August 2024
How do I convert a PNG to ESP for free?
I’m working on a project that requires converting PNG images to EPS format. I understand that EPS files are vector-based, which is essential for the high-quality scalability I need. However, I’m not sure how to convert PNG files to EPS without losing quality and preferably for free. Can someone guide me through this process?
I’ve tried a few online converters, but I’m concerned about the safety and quality of these tools. Are there any reliable free software or methods you can recommend for this conversion? It would be great if the solution works on a Mac, but I’m open to all suggestions.
I’m working on a project that requires converting PNG images to EPS format. I understand that EPS files are vector-based, which is essential for the high-quality scalability I need. However, I’m not sure how to convert PNG files to EPS without losing quality and preferably for free. Can someone guide me through this process? I’ve tried a few online converters, but I’m concerned about the safety and quality of these tools. Are there any reliable free software or methods you can recommend for this conversion? It would be great if the solution works on a Mac, but I’m open to all suggestions. Read More
Microsoft Quashes Bad Habit of Sending Passwords in Email
MC837081 announces that the Microsoft 365 admin center is to lose its ability to send password in email after updating a user account. It’s the right thing to do because sending passwords in email is bad practice and encourages people to treat passwords with less respect than they should. The long term solution is to move away from passwords, but it will take time before Microsoft 365 is passwordless.
https://office365itpros.com/2024/08/05/send-password-in-email-m365/
MC837081 announces that the Microsoft 365 admin center is to lose its ability to send password in email after updating a user account. It’s the right thing to do because sending passwords in email is bad practice and encourages people to treat passwords with less respect than they should. The long term solution is to move away from passwords, but it will take time before Microsoft 365 is passwordless.
https://office365itpros.com/2024/08/05/send-password-in-email-m365/ Read More
What is the best alternative to Disk Drill?
I’m having trouble recovering deleted files on my Windows PC using Disk Drill. Despite multiple attempts, it hasn’t been able to retrieve the files I need. My primary needs are recovering deleted files, including documents, photos, and videos. While Disk Drill has been effective. I’m starting to lose hope with this tool and I’m looking for a reliable alternative that can effectively recover my lost data.
Can anyone recommend the best alternative to Disk Drill for file recovery on Windows? I need a solution that is user-friendly and efficient. I would greatly appreciate any suggestions or personal experiences you can share. Thanks in advance for your help!
I’m having trouble recovering deleted files on my Windows PC using Disk Drill. Despite multiple attempts, it hasn’t been able to retrieve the files I need. My primary needs are recovering deleted files, including documents, photos, and videos. While Disk Drill has been effective. I’m starting to lose hope with this tool and I’m looking for a reliable alternative that can effectively recover my lost data. Can anyone recommend the best alternative to Disk Drill for file recovery on Windows? I need a solution that is user-friendly and efficient. I would greatly appreciate any suggestions or personal experiences you can share. Thanks in advance for your help! Read More
SharePoint query throttle exception
Hi,
we are developing app for our customer, where we interact with document library.
It recently passed 5000 items and switched to throttle mode. Im now trying to solve displaying items in our app, so they can interact with it.
This is the main query for data:
“dataSource”: “${SP.Web.AbsoluteUrl}/_api/web/lists/getByTitle(‘PublicDocuments’)/items?$select=ID,Folder,**A lot of selects**&$expand=Editor,File,ContentType&$orderby=Code desc&$filter=Folder eq ‘${QueryString.Path}/’ and State ne ‘Replaced’ and ContentType eq ‘Document’&$top=5000”,
All the fields used in order and filter are indexed. Currently it contains around 5050 documents and this query should return around 2800 – I tested that using Excel, where I exported the query from the Document library, opened it in Excel and selected respective fields as in the filter.
We cannot pinpoint source of the SPQueryThrottle Exception.
On folders with less documents it works just fine.
Hi,we are developing app for our customer, where we interact with document library.It recently passed 5000 items and switched to throttle mode. Im now trying to solve displaying items in our app, so they can interact with it.This is the main query for data:”dataSource”: “${SP.Web.AbsoluteUrl}/_api/web/lists/getByTitle(‘PublicDocuments’)/items?$select=ID,Folder,**A lot of selects**&$expand=Editor,File,ContentType&$orderby=Code desc&$filter=Folder eq ‘${QueryString.Path}/’ and State ne ‘Replaced’ and ContentType eq ‘Document’&$top=5000”,All the fields used in order and filter are indexed. Currently it contains around 5050 documents and this query should return around 2800 – I tested that using Excel, where I exported the query from the Document library, opened it in Excel and selected respective fields as in the filter.We cannot pinpoint source of the SPQueryThrottle Exception.On folders with less documents it works just fine. Read More
Create and use email templates
Since I’ve been using the New Outlook, I haven’t found a way to create and use email templates – especially useful for repetitive emails. There is apparently a way but the template option doesn’t appear in the options available. Can anybody please help? (I’m UK-based, if that makes any difference.)
Since I’ve been using the New Outlook, I haven’t found a way to create and use email templates – especially useful for repetitive emails. There is apparently a way but the template option doesn’t appear in the options available. Can anybody please help? (I’m UK-based, if that makes any difference.) Read More
What principles does the accumulator for storing data (output or intermediate) follow after converting the model into C code using a C coder?
For example, is the upper limit of i in the for loop automatically generated based on factors such as the size of the data or something else?I would like to interrupt the process of generating data into smaller segments as per my request, but I don’t know how to handle these data or intermediate quantities because I am concerned that interrupting this process directly may lead to uncontrollable issues such as data leakage or data coverage。For example, is the upper limit of i in the for loop automatically generated based on factors such as the size of the data or something else?I would like to interrupt the process of generating data into smaller segments as per my request, but I don’t know how to handle these data or intermediate quantities because I am concerned that interrupting this process directly may lead to uncontrollable issues such as data leakage or data coverage。 For example, is the upper limit of i in the for loop automatically generated based on factors such as the size of the data or something else?I would like to interrupt the process of generating data into smaller segments as per my request, but I don’t know how to handle these data or intermediate quantities because I am concerned that interrupting this process directly may lead to uncontrollable issues such as data leakage or data coverage。 simulink, signal MATLAB Answers — New Questions
Why do I receive “Error in port widths or dimensions”?
I have a system as shown in the picture. y is a scalar defined in the function(also shown in picture).
However I have received such errors. Why is this happening?
Error in port widths or dimensions. Invalid dimension has been specified for ‘input port 2’ of ‘slxlx/Add’.
Error in port widths or dimensions. ‘output port 1’ of ‘slxlx/Transfer Fcn’ is a one dimensional vector with 1 elements.I have a system as shown in the picture. y is a scalar defined in the function(also shown in picture).
However I have received such errors. Why is this happening?
Error in port widths or dimensions. Invalid dimension has been specified for ‘input port 2’ of ‘slxlx/Add’.
Error in port widths or dimensions. ‘output port 1’ of ‘slxlx/Transfer Fcn’ is a one dimensional vector with 1 elements. I have a system as shown in the picture. y is a scalar defined in the function(also shown in picture).
However I have received such errors. Why is this happening?
Error in port widths or dimensions. Invalid dimension has been specified for ‘input port 2’ of ‘slxlx/Add’.
Error in port widths or dimensions. ‘output port 1’ of ‘slxlx/Transfer Fcn’ is a one dimensional vector with 1 elements. add, matlab, simulink, sum, dimension, width MATLAB Answers — New Questions
Functions of APP cannot jump in APP Designer of Matlab R2023b
When I select a app function, and click "Open", nothing happened, but I can open external fucntion successfully.When I select a app function, and click "Open", nothing happened, but I can open external fucntion successfully. When I select a app function, and click "Open", nothing happened, but I can open external fucntion successfully. bug, app designer MATLAB Answers — New Questions
Excel IF Formula Combination Help
Hi,
I’d like to create a formula which looks at column A for a value containing ‘MD’ if it contains this then to go to column B AND C and if they both state ‘Complete’ then to return words in column D with ‘Case Closed’
If column A does not contain ‘MD’ then return a blank and not to move to the if statement or next stage.
If one of the two Column B and C contain any other words then column D should return words ‘Case Open’
Hope that all makes sense. Is this possible?
At the moment I have a formula which only looks at column B and C, this is the forumla with the actual column table headers:
=IF(AND([@[Servicing Status]]=”Complete”, [@[Complaint Status]]=”Complete”), “Case closed”, “Case Open”)
Hi, I’d like to create a formula which looks at column A for a value containing ‘MD’ if it contains this then to go to column B AND C and if they both state ‘Complete’ then to return words in column D with ‘Case Closed’ If column A does not contain ‘MD’ then return a blank and not to move to the if statement or next stage. If one of the two Column B and C contain any other words then column D should return words ‘Case Open’ Hope that all makes sense. Is this possible? At the moment I have a formula which only looks at column B and C, this is the forumla with the actual column table headers:=IF(AND([@[Servicing Status]]=”Complete”, [@[Complaint Status]]=”Complete”), “Case closed”, “Case Open”) Read More
Notepad typing problem from spellcheck I suppose
After upgraded to Windows 11, the new Notepad and other MS apps I use I observed the new functionality to save the file and to have it after restart, even if not saved. That’s ok.
But, using daily notepad, and typing a lot sometimes in it, I observed a bug recently. Because I blind-type, I observed when typing some characters did not appear, even if I certainly typed them.
Normally I just ignored and insisted to type the missing character(s). But after a time because this phenomenon repeated, I tried to view what can be the problem. In MS Word all normal. But in notepad it kept not registering some characters …and that randomly, not because maybe I have a keyboard problem. Not at all. I tested that also. As I said, in MS Word all normal, but in notepad not.
I observed also that the spell check works in the new notepad, but you don’t have the possibility to activate/deactivate or simply change the language from the app config. I assume they are simply inherited from the Windows 11 general configs.
So after that, I supposed that this could be the problem. More exactly the source of the problem could be the spell-check. And I explain.
For a simple test, I made a new notepad file and in that new notepad file I didn’t had typing problem …till some time.
I say this, because I use a “note” notepad file every day, adding things always on top of it. So after some time it became big (at least big for a notepad point of view).
So I suppose the typing problem in notepad is …when it became big the spellcheck is allways trying to recheck all content and till not finishing the recheck the typing doesn’t work normally (because in background the system is “occupied” with something else that is prioritized – i.e. with spell checking all the big file content).
I assume that in MS Word the things are differently, and it does not recheck allways all the content, or maybe has different resources allocated for that process so that it doesn’t kill, or suspend sometimes, the typing process.
Corect me if I am wrong.
But that is what I observed.
PS. As a solution for me for that, I began to use for the big files the MS Word again, and for notepad olnly small files or opening new file for typing something ocassionally and then just copy/paste what I just typed back in the big file.
After upgraded to Windows 11, the new Notepad and other MS apps I use I observed the new functionality to save the file and to have it after restart, even if not saved. That’s ok.But, using daily notepad, and typing a lot sometimes in it, I observed a bug recently. Because I blind-type, I observed when typing some characters did not appear, even if I certainly typed them. Normally I just ignored and insisted to type the missing character(s). But after a time because this phenomenon repeated, I tried to view what can be the problem. In MS Word all normal. But in notepad it kept not registering some characters …and that randomly, not because maybe I have a keyboard problem. Not at all. I tested that also. As I said, in MS Word all normal, but in notepad not. I observed also that the spell check works in the new notepad, but you don’t have the possibility to activate/deactivate or simply change the language from the app config. I assume they are simply inherited from the Windows 11 general configs.So after that, I supposed that this could be the problem. More exactly the source of the problem could be the spell-check. And I explain. For a simple test, I made a new notepad file and in that new notepad file I didn’t had typing problem …till some time. I say this, because I use a “note” notepad file every day, adding things always on top of it. So after some time it became big (at least big for a notepad point of view). So I suppose the typing problem in notepad is …when it became big the spellcheck is allways trying to recheck all content and till not finishing the recheck the typing doesn’t work normally (because in background the system is “occupied” with something else that is prioritized – i.e. with spell checking all the big file content).I assume that in MS Word the things are differently, and it does not recheck allways all the content, or maybe has different resources allocated for that process so that it doesn’t kill, or suspend sometimes, the typing process.Corect me if I am wrong.But that is what I observed.PS. As a solution for me for that, I began to use for the big files the MS Word again, and for notepad olnly small files or opening new file for typing something ocassionally and then just copy/paste what I just typed back in the big file. Read More
Can I download individual songs on Spotify to my PC?
Hi everyone,
I’m currently exploring ways to download individual songs from Spotify to my PC. I enjoy creating personalized playlists and often want to have specific tracks available offline, especially when I’m traveling or in areas with limited internet connectivity. However, I’m not sure what the best approach is for downloading these songs directly to my computer.
I’ve heard that the premium account allows downloading individual songs on Spotify, but I’m not sure if these files can be accessed outside of the Spotify app. Are there any reliable tools or methods that can help me save these songs in MP3 format on my PC? I’m looking for a solution that’s both safe and user-friendly, preferably one that doesn’t require extensive technical know-how.
Any recommendations or advice would be greatly appreciated!
Hi everyone, I’m currently exploring ways to download individual songs from Spotify to my PC. I enjoy creating personalized playlists and often want to have specific tracks available offline, especially when I’m traveling or in areas with limited internet connectivity. However, I’m not sure what the best approach is for downloading these songs directly to my computer. I’ve heard that the premium account allows downloading individual songs on Spotify, but I’m not sure if these files can be accessed outside of the Spotify app. Are there any reliable tools or methods that can help me save these songs in MP3 format on my PC? I’m looking for a solution that’s both safe and user-friendly, preferably one that doesn’t require extensive technical know-how. Any recommendations or advice would be greatly appreciated! Read More
Azure free subscription
Hello everyone,
I’m new to the community and would greatly appreciate any assistance. Could any MCT help me generate a free Azure subscription code so I can practice and deploy the code I’ve written for learning? Your help would be greatly appreciated. Thank you!
Hello everyone, I’m new to the community and would greatly appreciate any assistance. Could any MCT help me generate a free Azure subscription code so I can practice and deploy the code I’ve written for learning? Your help would be greatly appreciated. Thank you! Read More
Need Help with Windows Sandbox Initialization Error (0x80070005)
Hi everyone,
I’m encountering an issue with Windows Sandbox on my system. When I try to start it, I get the following error message:
Windows Sandbox failed to initialize.
Error 0x80070005. Access is denied.
Would you like to submit feedback about this issue?
I’ve attached a screenshot of the error message for reference.
Has anyone faced a similar issue or does anyone have any suggestions on how to fix this? I’ve tried the following solutions so far without success:
Restarting the computerRunning Windows Update to ensure all patches are installedChecking Windows features to ensure Sandbox is enabled (tried also to reenable)
Any help or guidance would be greatly appreciated!
Thanks in advance!
Hi everyone,I’m encountering an issue with Windows Sandbox on my system. When I try to start it, I get the following error message:Windows Sandbox failed to initialize.Error 0x80070005. Access is denied.Would you like to submit feedback about this issue?I’ve attached a screenshot of the error message for reference. Has anyone faced a similar issue or does anyone have any suggestions on how to fix this? I’ve tried the following solutions so far without success:Restarting the computerRunning Windows Update to ensure all patches are installedChecking Windows features to ensure Sandbox is enabled (tried also to reenable)Any help or guidance would be greatly appreciated!Thanks in advance! Read More
Load external file in ssc block Simscape
I build a "liquid valve" component (.ssc file) in Simscape which includes a dropdown menu to select different valve types. The parameters for each valve are stored as a structure in a separated .m file. Depending on which valve is selected, I would like to "load" the corresponding values into my "liquid valve" component (.ssc file). Similar to the "Thermal Liquid Properties (TL)" component which loads an external file depending on the selected fluid.
How do I "load/import" my external .m file (structure) into my simscape component?I build a "liquid valve" component (.ssc file) in Simscape which includes a dropdown menu to select different valve types. The parameters for each valve are stored as a structure in a separated .m file. Depending on which valve is selected, I would like to "load" the corresponding values into my "liquid valve" component (.ssc file). Similar to the "Thermal Liquid Properties (TL)" component which loads an external file depending on the selected fluid.
How do I "load/import" my external .m file (structure) into my simscape component? I build a "liquid valve" component (.ssc file) in Simscape which includes a dropdown menu to select different valve types. The parameters for each valve are stored as a structure in a separated .m file. Depending on which valve is selected, I would like to "load" the corresponding values into my "liquid valve" component (.ssc file). Similar to the "Thermal Liquid Properties (TL)" component which loads an external file depending on the selected fluid.
How do I "load/import" my external .m file (structure) into my simscape component? simscape, structures MATLAB Answers — New Questions
Getting error Index exceesds the numbers of array elements. Index must not exceeds 4 getting this error when calling the function in Runfile. Secondly needs help to modified
Getting error Index exceesds the numbers of array elements. Index must not exceeds 4 getting this error when calling the function in Runfile. Secondly needs help to modified this app in where we give different values of RLC in one edit field and also the time interval innone edit field.Getting error Index exceesds the numbers of array elements. Index must not exceeds 4 getting this error when calling the function in Runfile. Secondly needs help to modified this app in where we give different values of RLC in one edit field and also the time interval innone edit field. Getting error Index exceesds the numbers of array elements. Index must not exceeds 4 getting this error when calling the function in Runfile. Secondly needs help to modified this app in where we give different values of RLC in one edit field and also the time interval innone edit field. matlab MATLAB Answers — New Questions
Sortby and Filter together – Circular Reference Error
I am trying to sort (using SORTBY) a filter array on two columns, one which is value derived from another of the columns in the range being filtered. I get an error saying that there’s a circular reference — which there is.
To be more specific: I have 3 columns, a word list, the date the word was added, and a column indicating (by 1 or 0) a “rating” for the word.
One of the sorting columns is the date column. It’s value is based on an XLOOKUP to a chart of words and the date they were added. Some words have blank dates (unknown). So the date column is derived from the word list column.
Filtering the list on the rating indicator works, but when I try to sort by the looked-up date column, I get the error.
Thanks to anyone who can say how to fix this problemand sort the filtered results by 2 columns.
I am trying to sort (using SORTBY) a filter array on two columns, one which is value derived from another of the columns in the range being filtered. I get an error saying that there’s a circular reference — which there is. To be more specific: I have 3 columns, a word list, the date the word was added, and a column indicating (by 1 or 0) a “rating” for the word. One of the sorting columns is the date column. It’s value is based on an XLOOKUP to a chart of words and the date they were added. Some words have blank dates (unknown). So the date column is derived from the word list column. Filtering the list on the rating indicator works, but when I try to sort by the looked-up date column, I get the error. Thanks to anyone who can say how to fix this problemand sort the filtered results by 2 columns. Read More
Use of AI in Azure DevOps
Hello Team,
Can anyone used AI in azure DevOps. Like AI can be used in Azure build and release pipelines.
Also it can be used in other service like VM creation, ARM templates.
Mostly if anyone used for Azure build and release pipelines. Please reply.
Hello Team, Can anyone used AI in azure DevOps. Like AI can be used in Azure build and release pipelines.Also it can be used in other service like VM creation, ARM templates. Mostly if anyone used for Azure build and release pipelines. Please reply. Read More
New Bookings Page – No Availability even though it is set
Days can be booked in the calendar but not from the bookings page – the availability of staff and the venue does not display correctly
Days can be booked in the calendar but not from the bookings page – the availability of staff and the venue does not display correctly Read More
How to limit the CoPilot scope in the tenant resources.
Good morning,
I looked around for similar topics without success, so please redirect me to any active thread if one exists.
We are in the process of implementing M365 CoPilot for a limited number of users as part of an adoption phase.
As for the users, we will progressively extend CoPilot’s visibility (see segregation) of the user tenant resources once validated by our team.To be clear, for example, CoPilot works across all of Graph, but initially, we would exclude SharePoint and focus only on Exchange.How can we achieve this? Is it possible?
Thanks, Fabrizio
Good morning,I looked around for similar topics without success, so please redirect me to any active thread if one exists.We are in the process of implementing M365 CoPilot for a limited number of users as part of an adoption phase. As for the users, we will progressively extend CoPilot’s visibility (see segregation) of the user tenant resources once validated by our team.To be clear, for example, CoPilot works across all of Graph, but initially, we would exclude SharePoint and focus only on Exchange.How can we achieve this? Is it possible? Thanks, Fabrizio Read More
Migrated Surface Hub 3 doesn’t log on
I have installed a Surface Hub 3 (updated with compute cartridge) using Autopilot and followed the guide to Teams auto-login (Deploy Surface Hub with Windows Autopilot & Teams Rooms Auto-login – Surface Hub | Microsoft Learn) but the device doesn’t (apparently) retrieve the user from the Teams Pro Management Portal and doesn’t auto-login.
I don’t have any Intune configuration that prevents local login (only Defender configuration).
Any suggestions on how to get auto-login working properly??
/Kenneth ML
I have installed a Surface Hub 3 (updated with compute cartridge) using Autopilot and followed the guide to Teams auto-login (Deploy Surface Hub with Windows Autopilot & Teams Rooms Auto-login – Surface Hub | Microsoft Learn) but the device doesn’t (apparently) retrieve the user from the Teams Pro Management Portal and doesn’t auto-login. I don’t have any Intune configuration that prevents local login (only Defender configuration). Any suggestions on how to get auto-login working properly??/Kenneth ML Read More