Month: July 2024
Failed to Initialize MATLAB R2023b Runtime Library in Visual Studio 2019 C++ Project
I generated a C shared library type DLL for a custom function using the MATLAB Library Compiler and created a console C++ project in Visual Studio 2019 to call the DLL function and continue development. However, when initializing the DLL function, it reports a failure. I have set the PATH in the system environment variable to D:Program FilesMATLABMATLAB RuntimeR2023bbinwin64, and I have also set the include and library directories in Visual Studio 2019, and entered as many MATLAB runtime libraries as possible in the linker: mclmcr.lib; mclmcrrt.lib; libmat.lib; libmex.lib; libmx.lib; along with the custom .lib file. Why is the runtime library initialization still failing? My MATLAB version is R2023b, the compiler version is 23.2, and the runtime library version is 23. What could be causing the runtime library initialization to fail?I generated a C shared library type DLL for a custom function using the MATLAB Library Compiler and created a console C++ project in Visual Studio 2019 to call the DLL function and continue development. However, when initializing the DLL function, it reports a failure. I have set the PATH in the system environment variable to D:Program FilesMATLABMATLAB RuntimeR2023bbinwin64, and I have also set the include and library directories in Visual Studio 2019, and entered as many MATLAB runtime libraries as possible in the linker: mclmcr.lib; mclmcrrt.lib; libmat.lib; libmex.lib; libmx.lib; along with the custom .lib file. Why is the runtime library initialization still failing? My MATLAB version is R2023b, the compiler version is 23.2, and the runtime library version is 23. What could be causing the runtime library initialization to fail? I generated a C shared library type DLL for a custom function using the MATLAB Library Compiler and created a console C++ project in Visual Studio 2019 to call the DLL function and continue development. However, when initializing the DLL function, it reports a failure. I have set the PATH in the system environment variable to D:Program FilesMATLABMATLAB RuntimeR2023bbinwin64, and I have also set the include and library directories in Visual Studio 2019, and entered as many MATLAB runtime libraries as possible in the linker: mclmcr.lib; mclmcrrt.lib; libmat.lib; libmex.lib; libmx.lib; along with the custom .lib file. Why is the runtime library initialization still failing? My MATLAB version is R2023b, the compiler version is 23.2, and the runtime library version is 23. What could be causing the runtime library initialization to fail? library compiler, dll, visual studio2019, matlab compiler runtime, initialization, initialize() MATLAB Answers — New Questions
Best practice: CWT image generating for Deep Learning images
Hi,
I am looking some advice/best practice for genrating, formating and saving CWT images.
The task: I have ~5000 hours of EEG data recorded with lables at each thirty second interval. I would like to generate the CWT image of each 30 second window and save it. The image, should be devoide of a border, tics, axis lables and titles (i.e. just the spectogram image).
The Problem: I can generate an image with cwt(sig,fs), which is square, however includes all the extra bits I don’t want, like borders:
load mtlb
w = cwt(mtlb);
cwt(mtlb,"bump",Fs)
I could extract the image out with a handle and save that way:
load mtlb
w = cwt(mtlb);
fig = cwt(mtlb,"bump",Fs); % Hide the output as it’s quite long.
However, it quicly becomes apparent that the image data is not square, but rectangular.
load mtlb
w = cwt(mtlb);
fig = cwt(mtlb,"bump",Fs);
imshow(abs(fig)) % here’s the same image in grayscale.
While I understand that the image is fundamentally rectangular, the skeewed aspect ratio becomes an unknown when ingested by a DL algoritum, to that end I would like to have all my images processed and "squared up" before being ingested. I wanted to know if anyone had any suggestions as to the best way to generate these CWT images in a manner that is easily ingested by DL networks, not disimilar to this paper, however the detail are light.Hi,
I am looking some advice/best practice for genrating, formating and saving CWT images.
The task: I have ~5000 hours of EEG data recorded with lables at each thirty second interval. I would like to generate the CWT image of each 30 second window and save it. The image, should be devoide of a border, tics, axis lables and titles (i.e. just the spectogram image).
The Problem: I can generate an image with cwt(sig,fs), which is square, however includes all the extra bits I don’t want, like borders:
load mtlb
w = cwt(mtlb);
cwt(mtlb,"bump",Fs)
I could extract the image out with a handle and save that way:
load mtlb
w = cwt(mtlb);
fig = cwt(mtlb,"bump",Fs); % Hide the output as it’s quite long.
However, it quicly becomes apparent that the image data is not square, but rectangular.
load mtlb
w = cwt(mtlb);
fig = cwt(mtlb,"bump",Fs);
imshow(abs(fig)) % here’s the same image in grayscale.
While I understand that the image is fundamentally rectangular, the skeewed aspect ratio becomes an unknown when ingested by a DL algoritum, to that end I would like to have all my images processed and "squared up" before being ingested. I wanted to know if anyone had any suggestions as to the best way to generate these CWT images in a manner that is easily ingested by DL networks, not disimilar to this paper, however the detail are light. Hi,
I am looking some advice/best practice for genrating, formating and saving CWT images.
The task: I have ~5000 hours of EEG data recorded with lables at each thirty second interval. I would like to generate the CWT image of each 30 second window and save it. The image, should be devoide of a border, tics, axis lables and titles (i.e. just the spectogram image).
The Problem: I can generate an image with cwt(sig,fs), which is square, however includes all the extra bits I don’t want, like borders:
load mtlb
w = cwt(mtlb);
cwt(mtlb,"bump",Fs)
I could extract the image out with a handle and save that way:
load mtlb
w = cwt(mtlb);
fig = cwt(mtlb,"bump",Fs); % Hide the output as it’s quite long.
However, it quicly becomes apparent that the image data is not square, but rectangular.
load mtlb
w = cwt(mtlb);
fig = cwt(mtlb,"bump",Fs);
imshow(abs(fig)) % here’s the same image in grayscale.
While I understand that the image is fundamentally rectangular, the skeewed aspect ratio becomes an unknown when ingested by a DL algoritum, to that end I would like to have all my images processed and "squared up" before being ingested. I wanted to know if anyone had any suggestions as to the best way to generate these CWT images in a manner that is easily ingested by DL networks, not disimilar to this paper, however the detail are light. image processing, image analysis, cwt MATLAB Answers — New Questions
Title: Folders Not Refreshing Automatically After Installing Update KB5032190
I typically manage numerous images on a weekly basis, organizing them in folders displayed in medium and large thumbnail views. By default, all folders are sorted alphabetically. Before the installation of the KB5032190 update, folders would refresh automatically, eliminating the need to constantly press F5 whenever I made edits or duplicates. Prior to KB5032190, if I held down the CTRL key while dragging to duplicate an image, the duplicate would automatically be placed in front of the original. However, after installing KB5032190, duplicates are now placed at the end of the folder, requiring me to manually refresh the folder by hitting F5 to reorder them how I desire. This issue also presents itself when editing and saving images, as the edited image is pushed to the end of the folder until I manually refresh it using the F5 key. Despite researching online for several days and trying various solutions such as rebuilding the thumbnail cache and system repairs, the only effective resolution was to uninstall KB5032190. I am reluctant to disable Windows updates or block this patch indefinitely, and instead, I am seeking a viable solution or recommendation to address this persistent issue.
I typically manage numerous images on a weekly basis, organizing them in folders displayed in medium and large thumbnail views. By default, all folders are sorted alphabetically. Before the installation of the KB5032190 update, folders would refresh automatically, eliminating the need to constantly press F5 whenever I made edits or duplicates. Prior to KB5032190, if I held down the CTRL key while dragging to duplicate an image, the duplicate would automatically be placed in front of the original. However, after installing KB5032190, duplicates are now placed at the end of the folder, requiring me to manually refresh the folder by hitting F5 to reorder them how I desire. This issue also presents itself when editing and saving images, as the edited image is pushed to the end of the folder until I manually refresh it using the F5 key. Despite researching online for several days and trying various solutions such as rebuilding the thumbnail cache and system repairs, the only effective resolution was to uninstall KB5032190. I am reluctant to disable Windows updates or block this patch indefinitely, and instead, I am seeking a viable solution or recommendation to address this persistent issue. Read More
How to Turn Off Windows Hello Notifications
Hey there, just got my hands on a new webcam that’s Windows Hello compatible. After setting up Windows Hello, I can now breeze through logins without the hassle of passwords or pins.
I was wondering, is it feasible to eliminate the need for facial recognition confirmation with each login? If the system recognizes me, why the extra step of clicking OK each time? It seems redundant.
Wouldn’t it be smoother if the system automatically proceeded once it identified my face, without requiring the additional click? Is there a way to set this up?
Hey there, just got my hands on a new webcam that’s Windows Hello compatible. After setting up Windows Hello, I can now breeze through logins without the hassle of passwords or pins. I was wondering, is it feasible to eliminate the need for facial recognition confirmation with each login? If the system recognizes me, why the extra step of clicking OK each time? It seems redundant. Wouldn’t it be smoother if the system automatically proceeded once it identified my face, without requiring the additional click? Is there a way to set this up? Read More
Macro not activating
Hi, I’m a VBA beginner and I’m trying to set up a macro to auto-sort the contents of the sheet “ranked masterlist” when the database in “deviation masterlist” (which the ranked masterlist references) is updated. I’ve managed to cobble this code together from what I’ve seen online, but when I edit one of the cells in “deviation masterlist” at B1:B447, nothing happens. I know the sorting code works because I can trigger it with a button press, but presumably there’s a syntax issue in how I’ve added the condition at the start. If anyone could point to what I’m doing wrong, it would be much appreciated.
Private Sub Worksheet_Change(ByVal Target As Range)
If Not Intersect(Target, ActiveWorkbook.Worksheets(“deviation masterlist”).Range(“C2:C455”)) Is Nothing Then
ActiveWorkbook.Worksheets(“ranked masterlist”).Sort.SortFields.Clear
ActiveWorkbook.Worksheets(“ranked masterlist”).Sort.SortFields.Add2 Key:= _
Range(“B1:B447”), SortOn:=xlSortOnValues, Order:=xlDescending, DataOption _
:=xlSortNormal
ActiveWorkbook.Worksheets(“ranked masterlist”).Sort.SortFields.Add2 Key:= _
Range(“F1:F447”), SortOn:=xlSortOnValues, Order:=xlDescending, DataOption _
:=xlSortTextAsNumbers
With ActiveWorkbook.Worksheets(“ranked masterlist”).Sort
.SetRange Range(“B1:G447”)
.Header = xlGuess
.MatchCase = False
.Orientation = xlTopToBottom
.SortMethod = xlPinYin
.Apply
End With
End If
End Sub
Hi, I’m a VBA beginner and I’m trying to set up a macro to auto-sort the contents of the sheet “ranked masterlist” when the database in “deviation masterlist” (which the ranked masterlist references) is updated. I’ve managed to cobble this code together from what I’ve seen online, but when I edit one of the cells in “deviation masterlist” at B1:B447, nothing happens. I know the sorting code works because I can trigger it with a button press, but presumably there’s a syntax issue in how I’ve added the condition at the start. If anyone could point to what I’m doing wrong, it would be much appreciated. Private Sub Worksheet_Change(ByVal Target As Range)
If Not Intersect(Target, ActiveWorkbook.Worksheets(“deviation masterlist”).Range(“C2:C455”)) Is Nothing Then
ActiveWorkbook.Worksheets(“ranked masterlist”).Sort.SortFields.Clear
ActiveWorkbook.Worksheets(“ranked masterlist”).Sort.SortFields.Add2 Key:= _
Range(“B1:B447”), SortOn:=xlSortOnValues, Order:=xlDescending, DataOption _
:=xlSortNormal
ActiveWorkbook.Worksheets(“ranked masterlist”).Sort.SortFields.Add2 Key:= _
Range(“F1:F447”), SortOn:=xlSortOnValues, Order:=xlDescending, DataOption _
:=xlSortTextAsNumbers
With ActiveWorkbook.Worksheets(“ranked masterlist”).Sort
.SetRange Range(“B1:G447”)
.Header = xlGuess
.MatchCase = False
.Orientation = xlTopToBottom
.SortMethod = xlPinYin
.Apply
End With
End If
End Sub Read More
Taskbar widgets button has been relocated unexpectedly.
I recently discovered a significant change on my computer’s taskbar. The widget button, typically located between the start button and quick access icons, has mysteriously shifted to the right side next to the clock and system tray. Despite checking the settings and adjusting alignment options, the widget button remains stubbornly misplaced.
I attempted to drag and drop it back to its original position without success. How can I rectify this unexpected relocation?
I recently discovered a significant change on my computer’s taskbar. The widget button, typically located between the start button and quick access icons, has mysteriously shifted to the right side next to the clock and system tray. Despite checking the settings and adjusting alignment options, the widget button remains stubbornly misplaced. I attempted to drag and drop it back to its original position without success. How can I rectify this unexpected relocation? Read More
Help with Recalling New Features in Windows 11
Hello,
Are you concerned about your privacy and customization settings in Windows 11 Pro? Windows Recall, a feature that captures screenshots and records keylogging entries every 5 seconds, might be causing some unease. Is there a way to turn off this intrusive functionality?
Additionally, the constant battle of customizing your Windows 11 computer, such as toggling settings like disabling personalized ads, only to have them reset mysteriously during future Windows updates, can be frustrating. How can you break this cycle and ensure that your preferred customizations remain unchanged even after system updates?
I would be happy to help guide you on how to safeguard your privacy and maintain your customization preferences amid these challenges.
Hello, Are you concerned about your privacy and customization settings in Windows 11 Pro? Windows Recall, a feature that captures screenshots and records keylogging entries every 5 seconds, might be causing some unease. Is there a way to turn off this intrusive functionality? Additionally, the constant battle of customizing your Windows 11 computer, such as toggling settings like disabling personalized ads, only to have them reset mysteriously during future Windows updates, can be frustrating. How can you break this cycle and ensure that your preferred customizations remain unchanged even after system updates? I would be happy to help guide you on how to safeguard your privacy and maintain your customization preferences amid these challenges. Read More
Fix: Unable to log in with Microsoft Account
I own a high-performance PC running on the W11 Pro operating system, which has three user accounts. Two of these accounts are local, while the third one is linked to a Microsoft (outlook.com) account. Recently, when I attempted to switch to the Microsoft account, I encountered a frustrating issue – I could not enter the password correctly. Even using the onscreen keyboard did not help as the characters typed were not appearing in the password field. Despite rebooting the system, the problem persisted.
Interestingly, both local accounts were functioning without any issues. To clarify, no characters were showing up in the password box when I attempted to type. I could only navigate around using the tab key and press enter for options like ‘forgot password’.
However, after some troubleshooting, I was able to resolve the issue by selecting the ‘forgot password’ option. By providing the rescue email address, I successfully completed the steps, canceled out, and was able to log into the MS account.
The system had recently undergone some changes, including the addition of Veracrypt encryption and switching from a wireless to a wired mouse. Apart from these alterations, there were no other significant modifications made.
I own a high-performance PC running on the W11 Pro operating system, which has three user accounts. Two of these accounts are local, while the third one is linked to a Microsoft (outlook.com) account. Recently, when I attempted to switch to the Microsoft account, I encountered a frustrating issue – I could not enter the password correctly. Even using the onscreen keyboard did not help as the characters typed were not appearing in the password field. Despite rebooting the system, the problem persisted. Interestingly, both local accounts were functioning without any issues. To clarify, no characters were showing up in the password box when I attempted to type. I could only navigate around using the tab key and press enter for options like ‘forgot password’. However, after some troubleshooting, I was able to resolve the issue by selecting the ‘forgot password’ option. By providing the rescue email address, I successfully completed the steps, canceled out, and was able to log into the MS account. The system had recently undergone some changes, including the addition of Veracrypt encryption and switching from a wireless to a wired mouse. Apart from these alterations, there were no other significant modifications made. Read More
How to find all labeled Documents deleted by a specific person
Hi there,
I try to create a Powershell AuditLog Search which finds me all labeled documents deleted by a specific person.
After a person has been dismissed, the aim is to find the sensitive documents that this person deleted shortly beforehand.
My script has no output at all and in the moment I am clueless what the reason could be. I made it simpler than my acutal question is:
$daysAgo = 30; $startDate = (Get-Date).AddDays(-$daysAgo)
$results = Search-UnifiedAuditLog -StartDate $startDate -EndDate (Get-Date) -RecordType SharePoint -Operations FileDeleted -ResultSize 5000 |
Where-Object {
$_.CreationTime -gt $startDate
} |
Select-Object CreationTime, UserIds, Operations, AuditData
$results | Export-Csv -Path “PATH.csv” -NoTypeInformation
Does anybody see my error? Thanks in advance :crossed_fingers:
Hi there, I try to create a Powershell AuditLog Search which finds me all labeled documents deleted by a specific person. After a person has been dismissed, the aim is to find the sensitive documents that this person deleted shortly beforehand. My script has no output at all and in the moment I am clueless what the reason could be. I made it simpler than my acutal question is: $daysAgo = 30; $startDate = (Get-Date).AddDays(-$daysAgo)$results = Search-UnifiedAuditLog -StartDate $startDate -EndDate (Get-Date) -RecordType SharePoint -Operations FileDeleted -ResultSize 5000 |Where-Object {$_.CreationTime -gt $startDate} |Select-Object CreationTime, UserIds, Operations, AuditData$results | Export-Csv -Path “PATH.csv” -NoTypeInformation Does anybody see my error? Thanks in advance :crossed_fingers: Read More
There was an issue with your Windows Hello PIN. Please try again later.
Here is the revised version of the content with a significant change:
“I’ve been using my PIN for a long time without any issues, but suddenly I received a message saying that I need to update my PIN for my organization. However, this is my personal computer and not associated with any organization. When I go to the sign-in options and try to set up a new Windows Hello PIN, I encounter an error message saying ‘Something went wrong. Try again later.’ I tried removing the PIN, but now the ‘Add’ button is inaccessible. Since this is my personal device with no group policies, I am puzzled about what could have caused this issue. I would appreciate any assistance in resolving this so I can reinstate my PIN.”
Alternatively, for your situation: “Out of the blue, my facial recognition and PIN, which have been working flawlessly for over two years, suddenly stopped functioning. After receiving a code from Microsoft sent to my recovery email, I entered it only to encounter the same error mentioned in this forum thread’s title. By clicking ‘Skip,’ I could bypass the issue and access my account.”
Here is the revised version of the content with a significant change: “I’ve been using my PIN for a long time without any issues, but suddenly I received a message saying that I need to update my PIN for my organization. However, this is my personal computer and not associated with any organization. When I go to the sign-in options and try to set up a new Windows Hello PIN, I encounter an error message saying ‘Something went wrong. Try again later.’ I tried removing the PIN, but now the ‘Add’ button is inaccessible. Since this is my personal device with no group policies, I am puzzled about what could have caused this issue. I would appreciate any assistance in resolving this so I can reinstate my PIN.” Alternatively, for your situation: “Out of the blue, my facial recognition and PIN, which have been working flawlessly for over two years, suddenly stopped functioning. After receiving a code from Microsoft sent to my recovery email, I entered it only to encounter the same error mentioned in this forum thread’s title. By clicking ‘Skip,’ I could bypass the issue and access my account.” Read More
Excel scripting in JS : enhance getRange adress format resolution
Hi !
Just stumbled over a thing that I think could be interesting to be added in the Excel Javascript API, especially in the ranges’ selection with addresses.
For a script I’m writing to parse some data in a worksheet in Excel 365 on desktop, I need to select a column starting a certain cell (basically to ignore headers).
When testing the Worksheet getRange(adress) method, I realized that I can either select a specific set of cells (like using the adress “A2:A1235”) or a complete column or line (i.e. with adress “A:A” or “2:2”), but I cannot select either a column or a row from or up to an offset :
“A2:A” to select column A from row 2 to end of column or “B2:2” to select the line from column B is not valid according to the js console.
I don’t know if this is just that I’m using the wrong way to format the address for what I want to do (in this case, the API doc needs to be clarified in my opinion), but if it is not originally planned, I think expanding the address format to support offset in both ways (with CL:C and C:CL formats for columns with an offset, and CL:L and L:CL for rows with an offset) could be a neat feature.
Best regards
Hi ! Just stumbled over a thing that I think could be interesting to be added in the Excel Javascript API, especially in the ranges’ selection with addresses. For a script I’m writing to parse some data in a worksheet in Excel 365 on desktop, I need to select a column starting a certain cell (basically to ignore headers). When testing the Worksheet getRange(adress) method, I realized that I can either select a specific set of cells (like using the adress “A2:A1235”) or a complete column or line (i.e. with adress “A:A” or “2:2″), but I cannot select either a column or a row from or up to an offset :”A2:A” to select column A from row 2 to end of column or “B2:2” to select the line from column B is not valid according to the js console. I don’t know if this is just that I’m using the wrong way to format the address for what I want to do (in this case, the API doc needs to be clarified in my opinion), but if it is not originally planned, I think expanding the address format to support offset in both ways (with CL:C and C:CL formats for columns with an offset, and CL:L and L:CL for rows with an offset) could be a neat feature. Best regards Read More
Random Binary Bits Generation
Working with NIST Test Suite which have 16 Test to test Randomness of data,
My Problem is I want such random binary bits of length 10^6, which have P-Value over .95 for all the NIST Test, I’ve spend almost a week trying different Stream Ciphers, RNG PRNG, different combination of these, nothing works for me is it possible to generate these numbers consistantly with desired P-Values.
Thank YouWorking with NIST Test Suite which have 16 Test to test Randomness of data,
My Problem is I want such random binary bits of length 10^6, which have P-Value over .95 for all the NIST Test, I’ve spend almost a week trying different Stream Ciphers, RNG PRNG, different combination of these, nothing works for me is it possible to generate these numbers consistantly with desired P-Values.
Thank You Working with NIST Test Suite which have 16 Test to test Randomness of data,
My Problem is I want such random binary bits of length 10^6, which have P-Value over .95 for all the NIST Test, I’ve spend almost a week trying different Stream Ciphers, RNG PRNG, different combination of these, nothing works for me is it possible to generate these numbers consistantly with desired P-Values.
Thank You nist, random number generator, cryptography, binary MATLAB Answers — New Questions
lqr controller tuning way
while controlling two variables using lqr controller not able to properly tune Q and R . what is best way to tune themwhile controlling two variables using lqr controller not able to properly tune Q and R . what is best way to tune them while controlling two variables using lqr controller not able to properly tune Q and R . what is best way to tune them lqr controller MATLAB Answers — New Questions
Share a List view as an embed on a different SharePoint site
I have the following case:
Site A has a List with lots of different views
Site B is shared with my customer
I would like my customer to be able to see one of those views on Site B, but I don’t want to share Site A with them.
Is that possible?
I have the following case: Site A has a List with lots of different viewsSite B is shared with my customer I would like my customer to be able to see one of those views on Site B, but I don’t want to share Site A with them. Is that possible? Read More
PC Heather Check app Warning message, how to fix?
I am on Windows 11 but this app says my computer is no qualified, lol
I am on Windows 11 but this app says my computer is no qualified, lol Read More
Improving Time Sync in Windows 11
My Windows 11 computers are configured to automatically synchronize with time.gov. I utilize the Your Universe in Motion application for syncing my timepieces. On several occasions, I have observed discrepancies of over a minute between the system time on Windows and the web link. However, when I initiate a manual sync, both times show the correct time. I am curious about the reason behind why Windows 11 does not consistently maintain accurate time synchronization.
My Windows 11 computers are configured to automatically synchronize with time.gov. I utilize the Your Universe in Motion application for syncing my timepieces. On several occasions, I have observed discrepancies of over a minute between the system time on Windows and the web link. However, when I initiate a manual sync, both times show the correct time. I am curious about the reason behind why Windows 11 does not consistently maintain accurate time synchronization. Read More
Looking for a recent Win11 cleanup batch script and more?
I recently received two batch scripts from the Eleven Forum, courtesy of a friend. I am now seeking guidance on creating a clear, systematic process to maintain the health of my PC. The scripts in question are the Tune-up plus log script and the Post_WU_Cleanup script. However, I am uncertain about the correct sequence in which to run them. As a user with a Win11 64-bit system, I am also looking for a batch script specifically designed to eliminate all unnecessary junk and temporary files. While I may appear inexperienced in this area, I am open to learning and improving.
My requirements are as follows:
– I need a single batch script to thoroughly clean out all unnecessary junk and temporary files on a weekly basis.
– Should the post wu cleanup script be executed after every monthly Windows cumulative update?
– How often should the tune-up plus script be run? Should it be performed monthly or weekly? (Assuming it covers tasks like sfc, dism, and restoring images.)
Your assistance in this matter is greatly appreciated.
I recently received two batch scripts from the Eleven Forum, courtesy of a friend. I am now seeking guidance on creating a clear, systematic process to maintain the health of my PC. The scripts in question are the Tune-up plus log script and the Post_WU_Cleanup script. However, I am uncertain about the correct sequence in which to run them. As a user with a Win11 64-bit system, I am also looking for a batch script specifically designed to eliminate all unnecessary junk and temporary files. While I may appear inexperienced in this area, I am open to learning and improving. My requirements are as follows:- I need a single batch script to thoroughly clean out all unnecessary junk and temporary files on a weekly basis.- Should the post wu cleanup script be executed after every monthly Windows cumulative update?- How often should the tune-up plus script be run? Should it be performed monthly or weekly? (Assuming it covers tasks like sfc, dism, and restoring images.) Your assistance in this matter is greatly appreciated. Read More
Windows Explorer crashes following Remote Desktop Protocol (RDP) session
I have encountered a peculiar issue with my desktop running Windows 11 Pro. Occasionally, I connect to it from my Windows 11 laptop using Remote Desktop Protocol (RDP). However, after disconnecting and then logging in locally, I face a problem where Explorer becomes unresponsive – it won’t resize, and sometimes I encounter the spinning blue circle of death. While other applications and browsers continue to function normally, Explorer remains in a frozen state, requiring me to forcefully end the task through the Task Manager before relaunching it.
I suspect that the issue may be related to scaling differences between my two machines. The desktop runs at a 4K resolution with a 150% scale factor, while the laptop operates at a 2K resolution with a 175% scale factor. When I connect from the laptop in full screen mode, Explorer tends to crash within the RDP session as well, necessitating the same process of terminating and restarting the application.
This is a perplexing dilemma, and I am hopeful that someone out there has encountered and successfully resolved a similar issue in the past. Any insights or solutions would be greatly appreciated. Thank you!
I have encountered a peculiar issue with my desktop running Windows 11 Pro. Occasionally, I connect to it from my Windows 11 laptop using Remote Desktop Protocol (RDP). However, after disconnecting and then logging in locally, I face a problem where Explorer becomes unresponsive – it won’t resize, and sometimes I encounter the spinning blue circle of death. While other applications and browsers continue to function normally, Explorer remains in a frozen state, requiring me to forcefully end the task through the Task Manager before relaunching it. I suspect that the issue may be related to scaling differences between my two machines. The desktop runs at a 4K resolution with a 150% scale factor, while the laptop operates at a 2K resolution with a 175% scale factor. When I connect from the laptop in full screen mode, Explorer tends to crash within the RDP session as well, necessitating the same process of terminating and restarting the application. This is a perplexing dilemma, and I am hopeful that someone out there has encountered and successfully resolved a similar issue in the past. Any insights or solutions would be greatly appreciated. Thank you! Read More
Strange syncing issue that can’t be solved it seems
Hi all,
Recently something strange is happening. My onedrive (online and the client version) works with no issue and can sync files.
But when using M365 for apps/Office 365 suddenly it stopped syncing files from the office apps to OneDrive. This is really strange and inconvenient and I haven’t found the solution yet. I tried clearing the credentials from the credential manager, deleting Office apps and other things without luck. I ended up deleting my windows account and it worked for a while but now it’s again not working again. Any idea what’s causing this issue and how to fix it?
It says in can’t connect to the Onedrive service. Is this a license issue? I have M365 Basic license and everything worked fine until recently.
I cannot use any Office app anymore to save my files to OneDrive and have to save my files on a location that is not synced and place it into the synced folders. It’s really frustrating and I would be really thankful if someone could help with this.
Hi all, Recently something strange is happening. My onedrive (online and the client version) works with no issue and can sync files.But when using M365 for apps/Office 365 suddenly it stopped syncing files from the office apps to OneDrive. This is really strange and inconvenient and I haven’t found the solution yet. I tried clearing the credentials from the credential manager, deleting Office apps and other things without luck. I ended up deleting my windows account and it worked for a while but now it’s again not working again. Any idea what’s causing this issue and how to fix it? It says in can’t connect to the Onedrive service. Is this a license issue? I have M365 Basic license and everything worked fine until recently.I cannot use any Office app anymore to save my files to OneDrive and have to save my files on a location that is not synced and place it into the synced folders. It’s really frustrating and I would be really thankful if someone could help with this. Read More