Friday, 1 November 2013

Instant Reboot Restart Shortcut On Desktop

A Faster Way To Reboot The Machine?

right click on the desktop and select create shortcut

Enter this code:


%windir%\system32\shutdown.exe -r -t 05 -c "Reboot Initiated Windows Restarting Now"

the text in Red you can change
the Time in Green you can also change


Works on the following versions of windows

Windows XP (inc SP1 SP2 & SP3)
Windows Vista (inc SP1 & SP2)
Windows 7 (inc SP1)
Windows 8
Windows 8.1
Windows 10

Instant Shutdown Shortcut On Desktop

A Faster Way To Shutdown The Machine?

right click on the desktop and select create shortcut

Enter this code:

%windir%\system32\shutdown.exe -s -t 05 -c "Admin Has Initiated ShutDown"

the text in Red you can change
the Time in Green you can also change


Works on the following versions of windows

Windows XP (inc SP1 SP2 & SP3)
Windows Vista (inc SP1 & SP2)
Windows 7 (inc SP1)
Windows 8
Windows 8.1
Windows 10


Saturday, 26 October 2013

iPhone and iPad Bogus Update Notifications


iPhone and iPad bogus update notifications ?

I have seen a lot of people asking and no one answering, so here is the answer to the question

Q) The app store says there are updates and when i go onto it, it says all my apps are up to date?

A) If it says there are say 5 or 10, 15 updates and when you hit it there's none their its because your running an OLDER  iOS   IE.. there ARE updates for that amount of apps you have notifications for, BUT the updates require iOS 7 or above so when it opens it wont give you them or show you them  ;)

Note to apple (if your reading)  you should show the apps and upon trying to install it should say its for an older version and you can't

Q) why wont they do that ?

A) because it'll say its for a newer version.. BUT would you like to install a compatible version?...
then it'll proceed to download and install the exact version you already have...
sloppy code lolz

See i use garageBand and iOS 6.1.4, i don't get told their is an update, i just get a number over the app store icon, but if i go to the garageband "app store page"  the download button says update, then says i can't and installs the one i already have ROFL

App store error problem

Monday, 14 October 2013

Windows XP BITS Update Nightmare Fixed


Your ERROR Code May Look Different.. But Same Solution


I was recently having murder updating a windows XP machine, I could access the updates but each download said FAILED, I tried the windows update fix-it, the microsoft update fixit, even tried forcing the re-install of the windows update package with the  /wuforce command, all to no avail.

Then I noticed in my Windows Services that BITS was missing gone done a bunk and fkd off
Then suddenly i noticed it, but instead of BITS it was listed as

Display Name  @%SystemRoot%\system32\qmgr.dll,-1001

Description @%SystemRoot%\system32\qmgr.dll,-1000
I was unable to start the Bits service

Then i realized the Display name was to throw off  I.T guys, they see the string and assume yeah its their
but its not, it should be listed as this..

Display Name  BITS

and the description should be

Description @%SystemRoot%\system32\qmgr.dll,-1001

Path to executable C:\WINDOWS\system32\svchost.exe -k netsvcs

to restore the bits service, create a TEXT file and paste this code into it
(make sure NO lines have spaces at the end or random symbols word wrap OFF)

REG FILE FOR WINDOWS XP ONLY (Home/Pro/Corp/Media Center)

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BITS]
"Type"=dword:00000110
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
  74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
  00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,\
  6b,00,20,00,6e,00,65,00,74,00,73,00,76,00,63,00,73,00,00,00
"DisplayName"="BITS"
"DependOnService"=hex(7):52,00,70,00,63,00,53,00,73,00,00,00,00,00
"DependOnGroup"=hex(7):00,00
"ObjectName"="LocalSystem"
"Description"="@%SystemRoot%\\system32\\qmgr.dll,-1001"
"FailureActions"=hex(0):00,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,68,e3,\
  0c,00,01,00,00,00,60,ea,00,00,01,00,00,00,60,ea,00,00,01,00,00,00,60,ea,00,\
  00
