If you're into modifying system files etc. you'll soon get fed up of logging out/in or using Task Manager to stop and re-start Explorer.exe all the time. Even if Explorer has died and you can r-click the desktop this will save you logging out/in or launching Task Manager (Ctrl+Alt+Delete)...
batchfile
context menu
customization
desktop
efficiency
explorer
file management
modify
program
registry
restart
scripting
shutdown
system files
taskkill
tips
user guide
utilization
windows
workflow
I have written a batch file (e.g.aaa.bat) which can take several paramters and runs fine as long as I enter the start command at the command prompt e.g
aaaa.bat -start -log
In order to avoid always having to enter manually this command I created a shortcut to this batch file and placed it...
I have a batch file that I use to:
Create a restore point, then swap out my modified system files. I store the "Sleep.exe" file in the same folder as the batch file.
The script goes something like:
echo Please wait while a Restore Point is made.
sleep 17
Take ownership,Rename Replace, Blah...
i would like to if its possible on windows 7 to run a bat each time computer starts from HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run for example of from startup
or its just not possible because of the uac ?
i dont want to use task scheduler
When I start a DOS batch file *.bat procedure then a cmdprompt window opens with the default
number of columns and rows.
In old WinXP I could pause the batch script and change the number of columns/rows of this terminal/cmdprompt windowa as well as other parameters like font size.
AND...
batchfilebatch scripts
cmd
command line
command prompt
compatibility
custom settings
dos
font size
parameters
powershell
script automation
scripting
terminal
title command
user preferences
window management
window size
windows 7
windows xp
Hi
Can someone help me with a batch file that will delete the files in the c:/program Data/microsoft/windows/DRM folder on a Win 7 PC?
Thanks in advance.
Derek
3 days ago, I installed the new Windows 7 SP1; and installation went just fine.
but when I tried to upload a file from within yahoo mail, IE8 crashes as soon as I click the "Choose file to upload" button. Actually, I do see the applet, but then it crashes on cmctl32.dll. This also happens on...
batchfile
browser
cmctl32.dll
compatibility
crashes
error message
file upload
firefox
ie8
internet explorer
registry
software issues
sp1
support
system restore
uac
update
user rights
windows 7
First off, hello everyone! Thank you for reading my first post. :D
The place I worked at runs heavily on batch file. Its crazy. I have never seen a setup like this before.
Anyway, we have an in house program made in magic that sends labels to a dot matrix printer via a batch file. This...
batchfile
carriage returns
command line
compatibility
dot matrix printer
file transfer
formatting issue
in house program
label printing
label roll
magic program
network printer
print command
print server
printing issues
technical support
text file
troubleshooting
windows 7
windows xp
Sorry for the less but optimal title for this, but I can't describe it any better.
The root of the issue is that i am running Pisg. a stats generator for mIRC on my windows 7 machine. At the beginning I ran the program that parses the files manually and uploaded the files manually.
But in the...
I'm running Win7 Home Premium and one of the features not in this edition is the group policies...... Which I need.
I've checked out the registry spreadsheets but to no avail.
I'm trying to get a batch file to run at system shutdown. Here is exactly what i need to do, but in registry form...
I have a script (basic batch file) that launces 30 different kd windows and I want to have them tile on the desktop (or stack in win 7 terms) once they have all launched. Is there a command to do this or some kind of script? Those 30 windows will be the only ones open on the desktop.
Hello everyone,
I am having issues deleting what seems to be a bad file. Last night I downloaded a licensed program file for a software called Revit from Autodesk. Essentially this is a licensed file, and it is a 3D object for an architectural model.
My problem is that I cannot, delete, move...
I would like to add a new item for Directories to the WinExplorer context menu.
In former WInXP I simply add the following Registry entry:
[HKEY_CLASSES_ROOT\Directory\shell\OpenCmdPrompt\command]
@="D:\\specialprog\\batchlog \"%1\""
However: This command is not recognized (for normal...
Right clicking on a file icon in "my computer" and choosing "properties/details" reveals a considerable number of fields - "author", "copyright", "title" etc.
These can all be edited individually, but how can I update a folder containing perhaps as many as a hundred files in one go?
I would...
Hi
I have asked about changing the Windows 7 Start UP Sound in the past and found it impossible to do. I can't change it or find the Windows one so that I can substitute my own for it.
What I'm wondering is if after disabling the standard startup sound is there a way to write a .bat file or...
Link Removed due to 404 Error
The Vfapi Codec is an old Frameserver that is used in video encoding. It hasn't been updated for years but under older OS's has served its purposes flawlessly. Now with Win7 I can open and run the program with compatibility mode and make Vfapi files. However, I...
Hello,
After installing a fresh Windows 7, I would optimize it doing the steps of those guides:
Speed Up Windows 7 - Ultimate Guide To Make Windows 7 Blazing Fast!!! (17 steps)
Link Removed - Invalid URL (7 steps)
Instead of doing this manually, I would use a .REG (and/or .BAT) file.
So, for...
When I try to run an RS private server, (which runs using java), It says this. I have attempted to make a path in my system variables, i named it "Java" and put it as C:\Program Files (x86)\Java\jre6\bin\ and it still does not work. Please help me?
Hello and Good day to you all, I am running a project on deploying Windows 7 to our Environment all is going well but i am having an issue with trying to run a batch file on start up to copy certain files to the root of the cdrive but because of the enhanced security features i am getting access...
So recently I stumbled across the feature to view my energy report via cmd prompt and the following input
powercfg -energy -output "f:\Energy Report\energy-report.html"
I'm trying to create an autorun program on my flash drive where the command automatically runs and saves a log onto my...