Showing posts with label OS Config. Show all posts
Showing posts with label OS Config. Show all posts

Wednesday, July 16, 2014

File Systems

New Technology File System (NTFS)

NTFS Junction Points
A few links that might be worth a read
Wilipedia Def
MIcrosoft Create and Manipulate Junction Points
Junction Sysinternals Util
Tuxera Article
Fix App Compatability

Friday, February 7, 2014

Windows Client Server Registry Hacks

A WinXP running Outlook 2003 kept throwing up an extension registry corruption message when launching Outlook

Java runtime environment
java-runtime-environment-hkey-local-machine-error

Remotely Turn on RDP
Open regedit connect to the machine you want to RDP onto
Expand the following key;
HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
Under the Terminal Server key, you'll find a REG_DWORD value named fDenyTSConnection. Double-click on that value to open the Edit DWORD Value box and change the value data from 1 (Remote Desktop disabled) to 0 (Remote Desktop enabled)
The remote machine needs to be rebooted for the change to take effect, so open a command prompt and type the following command:

shutdown -m \\machinename -r

Thursday, February 6, 2014

Burning ISOs with Native Win7/8 Commands and GUIs

So today I have an ISO image to burn to CD. The PC I usually use with Roxio installed has been removed or the app uninstalled. I have a Disk Module upgrade to burn to ISO.....eh...what amI gonna do now....well thanks to the PC being Win7 I used the Isoburn command line tool.
Here is a good article to get you out a hole if you have no CD burning utils.
So baisically run a command prompt and type
Isoburn/q filepathname

Making a USB Stick a Bootable ISO to replace a DVD/CD player
Handy when the server has a CD but the ISO is over a GB...make a Bootable USB stick and change the boot options on the Server/PC boot order to boot off of the USB port...simples...

RUFUS ISO->bootable USB Util

The page can be a bit confusing, so download RUFUS and launch it.

Now in my case I have a duff server, looks like the RAID Controller is kaput. So Dell send me an ISO to run a Linux OS and from there, their DCET diagnostic util.

Select the USB device, then move down to the very bottom of the GUI

So look at the Rufus GUI, look at the "Format Options" section.
The section "create a bootable disk using" select "ISO Image"
The little CD/DVD Icon to the right is where you select the ISO Image path.

When you are under stress and duress, because a server has went U/S and every man and his dog is calling you and you have been given a new util to use....might not seem that obvious because of the strain!!

Nice little util all the same, and no need for a CD/DVD burner, just a USB stick big enough for the ISO.