I have an issue, i have just started a Windows 7 Migration Project and i was originally brought in to do GPO, now i have bene asked to do something else and i am a little stuck. Basically we still run Windows XP on most of our machines but will start migrating over to 7 soon. We run a batch...
active directory
batch script
command line
desktop icons
error handling
file management
gpo
installation
it support
logon
migration
network drive
scripting
shortcuts
system administration
task management
upgrade
user profiles
windows 7
windows xp
I am a photographer and generate "raw" and JPG images. At a certain point in my workflow, I need to delete all the JPG images before proceeding. That's easy enough; in Windows Explorer, one can sort by type, then delete all the JPGs, or one could open up a command prompt in the directory and...
Hi,
I mostly use another OS, and need to rewrite following script into one which works in windows.
OK, here's the command:
curl -s -x 127.0.0.1:8888 -b ./cookies.txt -X GET Link Removed 2>&1 | tr -d '[]' | sed "s/,/\n/g" | head -n 1 | sed "s/.\(.*\)./\1/"
here's what it does: loads content of...
automation
batch script
coding help
command line
command syntax
console commands
curl
environment variables
json
output redirection
piping
scripting
technical support
text processing
troubleshooting
user inputs
variables
windows
I was writing scripts in batch file......But after some time, explorer started crashing repeatedly n frequently, so i had to do the system restore in safe mode.....After system restore, i lost my batch file,which is very important. So i wanted to undo the restore, but it is not available, i...
One of the most major parts of my windows 7 installs is changing the paths of my user folders. I install windows 7 alot and i got a bit sick of having to do that every time... so i decided to fully automate the process!
Link Removed
This usb portable program starts by asking you to select a...
automation
batch files
computer tips
customization
directory paths
feedback
file management
folder management
junctions
portable program
scripting
software development
system configuration
tech tools
user folders
user icons
vbscript
windows 7
windows customization
Sub title "How to spend a lot of time trying to do something that Microsoft doesn't want you to, for some obscure reason".
Hi Guys
I'm trying to write a script to play a sound at Windows 8 startup.
I want to do this by placing the .vbs script file in the Startup Folder.
I read that this can...
appdata
coding
customization
error
help
multimedia
playback
research
script
scripting
small player
software
sound
startup
technet
technology
troubleshooting
vbs
windows 8
wscript
How can I convert the batch below for Windows 7 Pro 64 bit. When I ran this batch in Windows XP; it worked! but not on Windows 7 Pro 64-bit. What this does? For example: I go to John Smith PC and you noticed that his username is smithj and domain: @@@@ was the last person that logon to that...
Hi, I have done some research and want to start programming again with Visual Basic, but VB6 and Windows 7 64 bit are not compatible. Any suggestions as to what I should go to next?
Cheers,
Mike
What I am wanting to do is when I right click on a file have an option to run a command.
for example:
-filebot -rename "filename"
This command would execute if I clicked on the option in the right click menu
Win7Pro Only
I'm looking for a scripted solution, or a command line that I can ultimately script. The reason being that I'm supporting 1200 users in remote locations, and I automate as much as I can in batch and VB scripts. I'm not intimately familiar with PowerShell, but I'm not opposed to it...
automation
batch
command line
configuration
default connection
location
netsh
network
network profiles
powershell
remote support
scripting
sp1
user settings
vbscript
windows 7
work profile
Today, we released Security Advisory 2847140 regarding an issue that impacts Internet Explorer 8. Internet Explorer 6, 7, 9 and 10 are not affected by the vulnerability. This issue allows remote code execution if users browse to a malicious website with an affected browser. This would typically...
I would love to know if there is a batch file command, or set of them, etc. to have the batch file input a command into another command prompt already opened. Specifically, I mean having it use the 'kickall' command on a minecraft server's command prompt. I would prefer something that is in...
Hi, I'm wondering how to make a batch file so that I can launch the ipconfig /all command right off my desktop. I know how to get to the command prompt and running, but I want to just put a shortcut and/or write a batch file with just a click.
I can get the command prompt up. I open a new...