My restore points have disapperaed on my network, D:, E:, and Image. My file history has been turned off and I have lost my Windows 10 backup and it is now running a shadow copy...
My bitlocker will not activate on C: I have lost administration rights after I switched users in to the Admin profile. What do I do now? It's a brand new PC and Laurier just reinstalled Windows 10. My office 365 and Chrome has also…
Windows Node Web App Suddenly Doesn't Know What Stack It Is Running!?!?!
Stood up a Windows Node 10.14 web app a while back, deployed PWA code to it, and everything was fine. Suddenly, attempting to browse to the application results in a "You do not have permission to view this directory or page" error message.…
New Tags: SQL Tag
Hi, how do we create tags? I'd need one for SQL, please. best regards G
Using File Share Across Subscriptions in SLES VMs
Hello, Can Azure File Share be mounted across subscriptions? Say I have a storage account in one subscription and I want to mount file share in that to a Linux VM created in a new subscription. Both subscriptions are part of same tenant and resources…
Trying to sign in with Yubikey on Win10 v1903, but the key does not appear under "sign-in options."
I went through the proper process to get this set up via Azure AD, without any problems. This worked just fine on the previous laptop (this is a replacement). The new laptop is in the correct OU and groups, too. Still, the only sign-in options I get are…
MVC Web Service in Docker Container or Azure App Service?
Hi all, I would like to know what will be on a long run the most cost efficient to deploy an MVC Web Service using Docker Container or Azure App Service. Having in consideration that the Azure App Service have the auto-scaling as a feature by…
Upgraded to Windows 10, Now Microsoft Programs Have Garbled Images
I just upgraded to Windows 10 from Windows 7, and now all my Microsoft programs have distorted images, or I can't even see the images that are on the documents. This goes for Outlook, Word, PowerPoint and Excel. My IT company uninstalled Office 365,…
When can the Windows command line tool directly copy/paste using Command/Ctrl + C/V?
The Windows command line can also be copied/pasted directly using Command / Ctrl + C / V. At present, some terminal tools such as PowerShell Core are not very good for Ctrl + C / V support, but in some scenarios it is very tasteless. Windows Terminal is…
Data binding in UWP
What is the diffrence between binding and x:bind. My xaml code works fine when I change to binding. But I can not share my code, I also try to upload image, it fail as well. How can I share my code?
Push notification in UWP after covert
I want to let my console app to use the push notification in UWP, so my team decide to covert our Console app to UWP. The question is how to implement the push notification after convert. Thanks.
Covert my app to UWP
I have a console app and I have made some changes to the registry. If I convert to UWP how it can be done and what happen with the registry.
problem with richedittext
private void ComboChanged(object sender, SelectionChangedEventArgs e) { richEbitBox.Document.GetText(TextGetOptions.AdjustCrlf, out string value); var id = sender as ComboBox; switch (id.Tag) { case…
Can users get presistent desktop using pooled desktop type in WVD?
We want to for users with presistent desktops for the user with wvd with Pooled desktop type deployment. Is it possible to get this presistent desktops for the end users? Donot want to use Personal desktop type in WVD?
Modificación de CodeName con código VB excel
CodeName modification with excel VB code Good evening. I have the following code: 'I create a sheet with the following code Worksheets.Add(After:=ActiveSheet).Name = "Nombre de la pestaña de la hoja" 'Change the CodeName …
How to calculate features in future time frames in azure ml
Hello, I'm new to azure and have run into a problem when deploying my first experiment. Suppose I'm trying to forecast the retail sales for a location, the features used are the historical weather and foot traffic. It seems that if I want to forecast…
Azure Functions scaling, instances and parallell invocations
Reading the service limits we're unsure if azure functions my scale for our scenario. https://zcusa.951200.xyz/en-us/azure/azure-functions/functions-scale#service-limits Simplified scenario: We have a queue triggered function, let's call it…
Azure App Service free Managed Certificate for SSL/TLS
So free "Managed Certificate" is now available in Preview and it doesn't support naked/apex domains. azure.microsoft.com/announcement Now it's a SEO best practice to stick to either 'www' or no 'www' and do a 301 redirect. How are…
Help Required to understand DNS WorkFlow with Source and Destination IP
Hi, I need to understand the recursive DNS flow to understand what actually source and destination IP addresses travel over the internet while sending DNS queries to know the response. Lets say small topology is:- Client(192.168.10.10)---Primary DNS…
VBA Excel mail merge to publisher
I created a macro to execute a mail merge in word, now i need to set one up for publisher but it seems that publisher uses different object codes, anyone know how i can adapt my code to publisher WORD VBA: Sub MailMergeWD() Dim wd As…
Consuming UWP mail api from WPF Desktop Bridge App
I'm porting my WPF application to UWP, but some APIs are not permitted in the UWP - one of these is classic mail API (MAPI). I've already made some successfull tests about consuming UWP APIs from Desktop Application and hoped the mail api will work…