So, I decided to experiment with my game programs with target commands, to learn a little about what each does.
However I am unsure about a few things, and I'm looking for some answers. Here they are:
Are there a list of global target commands?
Do all Target commands work with all programs...
commandline
game programs
global commands
program functionality
program limits
software development
target commands
user experimentation
windows
windows commands
Join your guide Link Removed as he talks to the product teams in Redmond as well as the web community.
This week Cory talks about Scalable WordPress which can be provisioned from the Azure Marketplace. In the demo, Cory demonstrates a WordPress site which is available in two regions (East and...
azure
cli
cloud
commandline
database
east us
hosting
marketplace
microsoft
mysql
performance
replication
scalable
site extension
traffic manager
web camps
web development
west us
wordpress
Revision Note: V1.0 (February 10, 2015): Advisory published.
Summary: Microsoft is announcing the availability of an update for supported editions of Windows 7, Windows 8, Windows Server 2008R2 and Windows Server 2012 that expands the Audit Process Creation policy to include the command...
administration
audit policy
auditing
commandline
knowledge base
microsoft
network security
processes
security
server 2008r2
server 2012
troubleshooting
windows 7
windows 8
windows update
I attempted to create a soft symbolic link to a folder, but the link is not working.
In Explorer, the "keybrd_lib" link does not look like a folder (screen shot below).
When the link is double clicked, an "Open with" dialog opens.
Here is how I made the symlink from the command line, run as...
ardunio
commandline
dev projects
directory
error
explorer
file system
folder
invalid directory
keyboards
keybrd
link issues
mklink
path
soft link
symbolic link
troubleshooting
user issues
windows 7
Here's the situation:
• I have Windows 7 SP1 running on an MSI Z97-G55 mobo with latest BIOS (updated today).
• My router, a Linksys E3000, is running DD-WRT (updated today)
Here are the steps I have taken to try to get it to work:
1. Static IP is set and works just fine.
2. I've added the...
bios
commandline
computer repair
dd-wrt
home network
linksys e3000
msi z97-g55
network issue
networking
pci wake support
power management
power settings
router configuration
static ip
troubleshooting
unified remote
wakeonlan
windows 7
wol
wol configuration
When I try to shutdown the computer using Win 7 ultimate it displays Shutdown in Progress but nothing happens even after 30 min wait. I have to shut it down using a power switch. On reboot in boots into Win 7 normally, like it was a regular shutdown. When I tried to run shutdown.exe /s /f /t 10...
Hello guys,
At the moment I am doing a task for school. I need to make a folder that is shared and is only accessible by the specific user and the Administrator. This should in CMD. I already have the following commando' s:
net user Test Welkom01 /ADD /DOMAIN
net group Directie Test /add
mkdir...
Please Help! I have a batch file that performs the following tasks:
1) renames a counter field
2) creates two variables that will be used later to rename two separate files
3) Opens SQL*Plus and starts an Oracle Script which starts two separate stored procedures
4) Moves and renames the...
Hi
I am using Windows 8.1 Update and Windows ADK.
Without using the ImageX command, how do I change the volume image flags values displayed with the Dism /Get-ImageInfo /ImageFile:"<WIM_File_Path>\<WIM_Name.wim" /Index:<Image_Index> command?
Where are these values stored?
Thanks
Bye
Hi
I am using Windows 8.1 Update and Windows ADK.
How do I change the name and description of the volume images stored in a wim file without using the ImageX command?
In other words, if I should change the name and description of 4 volume images contained in a wim file, as I should do to do...
The lack of information on the blue skewed perspective windows logo with white circle of moving dots below it window startup screen is really driving me crazy. Sometimes it takes forever and I'd like to know what the hell windows is doing. It doesn't even show progress of "chkdsk /f/r c:"
Is it...
boot process
bootup
chkdsk
commandline
debug
detailed status
information
linux
loading messages
output
performance
safe mode
startup
startup info
system messages
troubleshooting
user login
verbose
windows 8.1
Symptom: I cannot toggle the sleep mode from either my keyboard shortcut or in the menu of windows 8. Both options, shutdown and restart, work perfectly fine but sleep won't work. Here is what happens when I toggle sleep: My screen shuts down but the fans still are blowing. Whenever I move my...
Hello!
I'm using Windows XP 32bits(original)(in C:\) and i'm trying to install Windows 8.1 x86(original)(in D:\), but i'm trying to do without using flashdrive or dvd. So, to do that, i did what read in internet:
1- Copy the following content from your Windows 8 disc or ISO to D:\
1.1- Boot...
active partition
boot error
bootmgr
bootsect
commandline
disk boot failure
diskpart
file replacement
installation
iso
os installation
partitioning
recovery
sources
system disk
troubleshooting
upgrade
windows 8.1
windows xp
x86
My colleges' computers reset themselves every night, so we are allowed to install programs and change files & settings at will, because the changes revert on shutdown. I'm trying to create a batch file I can run to copy all the files I use & install the programs I use, I haven't gotten to the...
I have introduced a new drop down option "Encrypt" at right click to all file types - therefore I had to add it in the registry as :
HKEY_CLASSES_ROOT\*\shell\Encrypt
Now this drop down would be visible to all type of files at their right click.
But I also have files of type .crypt...
I made these codes to backup files :
set p=C:\Users\
for/f %%a in('dir C:\Users\ /b') do (
if not"%%a"=="Public", (
set fileDest=C:\Backup-%%a_%date:~7,2%.%date:~4,2%.%date:~10,4%
If Not Exist"%fileDest%" mkdir "%fileDest%"set"fullPath=%p%%%a%"
xcopy "%fullPath%"%fileDest%/e /h /y /k
rem call...
How to Add volume-licensed version key?
Office professional plus 2013
Result:
C:\>cscript c:\windows\System32\slmgr.vbs /pik YC7DK-####-####-#####-GVGXT
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
Unrecognized option: /pik
Windows...
activation
caching
commandline
configuration
dns
host
installation
kms
license
management tool
networking
office
product key
professional plus
service
slmgr
software
token-based activation
volume licensing
windows
I was messing with batch files and accidentally clicked one that I shouldn't have made.
Here are it's contents:
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del...