"DelayedAutoStart"=dword:00000001
"ServiceSidType"=dword:00000001
"RequiredPrivileges"=hex(7):53,00,65,00,43,00,72,00,65,00,61,00,74,00,65,00,47,\
  00,6c,00,6f,00,62,00,61,00,6c,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,\
  67,00,65,00,00,00,53,00,65,00,49,00,6d,00,70,00,65,00,72,00,73,00,6f,00,6e,\
  00,61,00,74,00,65,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,\
  00,00,53,00,65,00,54,00,63,00,62,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,\
  00,67,00,65,00,00,00,53,00,65,00,41,00,73,00,73,00,69,00,67,00,6e,00,50,00,\
  72,00,69,00,6d,00,61,00,72,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,50,00,72,\
  00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,49,00,6e,00,\
  63,00,72,00,65,00,61,00,73,00,65,00,51,00,75,00,6f,00,74,00,61,00,50,00,72,\
  00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BITS\Parameters]
"ServiceDll"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,\
  00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
  71,00,6d,00,67,00,72,00,2e,00,64,00,6c,00,6c,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BITS\Security]
"Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\
  00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
  00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\
  05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\
  20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,\
  00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,\
  00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BITS\Enum]
"0"="Root\\LEGACY_BITS\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001


save the file, then right click on it and RENAME,   call it   BitFix.reg, click ok on the warning
then right click on the file and Merge into registry, or double click it
when asked to add info to registry, say yes, once imported click ok
NOW REBOOT, and go straight to windows update after reboot,
the service will be running, so don't waste time checking as your pc needs updating asap
Incase what ever you were OR are infected with tries to exploit another vulnerability in your out dated system
UPDATE WINDOWS ASAP

 For help on windows 7 or vista, google windows background intelligent transfer service missing
 Its normally an Alternate fix

SOME POPULAR WINDOWS UPDATE FIXES ARE LISTED BELOW
click start, then at the bottom in the box you can type, type  CMD
when it appears at the top RIGHT CLICK on it and RUN AS ADMINISTRATOR

then Right click by the flashing cursor and COPY THIS

sc create BITS binpath= "c:\windows\system32\svchost.exe -k netsvcs" start= delayed-auto

paste this into the cmd box and hit enter

Other Microsoft Update Fixes for Bits

Vista 32BIT reg fix topic (USE THEIR REG FILE)
Windows 7 reg fix topic (USE THEIR REG FILE)
Another VISTA Solution Here
If you get Permission errors on 7 or Vista (and you ran CMD as admin) then Read Here

I DON'T steal files or links, i make my own or point to resources
(the XP reg script is a Direct Export from a working XP System of my own)
IE, if you have TWO exact operating systems you can export the key your self
and import on system 2 (they don't have to be the same model pc) just the same windows version

Google Search Key Words

Background Intelligent Transfer Service is missing in XP
bits not in service
Background Intelligent Transfer Service (BITS) missing
Downloading Download Microsoft Security Essentials 4.3.219.0 Failed
Windows Update Error
Windows Update Failed To Install
Microsoft Update Error
Can't Access Windows Update
Can't Access Microsoft Update
Windows Update Wont Work
Windows Update Broken
Windows Update Problem


Wednesday, 18 September 2013

Downgrade Revert iPhone iPod and iPad From iOS 7.0 Back To iOS 6.1.4 or 6.1.3 or 8 back to 7

(this was originally written for going from iOS 7 back to 6.x, but you can also go from 8 back to 7)
Have You Upgraded To Apple iOS 7.0 and Don't Like It?
you know you can downgrade it back to iOS 6.1.4... using just  iTunes and a pc/laptop

Right most people with iPhone 5 (on their computer they have this Specific file)
iPhone5,2_6.0.2_10A551_Restore.ipsw
or this one
iPhone2,1_6.1.3_10B329_Restore

Its that firmware that iTunes would of told you that you need to use iTunes to download it if your phone doesn't use wifi as well as cellular
Note that 6.02, 6.03 and 6.04 "for most people" came later, if you grabbed 6.01 or 6.0 in the beginning, so many DON'T have the FINAL 6.1.4  iOS to restore to
(as smaller updates that the phone could handle alone easier came later for many users)

SO..
if your sick of iOS 7.0 or or 8 just having problems.. If you wish to downgrade you iPhone 5
(that's FIVE, not 5S or 5C)
then ideally you need to download this specific file from apple manually with a Computer or Mac and download it  "while you can"   iPhone5,2_6.1.4_10B350_Restore.ipsw
for iPhone 4 and 4S see lower down this post ;)

At the moment you CAN download that 6.1.4 COMPLETE FirmWare From HERE
in TEXT form that's this URL (as you can see its a Direct Apple Link)
http://appldnld.apple.com/iOS6.1/091-3423.20130502.Tr3Lz/iPhone5,2_6.1.4_10B350_Restore.ipsw
That saves using the older 6.0+ then having to patch it up to 6.1.4
so download that file to make sure your starting with the FINAL release of iOS 6
next...

Disconnect PC or LapTop From The Internet
Plug your phone into your PC/LapTop
then open iTunes, click on your phone & select RESTORE
then BROWSE to the .ipsw file

Q) my iTunes says its connecting to apple?
A) DISCONNECT THE MACHINE WITH iTUNES ON FROM THE INTERNET
and it will let you Select a ispw file....

