it doesn't see the hdd in the caddy [closed]
the hdd is installed in the computer with a stake instead of a cd rom, but when I start the operating system from the ssd, it does not see hdd, but if I change the location of the ssd and hdd or start...
View ArticleWindows executor %temp% [closed]
People, I need help. When I want to enter the %temp% folder within the Windows executor, I get the option "How do you want to open this file?", and they are all application options and not folders, I...
View ArticleHow to move MSMQ message to another queue
I have a problem moving messages from one queue to another on my development box (Windows 8.1).I'm using MassTransit service bus which generates three private queues per service instance for me. One...
View ArticleHow to mimic Windows Security UI rights via Powershell
I have a folder that contains bunch of *.exe and *.dll files (not necessarily all in root) and I want to ForbidWrite to {S-1-1-0} (Everyone) on all these files.I've tried: Get-ChildItem -Path...
View ArticleHow to increase memory for a Java application in Windows 10?
I suppose I should to increase a Java heap size for the application. Does Java heap size have a common settings for all Windows 10 applications? Or should I set it for the application I need. How? What...
View ArticleOn Windows, Is it possible to split a screen to consider it as 2 different...
On Windows, I'm trying to split a screen is half. The purpose is to have a small screen on the side of my screen.The windows sizing functionnalities of windows are good, but I have a part on my screen...
View ArticleWhere are windows 10 cached domain credentials stored at? [closed]
I am using windows 10 Version 10.0.19045 Build 19045 on a domain controlled device. I need to know where the cached domain credentials are kept for the next OFFLINE login. I have used Mimikatz,...
View ArticleWhat configuration or concept am I not understanding with web servers and...
Please bear with me, this might be a little confusing because I'm having a hard time explaining.I have an IIS web server at home. I registered a domain with DuckDNS to point to that web server.Xfinity...
View ArticleGetting the Display Version of the current computer with Powershell7 (I.E.:...
I've read a bunch of threads on here about this and I want to get the Windows edition (22H2 for instance).This is the code:$ReleaseID = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows...
View ArticleHow can I pass around filenames with special characters in them in Windows?
I want to get the MD5 checksum of a file called "🔥.txt". This works fine in Cygwin:$ md5sum 🔥.txtd41d8cd98f00b204e9800998ecf8427e 🔥.txt$ openssl dgst -md5 🔥.txtMD5(🔥.txt)=...
View ArticleRun as a different user access denied: How to set-up a "super-user" with...
I am using "run as a different user" to run an application on Windows 10. The application is started smoothly; however, I am not able to do anything with it because whatever I click it says "access...
View ArticleHow to optimize vmware 13 for gaming on apple silicon?
Is there a way? I set the graphic memory to 8 GB and 6 core processors with 10 GB rams and it still run at less than 30fps on window 11 arm 64 with 3d acceleration on. If not any recommendation for...
View ArticleAspire V5-531 Operating System Not Found
I recently purchased an Acer Aspire V5-531. I replaced the 320GB HDD with a 120GB Kingston SSDNow V200 and installed Linux booting with rEFInd.Due to a necessary change, I have to move back to Windows...
View ArticleHow can I implement a depression or depth effect in Flutter? [closed]
import 'package:flutter/material.dart';void main() => runApp(MyApp());class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( home: Scaffold( appBar:...
View ArticleWindows 8.1 missing WinRE.wim in WinPE
I'm trying to pull a Windows 8.1.wim file down to a laptop (the same laptop that was the source of the .wim), and am following these directions from MS, and everything works until:# W: is what will be...
View ArticleHow to disable automatic start or tunnel activation on Windows startup?
I only found this reddit post which suggests to disable the WireGuard Windows services. But those services seem to be automatically created when WireGuard ist started, or a tunnel activated.
View ArticleI can't insert long paths in the "Target" box in Windows 11 shortcut...
I'm trying to create a Windows shortcut that will be put in my startup folder. The shortcut starts a program (Discord), but with a 1-minute delay. I'm doing this because my (ancient) core i3-2100 PC...
View ArticleMacOS computer can't connect to Windows SMB share if it requires a login
I have a Windows 11 computer that I use as a home server on which I have shared some folders to access on a macOS Sonoma computer.The Mac can access the shares that are accessible publicly(the...
View ArticleEditor with muti-line search and replace
I am looking for text editor for Windows which is capable of performing search and replace operation of multi-line text block.It should be able to run this operation on a folder or currently opened...
View ArticleCan not create process with elevated permissions from LocalSystem account
I am running a build server on windows server 2008 (team city). The builds are run by the Team city agent that runs as a windows service under LocalService account. One of the builds need to copy a zip...
View Article