|
||||||
In order to use Iperium Backup with Vmware’s esxi environment, you need to enable Change Block Tracking. In vmware esxi, edit settings -> VM Options -> Advanced -> Configuration Paramaters, Edit Configuration and add:
Source: Changed Block Tracking (CBT) on virtual machines (1020128) I present for your enjoyment the hoops one must alight through to work with Windows 8 in 2024.
Sideloading Windows 8 Applications https://archive.org/details/Win8AppxArchive
–> Open PowerShell. Get a Windows developer registration using this command:
If it doesn’t work the first time, try a few more times. If everything stops working after a certain amount of time, you will need to run this command again to renew the license. If you have the Enterprise edition, you will not need to do this. After that, install the app using
The app is now installed, but you may notice that if you launch it, it won’t work. What you need to do is to go to After that, find the folder where the app resides and copy it’s path. If WSAppbak is in the same place as your appx file, delete the appx. Start WSAppbak and paste the folder path into the command prompt. After it has finished, you will find a .cer. Install it to the local machine > trusted root certificates. Delete the app. Install the newly generated appx.
when I typed it throws an error(the ”name” already replaced with the app package directory No, you need to install the appx using PowerShell, then type the installed app’s directory into WSAppBak. I got an error while trying to install the .appx add-appxpackage : Deployment failed with HRESULT: 0x800B0109, A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. error 0x800B0109: The root certificate of the signature in the app package or bundle must be trusted. Is there anything I’m doing wrong? Edit: i didnt store it in the Trusted Root Certification Authorities, found my problem. My other problem is that the app cannot open. Edit 2: It actually worked for Fresh paint. Woohoo! however i had to struggle with some flickers, i didnt have to restart but had to lock my pc once to get it to stop flickering. and after some time, it worked. Edit 3: Anytime the app is fullscreen, it kept flickering. maybe it might be my display driver or adapter Edit 4: starting the app after a few seconds crashes the app
If the app doesn’t open just unpack the appx in any location, delete the signature file and use add-appxpackage -path appxmanifest.xml -register Remember that removing the folder will not uninstall the app but leave it broken in your apps screen, you can delete it by right clicking it and selecting uninstall As part of cutting cableTV we have been using Windows Sandbox a lot. I never really looked into configuring Sandbox much as I had used Sandboxie in the past and it is super configurable. Sandboxie is starting to show it’s age, and Windows Sandbox is still here so… Here is a MS Support page going over how to configure Sandbox – turns out there is quite a bit one can do with it! Windows Sandbox configuration – Windows Security Microsoft Learn Source: Windows Sandbox configuration – Windows Security | Microsoft LearnA post for my business brethren, or anyone with a firewall on their network (which, really, please consider!). Microsoft is at war with my company. They forcibly introduce internet sites that have nothing to do with my business to my users, limiting the productivity of my employees and exposing my network to potentially compromised websites with the only purpose of creating additional profit for them. What started with easing their financial burden of hosting Windows Updates (Delivery Optimization) – but in reality was a strong-armed attempt to get me to pay for the electricity and bandwidth required to deliver updates to unknown parties the world over – has turned into paid advertisements being foisted upon my users on a continual basis. And here we thought forcing Candy Crush on us was bad, now they are pushing (likely) un-vetted websites on our systems constantly. Attempting to subvert any web content controls we may have in place to create profit (for them) at the cost of productivity (for us). Not to mention the security nightmare that they have created by pushing these sites into our networks. I continually look for a replacement OS that actually cares about my business’s productivity. (PLEASE RED HAT, SAVE ME!) And have never considered Apple in a more positive light than I do currently. But as it is, I am stuck with over 100 Windows computers. As such, I have taken to banning Microsoft sites in my firewall in order to restore a level of security and control back into my network. I will keep a running list of sites in this thread that I have found contribute to unnecessary exposure and risk. I put these sites into a DROP ALL rule that is at the top of my firewall security policies. Unfortunately MS actively fights back, so constant diligence is needed, but at least it is something. Banning these IP’s/Sites will result in the “search highlights” presented when you click on Windows search bar, and the “weather” widget next to your clock no longer able to provide content (or at least it does on my network). Please contribute any sites/addresses that you find as well. 204.79.197.203 Taste the Success! Ain’t news to anyone that the newly redesigned Thunderbird is a giant turd. No idea why the developers felt the need to screw with a fully functioning application, but they sure did fsck it up! If you fell for the old please upgrade trick and want to go back to a usable program, here is some help.
Tips & Tricks from Reddit
Prevent future updates by:
I’m yanking this off Reddit for when they delete the thread (happening more frequently!!). How to get rid of copilot… Did a bunch of digging today. It looks like you can also disable it via Intune, using a configuration profile. Thanks to https://www.reddit.com/user/maxpowers156/ for posting it. *EDIT* 9-25 this config policy failed for all my win11 clients. I tried making a win32 app and pushing out the reg change and that is generating errors also, so YMMV. Right now we’re manually using command line to edit the registry.
Name: Disable Windows Copilot OMA-URI: ./User/Vendor/MSFT/Policy/Config/WindowsAI/TurnOffWindowsCopilot Data type: Integer Value: 1 Copilot is only applicable to the Insider Preview build currently: WindowsAI Policy CSP – Windows Client Management | Microsoft Learn I made a dynamic group that finds windows 11 OSes to target it. will test monday.
lastly, here is the reg setting if you just want to push out an Intune app, thanks to https://www.reddit.com/user/kheldorn/. I had this work on 1 test machine, and not work on a different one. it’s Fun!
9
![]() level 3
I couldn’t get the CSP to work either. I have Powershell disabled for my users so I patched together a Remediation to apply it to the users HKU instead of HKCU as system. Tested and confirmed working. Detection:
Remediation:
Microsoft will now conveniently delete your files without your knowledge or consent! How typical of the bastards. Storage Sense is installed by default with Windows 11, and added to Windows 10 with recent updates. It can be disabled by going to Control Panel -> Storage and setting it to disabled, or using the following Reg command: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\StorageSense\Parameters\StoragePolicy] It’s a constant fight. 🙁 Source: How to Enable or Disable Storage Sense in Windows 10 & 11 – MajorGeeks Another list of shit you can delete from Windows! Yea! Some great windows privacy apps here at Belim’s site including BloatyNosy. Source: All apps Video on Youtube Linux P2V With DD and VHDTool – EASY and CHEAP!Reprint from
So I’ve been busy the last two week getting ready for TechEd (WAHOO!) where I’m co-presenting two sessions this year. One of the sessions is all about Linux on Hyper-V. To get ready, I’ve been working though lots of the common operational tasks including (as you know P2V) migrations. I mentioned to my buddy Alexander Lash (my partner in crime at TechEd 2008 where we presented a great session on Hyper-V Scripting) all the challenges of Linux P2V migrations, and he mentioned an easy way to do it using DD and VHDTool.
What I didn’t know was that VHDTool can quickly alter a binary disk image file (like those created by DD) and turn it into a VHD for Hyper-V! I put DD / VHDTool to the test a couple of different ways this week, and wanted to share some results with you. Note that using DD and VHDTool ARE NOT SUPPORTED by Microsoft (but they seem to work pretty well, and the price is right!). DD on Windows
My first run through was to take an existing Linux hard drive out of a system (using of course, Hanna Montanna Linux) and plugging it into one of my Hyper-V servers. I ran a Windows version of DD against the disk and created a binary image file of the system. One trick with the Windows version if DD is finding the right disk. It has a nice option to list all the drives on a system (see picture). Getting the drive ID right is important (slashes and all), or the process wont work. The actual command line I used to “suck the brain” out of the Linux system was pretty simple: dd if=\\?\Device\Harddisk1\DR2 of=C:\Hanna.img bs=1M –progress It took quite some time to copy the entire disk (empty space and all) to a new 80ish GB file, but once it was done creating the image, it took just a minute to get the VM up and running. I moved the image file to a better location and ran VHDtool to “convert” the image: I also renamed it to a .VHD (Hyper-V only likes to define VMs using storage files named .VHD) and then defined my VM (using the converted image file). The VM started right up, noticing the changes to hardware (no longer having a sound card, for instance), and worked like a champ for me. DD on Linux
|
||||||
Copyright © 2025 If I only had a brain - All Rights Reserved Powered by WordPress & Atahualpa |