Additional Notes:

HOW TO IDENTIFY WHAT MODEL YOU HAVE
(AKA  CSM/GSM/WiFI/CELLULAR)
iPad Serial / Model Information direct from apple here
iPhone Serial / Model Information direct from apple here

Downgrade iPhone 4 and iPhone 4S back to iOS 6?
for the iPhone 4 you need to no if it is a GSM or CDMA phone, for the 4S you don't need to no
consult the info that came with your phone OR see if you have the latest IPSW file on your pc.laptop, search it for    *.ipsw,  what ever one you DO have, look for it on that site, then do a "save as"  and see if the file name Matches, if so then thats the phone you have, so grab the latest 6.1.3 for that model  ;)

LAST v6+ FirmWare for iPhone 4 (CDMA) 6.1.3 iPhone3,2_6.1.3_10B329_Restore.ipsw
 (Ignore the 3,2 on the URL and File Name, I am unsure why they did that, maybe to confuse people browsing their FTP servers, Note how the iPhone 3GS firmware is actually called  iPhone2,1_6.1.3_10B329, so dont be confused by that 3,1 or the 4,1, concern your self with the 6.1.3)
http://appldnld.apple.com/iOS6.1/091-2444.20130319.exFqm/iPhone3,2_6.1.3_10B329_Restore.ipsw

LAST v6+ FirmWare for iPhone 4 (GSM) was 6.1.3 iPhone3,1_6.1.3_10B329_Restore.ipsw
http://appldnld.apple.com/iOS6.1/091-2610.20130319.Bedr4/iPhone3,1_6.1.3_10B329_Restore.ipsw


(Again Ignore the 3,1 on the url file name)
LAST v6+ FirmWare for iPhone 4S was 6.1.3 iPhone4,1_6.1.3_10B329_Restore.ipsw
http://appldnld.apple.com/iOS6.1/091-2611.20130319.Fr54r/iPhone4,1_6.1.3_10B329_Restore.ipsw

iPad 4th Generation iOS 6 went to 6.1.3 and that was iPad3,6_6.1.3_10B329_Restore
(note that does GSM and CDMA phones) :)  and can be downloaded here
http://appldnld.apple.com/iOS6.1/091-2347.20130319.Aqwe3/iPad3,6_6.1.3_10B329_Restore.ipsw


Other Firmwares can be found HERE
for iPad, iPod, iPod Touch, and Apple TV

If your unsure what model you have, look in these folders (on ur pc/mac) for ipsw files
C:\Users\YOUR NAME\AppData\Roaming\Apple Computer\iTunes\iPad Software Updates
or
C:\Users\YOUR NAME\AppData\Roaming\Apple Computer\iTunes\iPhone Software Updates
i found MY iPad firmware 6.1.3 by googling the words
Download iPad3,6_7.0_11A465_Restore
then i looked for iPad3,6_6.1.3_  on the same page & opted for the one that does GSM & CDMA
its a 4th generation iPad, but clearly by the 7.0 Update In my iTunes download folder the firmware needed is for my model (part of the file name) means my model is not really a 4th gen as such but more iPad model    3.6,    the the wifi/celluar ino is essentially   11A465  iOS is 6.1.3  ;)
Only thing to be sure of is IS your device just WiFi, or just Cellular or Both
Between the    numbers.letters.Restore.ipsw  (700+MB)  file (its name) and your serial off the back of the defice compared to the apple links with device info, its dead easy to find the ipsw you need..
Hell the Last  iOS 7  ipsw file may already still be sitting on your pc in that folder lol along side the iOS 8 file...

