Checkout
Windows 7 Tips [doc] [pdf]
7 Cool Windows 7 Tricks
[doc]
[pdf]
Δ
Wednesday,
November 30th, 2011
Δ
Cipher.exe
How to
use the cipher.exe command
Demo
None
Command information
Displays or alters the encryption of
directories/files on NTFS partitions.
Command
CIPHER [/E | /D | /C]
[/S:directory] [/B] [/H] [pathname [...]]
CIPHER /K [/ECC:256|384|521]
CIPHER /R:filename [/SMARTCARD] [/ECC:256|384|521]
CIPHER /U [/N]
CIPHER /W:directory
CIPHER /X[:efsfile] [filename]
CIPHER /Y
CIPHER /ADDUSER [/CERTHASH:hash | /CERTFILE:filename | /USER:username]
[/S:directory] [/B] [/H] [pathname [...]]
CIPHER /FLUSHCACHE [/SERVER:servername]
CIPHER /REMOVEUSER /CERTHASH:hash
[/S:directory] [/B] [/H] [pathname [...]]
CIPHER /REKEY [pathname [...]]
/B Abort if an error is encountered. By default, CIPHER continues
executing even if errors are encountered.
/C Displays information on the encrypted file.
/D Decrypts the specified files or directories.
/E Encrypts the specified files or directories. Directories will be
marked so that files added afterward will be encrypted. The
encrypted file could become decrypted when it is modified if the
parent directory is not encrypted. It is recommended that you
encrypt the file and the parent directory.
/H Displays files with the hidden or system attributes. These files
are omitted by default.
/K Creates a new certificate and key for use with EFS. If this
option is chosen, all the other options will be ignored.
Note: By default, /K creates a certificate and key that conform
to current group policy. If ECC is specified, a self-signed
certificate will be created with the supplied key size.
/N This option only works with /U. This will prevent keys being
updated. This is used to find all the encrypted files on the
local drives.
/R Generates an EFS recovery key and certificate, then writes them
to a .PFX file (containing certificate and private key) and a
.CER file (containing only the certificate). An administrator may
add the contents of the .CER to the EFS recovery policy to create
the recovery key for users, and import the .PFX to recover
individual files. If SMARTCARD is specified, then writes the
recovery key and certificate to a smart card. A .CER file is
generated (containing only the certificate). No .PFX file is
generated.
Note: By default, /R creates an 2048-bit RSA recovery key and
certificate. If ECC is specified, it must be followed by a
key size of 256, 384, or 521.
/S Performs the specified operation on the given directory and all
files and subdirectories within it.
/U Tries to touch all the encrypted files on local drives. This will
update user's file encryption key or recovery keys to the current
ones if they are changed. This option does not work with other
options except /N.
/W Removes data from available unused disk space on the entire
volume. If this option is chosen, all other options are ignored.
The directory specified can be anywhere in a local volume. If it
is a mount point or points to a directory in another volume, the
data on that volume will be removed.
/X Backup EFS certificate and keys into file filename. If efsfile is
provided, the current user's certificate(s) used to encrypt the
file will be backed up. Otherwise, the user's current EFS
certificate and keys will be backed up.
/Y Displays your current EFS certificate thumbnail on the local PC.
/ADDUSER Adds a user to the specified encrypted file(s). If CERTHASH is
provided, cipher will search for a certificate with this SHA1
hash. If CERTFILE is provided, cipher will extract the
certificate from the file. If USER is provided, cipher will
try to locate the user's certificate in Active Directory Domain
Services.
/FLUSHCACHE
Clears the calling user's EFS key cache on the specified server.
If servername is not provided, cipher clears the user's key cache
on the local machine.
/REKEY Updates the specified encrypted file(s) to use the configured
EFS current key.
/REMOVEUSER
Removes a user from the specified file(s). CERTHASH must be the
SHA1 hash of the certificate to remove.
directory A directory path.
filename A filename without extensions.
pathname Specifies a pattern, file or directory.
efsfile An encrypted file path.
Used without parameters, CIPHER displays the encryption state of the
current directory and any files it contains. You may use multiple directory
names and wildcards. You must put spaces between multiple parameters.
[email me]
Δ
Tuesday,
November 29th, 2011
Δ
Uninstall Project
2010
How to uninstall project 2010
Demo none Script information You will now notice that just using the
msiexec.exe /x and GUID no longer works for the uninstall. You have
to create the uninstall.xml, and then add the path to the .xml to the
uninstall switch (/uninstall path\uninstall.xml).
Uninstall XML
Uninstall Command
[email me]
Δ
Saturday,
November 26th, 2011
Δ
Uninstall Office 2010
How to remove Office 2010
Demo
none Script information
You will now notice that just using the
msiexec.exe /x and GUID no longer works for the uninstall. You have
to create the uninstall.xml, and then add the path to the .xml to the
uninstall switch (/uninstall path\uninstall.xml).
Uninstall XML
Uninstall Command
[email me]
Δ
Thursday,
November 24th, 2011
Δ
Download
Webpage - Save as MHT
How to download and save webpage as a mht file
[download resource files]
Demo
Script information Can be used to
archive a webpage for later retrieval. Script
[download resource files] [email me]
Δ
Sunday,
November 20th, 2011
Δ
List All Installed
Software
How to list software
[download resource files]
Demo
Script information This
will cycle through the reg uninstall key returning the specified
entries. Script
[download resource files] [email me]
Δ
Thursday,
November 17th, 2011
Δ
Remove XPS
and MDIW Printers
How to remove passive printers
[download resource files]
Demo
none
Script information
Remove those unwanted printers. Script
[download resource files]
[email me]
Δ
Tuesday,
November 15th, 2011
Δ
Force
32-bit App.msi on 64-bit OS
How to work with an uninstallable 32-bit app on a 64-bit OS.
Demo
none
Process information
Step 1 -
extract msi contents using WinInstall or other MSI utility.
Step
2 - manually copy contents from the Wininstall extracted System32
folder to the "%windir%\SysWOW64\"
Step 3 - copy the
Wininstall
extracted Program Files folders to "%programfiles% (x86)\" (this will
include all subdirectories)
Step 4 - Copy Wininstall
extracted System files to the %windir%\system folder
Step 5 -
Copy any other files and folders to their corresponding locations
Step 6 - Re-Run the App.msi - it should run now (this step is
important as this registers files and adds reg keys).
Step 7 -
if step 6 doesn't work, you'll have to import the reg keys and register
the dll/ocx files manually.
[email me]
Δ
Saturday,
November 12th, 2011
Δ
Text Bubble Popup
How to create a bubble popup
[download resource files]
Demo
Script information
Can
be used to provide extra information that appears over links. Script
[download resource files]
[email me]
Δ
Thursday,
November 10th, 2011
Δ
Fading Scroller
How to create a fading scroll effect
[download resource files]
Demo
Script information
Can be used to
add a fading message effect
to your website or app GUIs. Script
[download resource files] [email me]
Δ
Wednesday,
November 07th, 2011
Δ
Side Menu
How to create a free floating side menu
[download resource files]
Demo none Script information
This is a free
floating menu that appears on the left side of screen and pops out on
hover. Very cool. Script
[download resource files] [email me]
Δ
Friday,
November 2nd, 2011
Δ
Outlook Bar
How to create outlook style bar for your web page
[download resource files]
Demo
none Script information
Interesting
frame that looks just like the Outlook 2000 toolbar. Script
[download resource files] [email me]
Δ Silent Switches
Adobe Air 2.7.0.19530 - uninstall c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater.exe -arp:uninstall
Δ
Adobe Flash Player 11.0.1.152 - install msiexec.exe /i install_flash_player_11_active_x_32bit.msi /QN /norestart /REBOOT=ReallySuppress Adobe Flash Player - uninstall 11.0.1.152 - MSIEXEC.EXE /X {23D79730-EC1A-435E-83F8-AAEBFE5237B0} 10.3.183.10 - MSIEXEC.EXE /X {E24A0015-C73F-4B57-B8DF-5EB84D2E9685} 10.3.183.7 - MSIEXEC.EXE /X {DB093E0B-0934-4183-BA60-5C1ADC9F6424} 10.3.183.5 - MSIEXEC.EXE /X {72D4DD4C-0749-4352-B63E-7A7C9286430E}
10.3.181.34 - MSIEXEC.EXE /X {48DB5914-8772-472D-B8DF-E2092BE598F6} 10.3.181.14 - MSIEXEC.EXE /X {DCC90D9D-4F8D-4A06-9050-ADDB284FF9FA} 10.2.159.1 - MSIEXEC.EXE /X {FA1D6742-0515-4A94-AD5D-F0484026E4A2} 10.2.153.1 - MSIEXEC.EXE /X {B001064C-D061-4BAE-9031-416A838D5536} 10.2.152.26 - MSIEXEC.EXE /X {E5D03B2E-B2D4-477F-A60D-8E1969D821FA} 10.2.159.1 - MSIEXEC.EXE /X {FA1D6742-0515-4A94-AD5D-F0484026E4A2} 10.2.152.26 - MSIEXEC.EXE /X {E5D03B2E-B2D4-477F-A60D-8E1969D821FA} 10.1.102.64 - MSIEXEC.EXE /X {148D9D03-5D23-4D4F-B5D0-BA6030C45DCF} 10.1.85.3 - MSIEXEC.EXE /X {95468B00-C081-4B27-AC96-0A2A31359E60} 10.1.82.76 - MSIEXEC.EXE /X {406A89D6-09E6-4550-B370-8D376DDB56BE} 10.1.53.64 - MSIEXEC.EXE /X {FFB768E4-E427-4553-BC36-A11F5E62A94D} 9.0115.0 - MSIEXEC.EXE /X {8E9DB7EF-5DD3-499E-BA2A-A1F3153A4DF8} 7.0.19.0 - MSIEXEC.EXE /X "{C2C211AE-6591-4388-B11B-A5F42D19FF04}
Δ
Adobe Professional 10.03 - install I created a mst using Adobe Customization Wizard
[Link to wizard] Adobe Professional - uninstall 10.03 - MsiExec.exe /X {AC76BA86-1033-F400-7760-000000000005} 10.10 - MsiExec.exe /X {AC76BA86-1033-F400-7760-000000000005} 09.0 - MsiExec.exe /X {AC76BA86-1033-0000-7760-000000000004} 08.0 - MsiExec.exe /X {AC76BA86-1033-0000-7760-000000000003} 08.1.6 -MsiExec.exe /X {AC76BA86-1033-0000-7760-000000000003} 07.x - MsiExec.exe /X {AC76BA86-1033-0000-7760-000000000002} 06.x - MsiExec.exe /X {AC76BA86-1033-0000-7760-000000000001}
Acrobat 6 Standard Eng, Fran, Deu AC76BA86-1033-F400-BA7E-000000000001 Retail / Volume License Pro Eng, Fran, Deu AC76BA86-1033-F400-7760-000000000001 Retail / Volume License
Acrobat 7 Standard AC76BA86-1033-0000-BA7E-100000000002 Volume License Pro AC76BA86-1033-0000-7760-100000000002 Volume License Standard Eng, Fran, Deu AC76BA86-1033-F400-BA7E-000000000002 Retail Standard Eng, Fran, Deu AC76BA86-1033-F400-BA7E-100000000002 Volume License Pro Eng, Fran, Deu AC76BA86-1033-F400-7760-000000000002 Retail Pro Eng, Fran, Deu AC76BA86-1033-F400-7760-100000000002 Volume License
Acrobat 8 Standard Eng, Fran, Deu AC76BA86-1033-F400-BA7E-000000000003 Retail / Volume License Pro Eng, Fran, Deu AC76BA86-1033-F400-7760-000000000003 Retail / Volume License
Acrobat 9 Standard Eng, Fran, Deu AC76BA86-1033-F400-BA7E-000000000004 Retail / Volume License Pro Eng, Fran, Deu AC76BA86-1033-F400-7760-000000000004 Retail / Volume License
Acrobat X Standard Eng, Fran, Deu AC76BA86-1033-F400-BA7E-000000000005 Retail / Volume License Pro Eng, Fran, Deu AC76BA86-1033-F400-7760-000000000005 Retail / Volume License
Δ
Adobe Reader 10.1.1 - install "AdbeRdr1010_en_US.exe" /sAll /rs /msi EULA_ACCEPT=YES
Adobe Reader - uninstall 10.1.1 - MSIEXEC.EXE /X {AC76BA86-7AD7-1033-7B44-AA1000000001} 10.1.0 - MSIEXEC.EXE /X {AC76BA86-7AD7-1033-7B44-AA1000000001} 09.1.3 - MSIEXEC.EXE /X {AC76BA86-7AD7-1033-7B44-A91000000001} 09.1.1 - MSIEXEC.EXE /X {AC76BA86-7AD7-1044-7B44-A91000000001} 09.0.0 - MSIEXEC.EXE /X {AC76BA86-7AD7-5464-3428-900000000004} 08.1.2 - MSIEXEC.EXE /X {AC76BA86-7AD7-1033-7B44-A81200000003} 08.1.1 - MSIEXEC.EXE /X {AC76BA86-7AD7-1033-7B44-A81100000003} 08.1.0 - MSIEXEC.EXE /X {AC76BA86-7AD7-1033-7B44-A80000000002} 07.0.5 - MSIEXEC.EXE /X {AC76BA86-7AD7-1033-7B44-A70500000002} 06.01 - MSIEXEC.EXE /X {AC76BA86-7AD7-1033-7B44-AA0000000001}
Δ
Adobe Shockwave - install msiexec /i sw_lic_full_installer.msi /qn /norestart sw_lic_full_installer.exe /S
Adobe Shockwave - uninstall 11.6.1.629 - {FF2A5498-4EFE-430F-A138-7EB365DBEBAD}
Δ
Adobe Standard - uninstall 10.x - MSIEXEC.EXE /X {AC76BA86-1033-0000-BA7E-000000000005} 09.x - MSIEXEC.EXE /X {AC76BA86-1033-0000-BA7E-000000000004} 08.1 - MSIEXEC.EXE /X {AC76BA86-1033-0000-BA7E-000000000003} 07.x - MSIEXEC.EXE /X {AC76BA86-1033-0000-BA7E-000000000002}
Δ
AIM 7 - uninstall C:\Program Files (x86)\AIM\uninst.exe
Δ
Citrix Client 12.1 - install CitrixOnlinePluginWeb.exe /silent
Δ
Genesys CCPulse 7.5.100.18 - install setup.exe -s /f1"c:\setup.iss"
note - create a separate setup.iss for winxp and win7
Δ
Java Client 29 - install jre-6u29-windows-i586-s.exe /s ADDLOCAL=ALL IEXPLORER=1 REBOOT=Suppress JAVAUPDATE=0 /l javalog.log
Java Client - uninstall 29 - msiexec /x {52da6515-87b5-4bb1-9b05-e4e1df08d671} {4A03706F-666A-4037-7777-5F2748764D10} {26A24AE4-039D-4CA4-87B4-2F86416025FF}
27 - msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216027FF} 26 - msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216026FF} 25 - msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216025FF}
24 - msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416024FF} 23 - msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216019FF} 22 - msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216022FF}
Δ
Medisoft 16.1.2.220 - uninstall msiexec /x {2657B0AE-EFC8-424A-9AB8-8CC969B3CC24}
Δ
Microsoft .net 4 Framework - install dotnetfx40_Full_x86_x64.exe /q /norestart
Δ
Microsoft Internet Explorer 8 - install ie8-windowsxp-x86-enu.exe /quiet /update-no /norestart
Δ
Microsoft LivePerson - install lpsetup.exe /s
Δ
Microsoft Office 2010 - install I created a msp using Office Configuration Tool (OCT), copied msp to the Updates folder you get to the OCT by running setup.exe /admin
Microsoft Office 2010 - uninstall
\\path\setup.exe /uninstall ProPlus /config \\path\Uninstall.xml
Δ
Microsoft Project 2010 - uninstall
\\path\setup.exe /uninstall PrjPro /config \\path\Uninstall.xml
Δ
Microsoft
Silverlight 4.0.32765.0 - install
silverlight.exe /q
Microsoft
Silverlight 4.0.32765.0 - uninstall
silverlight.exe /qu
Δ
Symantec Enterprise Vault 9.0.2 - install msiexec.exe /i SymantecEnterpriseVault9.0.2.msi /qn /norestart
Symantec Enterprise Vault - uninstall 9.0.9253 - msiexec.exe /x {899757CA-419A-4B53-8C33-7E909E8D4415} /qn /norestart 9.0.2.1038 - msiexec.exe /x {8E7332CC-A2E6-4DAD-AAE3-4449563FFD4B} /qn /norestart 8.0.4.2002 - msiexec.exe /x {980746E3-7AA4-4982-8336-BEE639E5F3F7} /qn /norestart
Δ download complete document - [pdf] [doc] [leave a comment]
Δ
|
| About
I'm a Computer Systems Engineer
Living and loving life ........................................
Author
|