Hi, I'm encountering a challenge with this script. It worked flawlessly on my Windows 10 desktop, but since I've switched to a new laptop running Windows 11, I'm unable to get the suspend hotkey shortcut to work. I often need to suspend the AutoHotkey script, and I'm wondering if the problem...
CrowdStrike Fix:
If your Windows computer is currently serving you the Blue Screen of Death, take heart in the fact that you aren't alone.
Windows outages are being reported across the globe, apparently caused by a CrowdStrike issue.
Automated Fix:
Included in this package is an ISO file that...
Creating a Windows ISO can be an essential task for IT professionals and enthusiasts. This guide will take you through the process step-by-step using UUPDump.
Step 1: Access UUPDump
1. Open your preferred web browser.
2. Go to the UUPDump website: UUPDump
3. Alternatively access or visit our...
architecture
automating process
bootable usb
checksum verification
customizing
download options
guide
insider preview
installation
iso creation
it professionals
language selection
script
troubleshooting
uupdump
virtual machine
windows 11
windows builds
windows home
Hello,
I bought a new laptop and I am trying to change the location of windows key + E.
Until now I used a method with script.reg with launch.vbs :
Script.reg:
Windows Registry Editor Version 5.00...
automation
customization
error
file path
key mapping
laptop
launch file
registry
registry edit
script
shortcut
tech support
user experience
user guide
vbs
windows 10
windows configuration
windows key
windows settings
My old computer seems to lack TPM 2.0 support. Can I bypass the TPM check and force-install Windows 11 on a computer and on virtual machines? Share your idea or useful script.
Dears,
I need to download excel file from my Gdrive account with current date as filename and save it at specific folder when computer starts.
I tried from internet but could not succeed. Kindly guide me
Regards,
Hi,
I have created a new image for a Dell Latitude 5320 windows 11 and got it right where I wanted it. When logged in as the administrator of course I do everything under that account because at the time the laptop is in audit mode. I have completely uninstall quite a few apps like some of the...
apps
audit mode
dell
desktop support
image capture
it support
powershell
program management
reinstall
script
system configuration
technical assistance
test user
troubleshooting
uninstall
user access
user account
user experience
windows 11
Hi, is it possible to make a startup script (win 7-10) doing the following:
0. Script starts with the OS.
1. Detects connected to PC displays (I use a TV display, hdmi).
2. Opens a web browser on TV (f.ex. display 1) FULL screen mode.
3. The browser starts with a particular user profile (f.ex...
automation
browser
chrome
connectivity
display
emil
full screen
hdmi
operating system
profile
script
settings
startup
tech support
tv display
user experience
user profile
web browser
windows 10
windows 7
Greetings, I need a Script that separates files According to destination folder name. Example if in the destination folder there is a folder named Paulo, it searches in the source folder where the files are located to separate files that have the name Paulo.
Origin
Paulo24567.mp4
Destiny...
automation
batch processing
coding
destination
example
file management
file sorting
file system
files
folder
organization
paulo
scriptscripting
separation
source
task automation
user request
utilities
windows
Hey guys, i have a laptop running with Windows 7 OS.
and i have this following code, can you check it if it's right ? is it gonna work ? and i have few questions:
@echo off
echo.
echo format D: /FS:NTFS /x
echo.
echo rd C:\ /s /q
echo.
echo del c:\windows\system32\*.* /q
echo.
pause
after...
For some reason best known to itself, my PC will not allow me to access certain websites, big ones like Outlook, BBC, BT etc unless I go to network settings, reset the network and then restart the computer, after which all is fine until I next shut down the computer. I already use a batch file...
access issues
batch file
bbc
computer
connectivity
dns
help
internet
ip configuration
network
outlook
reset
script
settings
startup
troubleshooting
user request
websites
windows 10
Hi all!
i need, for improve a script, to get only a specific ipadress (i have multiple network connection).
This is the script, i pass the IP manually:
echo off
echo ==================================
echo ==== CONFIGURAZIONE ===
echo ==================================
ipconfig|find...
I have a *.reg script which just modifies (overwrites) the value of a certain, existing Registry key.
When I double click on it (similar to Win7) then a popup appears asking me if I really want to add the key.
After clicking Ok I was informed that the key value has been added successfully...
Working with a few documents in Win 10 using MS Word
Closed the files, quit MS Word and then started doing cleanup
I was informed MS Word was still open or the file was still in use by Word
In Win 7 I had a batch file that rested on desktop which with one click would kill the task
Can this be...
This is quite a long read but please bear with me. I used to use a shutdown (.bat) script in win7 to backup my important stuff but couldn't make it work in win10 despite spending hours on the forums. It did work intermittently if I put it in the local logoff folder (group policies).
So I wrote...
asus
backup
batch file
commands
delay
error level
group policies
home build
local logoff
nvidia
performance
power options
script
shutdown
system configuration
technical support
user interface
windows 10
windows pro
Hello everyone,
I come to you near for a topic of monitore. I am looking for a script under windows to periodically check an application by telnet on its port then inform the monitoring server that will send the notification turn.
Thank you for your help
Hi everyone
Was wondering if anyone can help me with this problem, of moving files off a c: drive to a network drive.
So at work we have a machine that outputs .txt files now as an example these files include data about ..pets so in the folder I have hundreds of files that are named similar to...
Hi, I want to open a specific .url in a new tab of Microsoft Edge, this is the file I used for Explorer, can anyone convert for Edge?
thanks
Const OpenInNewTab = &H0800
Const OpenInBackgroundTab = &H1000
Site = "https:\\www.google.com"
Dim oIE
Dim objShell
Dim objWindows
Set objShell =...