Other Help?

When upgrading updating to iOS 7.0  iTunes says back up my purchases before Upgrade Update ?

Top LEFT corner of iTunes (if you have NO Visible Menu bar)

 Click the little Box



on that drop down menu Click Show Menu Bar



Now on the menu bar click on "FILE"
on that drop down menu, look for "Devices"
then click the "Transfer Purchases" the one with your name next to it



They could of been downloaded again, but if your phones organised then this saves messing things up
hopefuly you made a back up of your phone before upgrade so you can probably restore it rather than setting up as a new iPhone.

 I was lucky enough to hit my apps folder and back up facebook, eBay and other apps that were specifically for  iOS 6.0+, no you can't have them, and they would ONLY work on my account anyway unless your phones jailbroken, ALL OFFICIAL App Store Apps are STAMPED with the users details, it is NOT recommended to share your apps with jail break users

Can i Downgrade an iPhone 5S 5C to iOS 6.1.4 ?
MAYBE, but for most of you reading this its NO, It would be too messy
the iPhone 5 has an A6 CPU the iOS 6 Firmware has Drivers for that hardware
the iPhone 5S has the A7 CPU, its firmware has drivers for that hardware
im sure over time people will manage it, may even get the iOS 7 front end onto an iPhone 3 and 3GS
but until then.. the iPhone 3GS is pretty much a dead duck once a few apps go iOS 7 only

Random Questions...
Q) Can you permanently Unlock / Jailbreak an iPhone OR  iPad
A) As of "this very moment"  NO you can't
ANY JAIL BREAK IS LOST DURING iOS UPDATE
buying direct from apple (devices are open for ever)
that said i know someone who bought an iPhone 5S from GifGaff (put a tMobile sim in) plugged it into iTunes and iTunes said (congratulations your phone is now unlocked & it connected, i have heard that Most iDevices now will unlock once plugged into iTunes.  Id assume this is so people can't argue they jail broke it for their sim card and clearly means they jail broke it to run apps they never bought.

Q) Close Running Apps on iOS 7?
A) double tap home, then swipe upward on applications you want to close

BUT....
IF YOU BUY AN iPHONE or iPAD DIRECT FROM APPLE, they are Unlocked Permanently...
why has no one tried to do a firmware modification to clone an apple phone over a contract phone, NO IDEA, ive managed to use a carephone warehouse tocco firmware over a locked and branded voda tocco, which unlocked and unbranded.. if it can be written then it can be unwritten, me thinks jailbreakers just wana keep you paying, or their to dumb to permanently unlock one, just the way apple sell them...

Why do iOS 6 apps "optimised for iOS 7" still work on iOS 6. yet many apps wont work on iOS7?
To update their apps for iOS7 support they ADD extra information, this sometimes fails for some apps due to certain app features, but the point is they add to it, not change it, so this extra info is irrelevant to iOS6
IE.. just because an app works on iOS 6 doesn't mean it'll work properly on iOS7
for now i wouldn't upgrade, if you have and have problems, downgrade using my guide
back ya phone up to iCloud, or pc or both, then restore phone firmware Off-Line, then restore back up to phone, job done :)

REMEMBER ONE GOLDEN RULE
If you install iOS 8.4.1 you can no longer downgrade back to iOS 7
apparently 8.4.1 is not signed, which id assume there is a way around that.

can these be used to at least take iOS 9 back to iOS 8.4.1 ?, i have not tested
iPad 4th gen Wifi & Cellular  = iPad3,6_8.4.1_12H321_Restore.ipsw
iPhone 5 = iPhone5,2_8.4.1_12H321_Restore.ipsw

Meta Data (for search engine help)
Downgrade Restore Revert iPhone From iOS 7.0 Back To iOS 6.1.4
Downgrade Restore Revert iPhone From iOS 8 Back To iOS 7
Downgrade Restore Revert iPad From iOS 7.0 Back To iOS 6.1.4
Downgrade Restore Revert iPad From iOS 8 Back To iOS 7
Downgrade Restore Revert iPod From iOS 7.0 Back To iOS 6.1.4
Downgrade Restore Revert iPod From iOS 8 Back To iOS 7